CVE-2025-61622

Deserialization of untrusted data in python in pyfory versions 0.12.0 through 0.12.2, or the legacy pyfury versions from 0.1.0 through 0.10.3: allows arbitrary code execution. An application is vulnerable if it reads pyfory serialized data from untrusted sources. An attacker can craft a data stream that selects pickle-fallback serializer during deserialization, leading to the execution of `pickle.loads`, which is vulnerable to remote code execution. Users are recommended to upgrade to pyfory version 0.12.3 or later, which has removed pickle fallback serializer and thus fixes this issue.
Configurations

No configuration.

History

01 Oct 2025, 14:15

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 9.8

01 Oct 2025, 10:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-10-01 10:15

Updated : 2025-10-02 19:12


NVD link : CVE-2025-61622

Mitre link : CVE-2025-61622

CVE.ORG link : CVE-2025-61622


JSON object : View

Products Affected

No product.

CWE
CWE-502

Deserialization of Untrusted Data