CVE-2026-44899
4.7 MEDIUMMistune is a Python Markdown parser with renderers and plugins
Published: 2026-05-26 · Last updated: 2026-05-28
Severity and scoring
- CVSS
- 4.7 MEDIUM
- Vector
- CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N
- CWE
- CWE-79
Affected products
| Vendor | Product |
|---|---|
| mistune_project | mistune |
Description
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, the Image directive plugin validates the :width: and :height: options with a regex compiled as _num_re = re.compile(r"^\d+(?:\.\d*)?"). When the validated value is not a plain integer, render_block_image() inserts it directly into a style="width:...;" or style="height:...;" attribute. Because the value was accepted by the prefix-only regex, any CSS after the leading digits reaches the style= attribute verbatim and without escaping. This vulnerability is fixed in 3.2.1.
Source: NVD
References
Related CVEs
Same vendor
- CVE-2026-44898 — Mistune is a Python Markdown parser with renderers and plugins (6.1 MEDIUM)
- CVE-2026-44897 — Mistune is a Python Markdown parser with renderers and plugins (6.1 MEDIUM)
- CVE-2026-44896 — Mistune is a Python Markdown parser with renderers and plugins (6.1 MEDIUM)
- CVE-2026-44708 — Mistune is a Python Markdown parser with renderers and plugins (6.1 MEDIUM)
Same CWE
- CVE-2026-12425 — Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in PowerSchool Employee Access ...
- CVE-2024-30476 — PowerStore contains a Stored Cross-Site Scripting Vulnerability in the PowerStore Manager (5.4 MEDIUM)
- CVE-2026-54198 — Unauthenticated Cross Site Scripting (XSS) in Media LIbrary Assistant <= 3.35 versions (7.1 HIGH)
- CVE-2026-54191 — Unauthenticated Cross Site Scripting (XSS) in Pods <= 3.3.8 versions (7.1 HIGH)
- CVE-2026-39437 — Unauthenticated Cross Site Scripting (XSS) in Min Max Step Quantity Limits Manager for WooCommerce <= 5.2.2 versions (7.1 HIGH)