Skip to content

Commit 81200b5

Browse files
1 parent 51b135d commit 81200b5

File tree

2 files changed

+66
-36
lines changed

2 files changed

+66
-36
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-h4pw-wxh7-4vjj",
4+
"modified": "2025-12-18T15:51:07Z",
5+
"published": "2025-12-17T18:31:33Z",
6+
"withdrawn": "2025-12-18T15:51:07Z",
7+
"aliases": [
8+
"CVE-2024-29370"
9+
],
10+
"summary": "Duplicate Advisory: python-jose denial of service via compressed JWE content",
11+
"details": "### Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-cjwg-qfpm-7377. This link is maintained to preserve external references.\n\n### Original Description\n\nIn python-jose 3.3.0 (specifically jwe.decrypt), a vulnerability allows an attacker to cause a Denial-of-Service (DoS) condition by crafting a malicious JSON Web Encryption (JWE) token with an exceptionally high compression ratio. When this token is processed by the server, it results in significant memory allocation and processing time during decompression.",
12+
"severity": [
13+
{
14+
"type": "CVSS_V3",
15+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L"
16+
}
17+
],
18+
"affected": [
19+
{
20+
"package": {
21+
"ecosystem": "PyPI",
22+
"name": "python-jose"
23+
},
24+
"ranges": [
25+
{
26+
"type": "ECOSYSTEM",
27+
"events": [
28+
{
29+
"introduced": "0"
30+
},
31+
{
32+
"fixed": "3.4.0"
33+
}
34+
]
35+
}
36+
]
37+
}
38+
],
39+
"references": [
40+
{
41+
"type": "ADVISORY",
42+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29370"
43+
},
44+
{
45+
"type": "WEB",
46+
"url": "https://github.com/mpdavis/python-jose/issues/344"
47+
},
48+
{
49+
"type": "WEB",
50+
"url": "https://github.com/mpdavis/python-jose/commit/483529ee93a3ab510ab579d4d4cc644dba926ade"
51+
},
52+
{
53+
"type": "WEB",
54+
"url": "https://github.com/mpdavis/python-jose/releases/tag/3.4.0"
55+
}
56+
],
57+
"database_specific": {
58+
"cwe_ids": [
59+
"CWE-409"
60+
],
61+
"severity": "MODERATE",
62+
"github_reviewed": true,
63+
"github_reviewed_at": "2025-12-18T15:51:07Z",
64+
"nvd_published_at": "2025-12-17T16:16:04Z"
65+
}
66+
}

advisories/unreviewed/2025/12/GHSA-h4pw-wxh7-4vjj/GHSA-h4pw-wxh7-4vjj.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)