← Back to browse · API

CVE-2025-61622

Severity
CRITICAL
CVSS
9.8
EPSS
0.41255
Risk score
53.64
CISA KEV
No
PoC
No
Published
2025-10-01
Modified
2025-11-04
First seen
2026-08-07
Aliases
CNVD-2025-31395, EUVD-2025-32708, GHSA-538V-3WQ9-4H3R, PYSEC-2026-490, PYSEC-2026-491
Products
Apache Fory >=0.1.0,<=0.10.3, Apache Fory >=0.12.0,<=0.12.2, Apache Software Foundation:Apache Fory 0.1.0 ≤0.10.3, Apache Software Foundation:Apache Fory 0.12.0 ≤0.12.2
Sources
cnvd CNVD-2025-31395
euvd EUVD-2025-32708

Description

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.

References