Skip to content

Commit 8203a14

Browse files
1 parent 3e5e0ca commit 8203a14

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

advisories/github-reviewed/2026/03/GHSA-5239-wwwm-4pmq/GHSA-5239-wwwm-4pmq.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-5239-wwwm-4pmq",
4-
"modified": "2026-03-24T20:33:39Z",
4+
"modified": "2026-03-30T14:40:28Z",
55
"published": "2026-03-22T06:30:15Z",
66
"aliases": [
77
"CVE-2026-4539"
88
],
99
"summary": "Pygments has Regular Expression Denial of Service (ReDoS) due to Inefficient Regex for GUID Matching",
10-
"details": "A security flaw has been discovered in pygments up to 2.19.2. The impacted element is the function AdlLexer of the file pygments/lexers/archetype.py. The manipulation results in inefficient regular expression complexity. The attack is only possible with local access. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.",
10+
"details": "A security flaw has been discovered in pygments before 2.20.0. The impacted element is the function AdlLexer of the file pygments/lexers/archetype.py. The manipulation results in inefficient regular expression complexity. The attack is only possible with local access. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -32,7 +32,7 @@
3232
"introduced": "0"
3333
},
3434
{
35-
"last_affected": "2.19.2"
35+
"fixed": "2.20.0"
3636
}
3737
]
3838
}
@@ -48,10 +48,22 @@
4848
"type": "WEB",
4949
"url": "https://github.com/pygments/pygments/issues/3058"
5050
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/pygments/pygments/pull/3064"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/pygments/pygments/commit/24b8aa76c6cd6d70f39c6dd605cce319c98e2ccc"
58+
},
5159
{
5260
"type": "PACKAGE",
5361
"url": "https://github.com/pygments/pygments"
5462
},
63+
{
64+
"type": "WEB",
65+
"url": "https://github.com/pygments/pygments/releases/tag/2.20.0"
66+
},
5567
{
5668
"type": "WEB",
5769
"url": "https://vuldb.com/?ctiid.352327"
@@ -67,6 +79,7 @@
6779
],
6880
"database_specific": {
6981
"cwe_ids": [
82+
"CWE-1333",
7083
"CWE-400"
7184
],
7285
"severity": "LOW",

0 commit comments

Comments
 (0)