Lucene search
+L

5001 matches found

Tenable Nessus
Tenable Nessus
added 2026/07/09 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-59927

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the Include directive in src/mistune/directives/include.py detects only direct...

5.3CVSS5.9AI score0.00529EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/07/09 12:00 a.m.17 views

MiracleLinux 9 : python-markdown-3.3.4-4.el9_8.2 (AXSA:2026-1228:01)

The remote MiracleLinux 9 host has a package installed that is affected by a vulnerability as referenced in the AXSA:2026-1228:01 advisory. python-markdown: denial of service via malformed HTML-like sequences CVE-2025-69534 Tenable has extracted the preceding description block directly from the...

8.2CVSS7.1AI score0.00566EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/07/09 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-59928

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, a Markdown document containing many repeated or distinct reference-link...

7.5CVSS5.4AI score0.00651EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/07/09 12:00 a.m.18 views

Linux Distros Unpatched Vulnerability : CVE-2026-59923

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, HTMLRenderer.safeurl does not block percent-encoded javascript URIs, allowing...

6.1CVSS6.2AI score0.00348EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/07/09 12:00 a.m.19 views

Linux Distros Unpatched Vulnerability : CVE-2026-59922

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, a run of closed tilde, equals-sign, or caret marker pairs around a character...

7.5CVSS5.4AI score0.00644EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/07/08 6:46 p.m.12 views

Cross-site Scripting (XSS)

Overview Affected versions of this package are vulnerable to Cross-site Scripting XSS via the safeurl function. An attacker can execute arbitrary scripts in the rendered HTML by supplying specially crafted percent-encoded javascript URIs in Markdown links or images. Details Cross-site scripting o...

6.1CVSS6.2AI score0.00348EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/07/08 6:45 p.m.15 views

Inefficient Algorithmic Complexity

Overview Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity via the blockparser process. An attacker can cause excessive CPU consumption by submitting specially crafted Markdown documents containing numerous repeated or distinct reference-link definitions...

8.7CVSS6.1AI score0.00651EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/07/08 6:45 p.m.11 views

Uncontrolled Recursion

Overview Affected versions of this package are vulnerable to Uncontrolled Recursion through the include process. An attacker can cause the application to crash by creating two markdown files that recursively include each other, leading to unbounded recursion and a RecursionError. Remediation...

6.9CVSS6.1AI score0.00529EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/07/08 6:44 p.m.10 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal via the Include.parse process. An attacker can access arbitrary files outside the intended markdown directory by supplying crafted include paths when markdown files are processed using md.read. Details A Directory...

8.2CVSS6.5AI score0.00462EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/08 5:18 p.m.12 views

DRUPAL-CONTRIB-2026-076

The AI SEO/GEO Analyzer module generates SEO/GEO analysis reports by sending content of an entity including its comments to an LLM, then converts the model's Markdown response to HTML and stores it for display to privileged users. The generated HTML was rendered without passing through Drupal's...

5.4CVSS6.1AI score0.00231EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/08 5:17 p.m.18 views

CVE-2026-59927

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the Include directive in src/mistune/directives/include.py detects only direct self-includes and not indirect cycles, allowing two markdown files that include each other to trigger unbounded recursion, raise...

5.3CVSS0.00529EPSS
SaveExploits1References3
PyPA
PyPA
added 2026/07/08 5:17 p.m.21 views

PYSEC-2026-2216

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, a Markdown document containing many repeated or distinct reference-link definitions causes quadratic work in src/mistune/blockparser.py and the reflinks environment dictionary handling, allowing denial of service...

7.5CVSS6.1AI score0.00651EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/07/08 5:17 p.m.11 views

DEBIAN-CVE-2026-59925

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, long sequences of well-formed double-asterisk or triple-asterisk emphasis pairs around a character cause quadratic work in src/mistune/inlineparser.py because the parser scans forward for matching close markers from...

7.5CVSS6.1AI score0.00644EPSS
SaveExploits1References1
NVD
NVD
added 2026/07/08 5:17 p.m.21 views

CVE-2026-59924

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Include.parse joins and normalizes user-supplied include paths without verifying that the result remains within the intended markdown directory, allowing crafted include paths to access files outside that directory wh...

5.9CVSS0.00462EPSS
SaveExploits1References3
PyPA
PyPA
added 2026/07/08 5:17 p.m.19 views

PYSEC-2026-2213

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, long sequences of well-formed double-asterisk or triple-asterisk emphasis pairs around a character cause quadratic work in src/mistune/inlineparser.py because the parser scans forward for matching close markers from...

7.5CVSS6.1AI score0.00644EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/07/08 5:17 p.m.11 views

PYSEC-2026-2216

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, a Markdown document containing many repeated or distinct reference-link definitions causes quadratic work in src/mistune/blockparser.py and the reflinks environment dictionary handling, allowing denial of service...

7.5CVSS6.1AI score0.00651EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/08 5:17 p.m.8 views

DEBIAN-CVE-2026-59930

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, the toc plugin and TableOfContents directive generate heading IDs as predictable tocN values without slugifying the heading text, allowing attacker-controlled id="tocN" content to collide with generated anchors and...

4.3CVSS6.1AI score0.00192EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/08 5:17 p.m.10 views

DEBIAN-CVE-2026-59924

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, Include.parse joins and normalizes user-supplied include paths without verifying that the result remains within the intended markdown directory, allowing crafted include paths to access files outside that directory wh...

5.9CVSS6.1AI score0.00462EPSS
SaveExploits1References1
NVD
NVD
added 2026/07/08 5:17 p.m.16 views

CVE-2026-59925

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, long sequences of well-formed double-asterisk or triple-asterisk emphasis pairs around a character cause quadratic work in src/mistune/inlineparser.py because the parser scans forward for matching close markers from...

7.5CVSS0.00644EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/08 5:17 p.m.15 views

CVE-2026-59928

Mistune is a Python Markdown parser with renderers and plugins. Prior to 3.3.0, a Markdown document containing many repeated or distinct reference-link definitions causes quadratic work in src/mistune/blockparser.py and the reflinks environment dictionary handling, allowing denial of service...

7.5CVSS0.00651EPSS
SaveExploits1References3
Rows per page
Query Builder