Lucene search
+L

412 matches found

Positive Technologies
Positive Technologies
added 2026/05/14 12:00 a.m.23 views

PT-2026-41147

Name of the Vulnerable Software and Affected Versions mistune affected versions not specified Description The Image directive plugin fails to properly validate the :width: and :height: options. The validation uses a regular expression that only checks if the value starts with a digit, rather than...

4.7CVSS5.9AI score0.00228EPSS
SaveExploits1References6
Circl
Circl
added 2026/05/12 6:07 a.m.15 views

CVE-2026-44898

creationtimestamp| type| source ---|---|--- 2026-05-12 06:07:08+00:00| published-proof-of-concept| https://github.com/lepture/mistune/security/advisories/GHSA-6269-cqxg-mhhv...

6.1CVSS5.8AI score0.00228EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/12 12:00 a.m.5 views

OPENSUSE-SU-2026:10761-1 python311-mistune-3.2.1-1.1 on GA media

These are all security issues fixed in the python311-mistune-3.2.1-1.1 package on the GA media of openSUSE Tumbleweed...

8.7CVSS5.8AI score0.00528EPSS
SaveExploits1References3
Microsoft CVE
Microsoft CVE
added 2026/05/10 8:03 a.m.27 views

Mistune ReDoS in LINK_TITLE_RE allows denial of service with crafted Markdown titles

...

8.7CVSS5.8AI score0.00528EPSS
SaveExploits0
OSV
OSV
added 2026/05/09 12:13 a.m.20 views

GHSA-V87V-83H2-53W7 Mistune Heading ID Attribute has Injection XSS

Summary HTMLRenderer.heading builds the opening tag by string-concatenating the id attribute value directly into the HTML — with no call to escape, safeentity, or any other sanitisation function. A double-quote character " in the id value terminates the attribute, allowing an attacker to inject...

6.1CVSS6AI score0.00228EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/05/09 12:13 a.m.21 views

Mistune Heading ID Attribute has Injection XSS

Summary HTMLRenderer.heading builds the opening tag by string-concatenating the id attribute value directly into the HTML — with no call to escape, safeentity, or any other sanitisation function. A double-quote character " in the id value terminates the attribute, allowing an attacker to inject...

6.1CVSS6AI score0.00228EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/05/08 11:43 p.m.15 views

GHSA-58CW-G322-P94V Mistune has XSS via unescaped figclass/figwidth in Figure directive

In src/mistune/directives/image.py, the renderfigure function concatenates figclass and figwidth options directly into HTML attributes without escaping lines 152-168. This allows attribute injection and XSS even when HTMLRendererescape=True is used, because these values bypass the inline renderer...

6.1CVSS5.8AI score0.00198EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/05/08 11:43 p.m.27 views

Mistune has XSS via unescaped figclass/figwidth in Figure directive

In src/mistune/directives/image.py, the renderfigure function concatenates figclass and figwidth options directly into HTML attributes without escaping lines 152-168. This allows attribute injection and XSS even when HTMLRendererescape=True is used, because these values bypass the inline renderer...

6.1CVSS5.8AI score0.00198EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/05/08 11:40 p.m.14 views

GHSA-8G87-J6Q8-G93X Mistune Math Plugin has an XSS Escape Bypass

Summary 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...

6.1CVSS5.9AI score0.00228EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/05/08 11:40 p.m.25 views

Mistune Math Plugin has an XSS Escape Bypass

Summary 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...

6.1CVSS5.9AI score0.00228EPSS
SaveExploits1References4Affected Software1
SUSE CVE
SUSE CVE
added 2026/05/08 2:22 a.m.25 views

SUSE CVE-2026-33079

In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS Regular Expression Denial of Service vulnerability in LINKTITLERE 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...

7.5CVSS5.8AI score0.00528EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/05/08 12:00 a.m.16 views

PT-2026-39292

Name of the Vulnerable Software and Affected Versions Mistune affected versions not specified Description The math plugin in Mistune fails to sanitize user-supplied content when rendering inline math $...$ and block math $$...$$. The plugin concatenates raw input directly into the HTML output,...

6.1CVSS5.9AI score0.00228EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2026/05/07 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-33079

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS Regular Expression Denial of Service vulnerability in LINKTITLERE that allows an attacker who can...

8.7CVSS6.7AI score0.00528EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/06 6:16 p.m.27 views

CVE-2026-33079

In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS Regular Expression Denial of Service vulnerability in LINKTITLERE 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...

8.7CVSS0.00528EPSS
SaveExploits0References7
OSV
OSV
added 2026/05/06 6:16 p.m.20 views

DEBIAN-CVE-2026-33079

In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS Regular Expression Denial of Service vulnerability in LINKTITLERE 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...

8.7CVSS5.8AI score0.00528EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/06 6:16 p.m.15 views

UBUNTU-CVE-2026-33079

In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS Regular Expression Denial of Service vulnerability in LINKTITLERE 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...

8.7CVSS5.8AI score0.00528EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/05/06 6:16 p.m.22 views

CVE-2026-33079

In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS Regular Expression Denial of Service vulnerability in LINKTITLERE 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...

8.7CVSS5.8AI score0.00528EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/06 5:25 p.m.8 views

CVE-2026-33079

In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS Regular Expression Denial of Service vulnerability in LINKTITLERE 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...

8.7CVSS5.8AI score0.00528EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/05/06 5:25 p.m.54 views

CVE-2026-33079 Mistune ReDoS in LINK_TITLE_RE allows denial of service with crafted Markdown titles

In versions 3.0.0a1 through 3.2.0 of Mistune, there is a ReDoS Regular Expression Denial of Service vulnerability in LINKTITLERE 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...

8.7CVSS0.00528EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/06 5:25 p.m.63 views

CVE-2026-33079

Mistune 3.0.0a1–3.2.0 contains a ReDoS in LINK_TITLE_RE used for parsing link titles, enabling exponential backtracking when processing Markdown strings with repeated ! sequences and no closing quote. The ambiguity arises from overlapping alternatives in the two branches (double-quoted and single...

8.7CVSS5.8AI score0.00528EPSS
SaveExploits0References7
Rows per page
Query Builder