Dismissed
(already tracked in derivation metadata)
Permalink
CVE-2026-44708
6.1 MEDIUM
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): Required (R)
- Scope (S): Changed (C)
- Confidentiality (C): Low (L)
- Integrity (I): Low (L)
- Availability (A): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): Required (R)
- Modified Confidentiality (MC): Low (L)
- Modified Scope (MS): Changed (C)
- Modified Integrity (MI): Low (L)
- Modified Availability (MA): None (N)
by @ADMIN Activity log
- Created suggestion
- @ADMIN dismissed (already tracked in derivation metadata)
Mistune Math Plugin XSS Escape Bypass
Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.2.1, the mistune math plugin renders inline math ($...$) and block math ($$...$$) by concatenating the raw user-supplied content directly into the HTML output without any HTML escaping. This occurs even when the parser is explicitly created with escape=True, which is supposed to guarantee that all user-controlled text is sanitised before reaching the DOM. This vulnerability is fixed in 3.2.1.
References
-
https://github.com/lepture/mistune/security/advisories/GHSA-8g87-j6q8-g93x x_refsource_CONFIRM
-
https://github.com/lepture/mistune/releases/tag/v3.2.1 x_refsource_MISC
Affected products
mistune
- ==< 3.2.1
Matching in nixpkgs
pkgs.python313Packages.mistune_2
Sane Markdown parser with useful plugins and renderers
pkgs.python314Packages.mistune_2
Sane Markdown parser with useful plugins and renderers