Skip to content

Commit 6a7ada8

Browse files
1 parent 27e285b commit 6a7ada8

1 file changed

Lines changed: 26 additions & 5 deletions

File tree

advisories/unreviewed/2026/05/GHSA-9cfw-f3f9-7mm7/GHSA-9cfw-f3f9-7mm7.json renamed to advisories/github-reviewed/2026/05/GHSA-9cfw-f3f9-7mm7/GHSA-9cfw-f3f9-7mm7.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-9cfw-f3f9-7mm7",
4-
"modified": "2026-05-20T18:31:34Z",
4+
"modified": "2026-06-04T21:36:43Z",
55
"published": "2026-05-19T18:32:11Z",
66
"aliases": [
77
"CVE-2026-31072"
88
],
9+
"summary": "APScheduler's JSONSerializer and CBORSerializer are vulnerable to Remote Code Execution (RCE) via Insecure Deserialization",
910
"details": "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",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "apscheduler"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "4.0.0a1"
29+
},
30+
{
31+
"last_affected": "4.0.0a6"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -24,7 +45,7 @@
2445
"url": "https://gist.github.com/nedlir/11fb77f35a59cbba73392a086b02a9c6"
2546
},
2647
{
27-
"type": "WEB",
48+
"type": "PACKAGE",
2849
"url": "https://github.com/agronholm/apscheduler"
2950
}
3051
],
@@ -33,8 +54,8 @@
3354
"CWE-502"
3455
],
3556
"severity": "CRITICAL",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-06-04T21:36:43Z",
3859
"nvd_published_at": "2026-05-19T16:16:20Z"
3960
}
4061
}

0 commit comments

Comments
 (0)