The JSONSerializer and CBORSerializer in APScheduler (all versions including 3.10.x and 4.0.0a5) are vulnerable to Remote Code Execution (RCE) via Insecure Deserialization. The unmarshal_object function allows for arbitrary class instantiation and state injection by dynamically importing modules and calling __setstate__ on any class available in the Python environment. An attacker can exploit this by submitting a specially crafted JSON or CBOR payload to an application using these serializers
References
Configurations
No configuration.
History
20 May 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-502 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.8 |
| References | () https://gist.github.com/nedlir/11fb77f35a59cbba73392a086b02a9c6 - |
19 May 2026, 16:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-19 16:16
Updated : 2026-05-20 17:16
NVD link : CVE-2026-31072
Mitre link : CVE-2026-31072
CVE.ORG link : CVE-2026-31072
JSON object : View
Products Affected
No product.
CWE
CWE-502
Deserialization of Untrusted Data
