Lucene search
+L

418 matches found

OSV
OSV
added 2026/07/20 9:34 p.m.11 views

GHSA-R4RV-85JG-W4MF Mistune: Arbitrary File Read via Include directive path traversal

Summary A path traversal issue exists in mistune's Include directive when markdown files are processed using md.read. A crafted include path can cause files outside the intended markdown directory to be accessed. Details The issue occurs in the Include.parse method where user-supplied paths are...

5.9CVSS5.3AI score0.00462EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/07/20 9:34 p.m.17 views

EUVD-2026-42329

Mistune plugins/formatting: quadratic-time parsing on long runs of x, ==x==, and ^^x^^ markers strikethrough / mark / insert...

7.5CVSS5.2AI score0.00644EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 9:34 p.m.12 views

GHSA-C8J7-8CV4-2XMQ Mistune plugins/formatting: quadratic-time parsing on long runs of `~~x~~`, `==x==`, and `^^x^^` markers (strikethrough / mark / insert)

Summary Type: Algorithmic-complexity denial of service. A run of N closed pairs xx... or the analogous ==x== for mark, ^^x^^ for insert causes ON² work in the formatting parser. With the strikethrough, mark, or insert plugin enabled, an 8 KB input pegs the CPU for 4 seconds; 16 KB → 17 seconds...

7.5CVSS5.4AI score0.00644EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/07/20 9:34 p.m.16 views

Mistune plugins/formatting: quadratic-time parsing on long runs of `~~x~~`, `==x==`, and `^^x^^` markers (strikethrough / mark / insert)

Summary Type: Algorithmic-complexity denial of service. A run of N closed pairs xx... or the analogous ==x== for mark, ^^x^^ for insert causes ON² work in the formatting parser. With the strikethrough, mark, or insert plugin enabled, an 8 KB input pegs the CPU for 4 seconds; 16 KB → 17 seconds...

7.5CVSS5.3AI score0.00644EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/20 9:34 p.m.9 views

GHSA-G97X-GVCM-X72H Mistune: XSS via unescaped class option in Admonition directive

In src/mistune/directives/admonition.py, the renderadmonition function concatenates the :class: option directly into the HTML class attribute without escaping lines 63-68. This allows attribute injection and XSS even when HTMLRendererescape=True is used. The directive name parameter is safe...

5.3CVSS5.2AI score0.00327EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/20 9:34 p.m.18 views

Mistune: XSS via unescaped class option in Admonition directive

In src/mistune/directives/admonition.py, the renderadmonition function concatenates the :class: option directly into the HTML class attribute without escaping lines 63-68. This allows attribute injection and XSS even when HTMLRendererescape=True is used. The directive name parameter is safe...

6.1CVSS5.1AI score0.00327EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/07/20 9:32 p.m.8 views

GHSA-8C25-4J27-2RV3 Mistune: XSS via percent-encoded javascript URI bypass in safe_url()

Summary An XSS vulnerability in Mistune allows bypassing of safeurl protections via percent-encoded javascript URIs. Details The vulnerability exists in HTMLRenderer.safeurl in Mistune. The function is intended to block harmful URL schemes such as "javascript:" by checking the prefix of the...

6.1CVSS5.5AI score0.00348EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/07/20 9:32 p.m.20 views

EUVD-2026-42331

Mistune: XSS via percent-encoded javascript URI bypass in safeurl...

6.1CVSS5AI score0.00348EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 9:32 p.m.11 views

GHSA-4J32-57V6-6G45 Mistune inline_parser: quadratic-time parsing on long runs of `**x**` and `***x***` emphasis pairs

Summary Type: Algorithmic-complexity DoS in core emphasis parsing. A long sequence of well-formed x strong or x strong-emphasis combined pairs causes ON² parser work. Distinct from the bracket-bomb DoS repetition and from the formatting-plugin DoS /==/^^; this one fires on default-config mistune...

7.5CVSS5.5AI score0.00644EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/07/20 9:32 p.m.14 views

Mistune inline_parser: quadratic-time parsing on long runs of `**x**` and `***x***` emphasis pairs

Summary Type: Algorithmic-complexity DoS in core emphasis parsing. A long sequence of well-formed x strong or x strong-emphasis combined pairs causes ON² parser work. Distinct from the bracket-bomb DoS repetition and from the formatting-plugin DoS /==/^^; this one fires on default-config mistune...

7.5CVSS5.4AI score0.00644EPSS
SaveExploits1References6Affected Software1
EUVD
EUVD
added 2026/07/20 9:32 p.m.15 views

EUVD-2026-42335

Mistune inlineparser: quadratic-time parsing on long runs of x and x emphasis pairs...

7.5CVSS5.2AI score0.00644EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 9:24 p.m.11 views

GHSA-8MPJ-M6QM-5QR8 Mistune directives/include: mutual `.. include::` recursion crashes the renderer with `RecursionError`, denial of service via two attacker-controlled markdown files

Summary Type: Uncontrolled recursion via mutual include. The Include directive checks for direct self-reference a.md cannot include a.md, but does not detect indirect cycles. Two markdown files that include each other a.md → includes b.md → includes a.md cause unbounded recursion until Python's...

5.3CVSS5.4AI score0.00529EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/07/20 9:24 p.m.32 views

EUVD-2026-42339

Mistune directives/include: mutual .. include:: recursion crashes the renderer with RecursionError, denial of service via two attacker-controlled markdown files...

5.3CVSS5.2AI score0.00529EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 9:24 p.m.11 views

GHSA-FFQ3-XPV3-J92Q Mistune block_parser: quadratic-time parsing on long lists of repeated reference-link definitions

Summary Type: Algorithmic-complexity DoS in reference-link definition handling. A markdown document with N reference-link definitions of the same key or many distinct keys takes ON² parser time. 5000 repeated a: u\n definitions take 1.1 second; 10000 → 4.5 seconds. File: src/mistune/blockparser.p...

7.5CVSS5.3AI score0.00651EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/07/20 9:24 p.m.15 views

Mistune block_parser: quadratic-time parsing on long lists of repeated reference-link definitions

Summary Type: Algorithmic-complexity DoS in reference-link definition handling. A markdown document with N reference-link definitions of the same key or many distinct keys takes ON² parser time. 5000 repeated a: u\n definitions take 1.1 second; 10000 → 4.5 seconds. File: src/mistune/blockparser.p...

7.5CVSS5.3AI score0.00651EPSS
SaveExploits1References6Affected Software1
EUVD
EUVD
added 2026/07/20 9:24 p.m.17 views

EUVD-2026-42338

Mistune blockparser: quadratic-time parsing on long lists of repeated reference-link definitions...

7.5CVSS5.2AI score0.00651EPSS
SaveExploits1References5
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/17 8:22 a.m.12 views

Security Bulletin: Multiple vulnerabilities in IBM watsonx Orchestrate Developer Edition

Summary Multiple vulnerabilities were addressed in IBM watsonx Orchestrate Developer Edition version 2.13.0 Vulnerability Details CVEID:CVE-2023-5752 DESCRIPTION: When installing a package from a Mercurial VCS URL ie "pip install hg+..." with pip prior to v23.3, the specified Mercurial revision...

8.7CVSS6.3AI score0.0074EPSS
SaveExploits3Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/07/17 12:00 a.m.9 views

SUSE SLES16 Security Update : python-mistune (SUSE-SU-2026:22655-1)

The remote SUSE Linux SLES16 / SLESSAP16 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:22655-1 advisory. This update for python-mistune fixes the following issues - CVE-2026-59922: quadratic-time parsing on long runs of some markers in...

7.5CVSS6AI score0.00651EPSS
SaveExploits8References30
Tenable Nessus
Tenable Nessus
added 2026/07/16 12:00 a.m.15 views

openSUSE 16 Security Update : python-mistune (openSUSE-SU-2026:21339-1)

The remote openSUSE 16 host has a package installed that is affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21339-1 advisory. This update for python-mistune fixes the following issues - CVE-2026-59922: quadratic-time parsing on long runs of some markers in formatting.py...

7.5CVSS6.3AI score0.00651EPSS
SaveExploits8References29
OSV
OSV
added 2026/07/15 5:33 p.m.21 views

MGASA-2026-0254 Updated python-mistune package fixes security vulnerabilities

The updated python-mistune package fixes two security vulnerablities: Prior to 3.2.1, rendertocul builds a table-of-contents tree from a list of level, id, text tuples. Both the id value used as href="" and the text value used as the visible link label are inserted into tags via a plain Python...

8.7CVSS6.2AI score0.0063EPSS
SaveExploits1References4
Rows per page
Query Builder