CVE-2026-33079

Source
https://cve.org/CVERecord?id=CVE-2026-33079
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-33079.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-33079
Aliases
Downstream
Related
Published
2026-05-06T17:25:09.026Z
Modified
2026-08-04T11:50:49.805839034Z
Severity
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
Mistune ReDoS in LINK_TITLE_RE allows denial of service with crafted Markdown titles
Details

In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS (Regular Expression Denial of Service) vulnerability in LINK_TITLE_RE that allows an attacker who can supply Markdown for parsing to cause denial of service. The regular expression used for parsing link titles contains overlapping alternatives that can trigger catastrophic backtracking. In both the double-quoted and single-quoted branches, a backslash followed by punctuation can be matched either as an escaped punctuation sequence or as two ordinary characters, creating an ambiguous pattern inside a repeated group. If an attacker supplies Markdown containing repeated ! sequences with no closing quote, the regex engine explores an exponential number of backtracking paths. This is reachable through normal Markdown parsing of inline links and block link reference definitions. A small crafted input can therefore cause significant CPU consumption and make applications using Mistune unresponsive.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/33xxx/CVE-2026-33079.json",
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-1333"
    ]
}
References

Affected packages

Git / github.com/lepture/mistune

Affected ranges

Type
GIT
Repo
https://github.com/lepture/mistune
Events
Database specific
{
    "extracted_events": [
        {
            "introduced": "3.0.0a1"
        },
        {
            "last_affected": "3.2.0"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

v3.*
v3.0.0
v3.0.0a1
v3.0.0a2
v3.0.0a3
v3.0.0rc1
v3.0.0rc2
v3.0.0rc3
v3.0.0rc4
v3.0.0rc5
v3.0.1
v3.1.0
v3.1.1
v3.1.2
v3.1.3
v3.1.4
v3.2.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-33079.json"