Lucene search
+L

129 matches found

AstraLinux
AstraLinux
added 5 days ago11 views

Astra Linux – Vulnerability in Python 3.11

Python-Markdown version 3.8 contains a vulnerability where malformed HTML-like sequences can cause html.parser.HTMLParser to raise an unhandled AssertionError during Markdown parsing. Since Python-Markdown does not catch this exception, any application that processes Markdown controlled by...

8.2CVSS5.8AI score0.00566EPSS
SaveExploits1References2
CVE
CVE
added 2026/08/06 8:59 p.m.64 views

CVE-2026-61632

CVE-2026-61632 affects PyMdown Extensions (b64 extension) up to version 10.21.3. The b64 code path in pymdownx/b64.py joins the attacker-controlled image src onto a configured base_path (or uses an absolute path) and opens the result without ensuring the resolved path stays inside base_path, allo...

5.3CVSS5.5AI score0.00403EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/20 9:34 p.m.11 views

EUVD-2026-42334

Mistune: XSS via unescaped class option in Admonition directive...

6.1CVSS5AI score0.00189EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/20 9:24 p.m.20 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.00352EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.8 views

Oracle Linux 10 : python-markdown (ELSA-2026-19155)

The remote Oracle Linux 10 host has a package installed that is affected by a vulnerability as referenced in the ELSA-2026-19155 advisory. 3.5.1-6.1 - Fix CVE-2025-69534 RHEL-153740 Tenable has extracted the preceding description block directly from the Oracle Linux security advisory. Note that...

8.2CVSS7.6AI score0.00566EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/16 7:16 p.m.8 views

DEBIAN-CVE-2026-46338

PyMdown Extensions is a set of extensions for the Python-Markdown markdown project. From 10.0.1 until 10.21.3, pymdownx.snippets uses a string-prefix containment check in SnippetPreprocessor.getsnippetpath in pymdownx/snippets.py when restrictbasepath: True, allowing markdown snippet directives t...

4.3CVSS5.3AI score0.0031EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/07/16 6:24 p.m.17 views

EUVD-2026-45003

PyMdown Extensions is a set of extensions for the Python-Markdown markdown project. From 10.0.1 until 10.21.3, pymdownx.snippets uses a string-prefix containment check in SnippetPreprocessor.getsnippetpath in pymdownx/snippets.py when restrictbasepath: True, allowing markdown snippet directives t...

4.3CVSS6.1AI score0.01658EPSS
SaveExploits2References3
SUSE CVE
SUSE CVE
added 2026/07/10 3:12 a.m.9 views

SUSE 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.3CVSS6.1AI score0.00352EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/07/09 11:52 p.m.14 views

EUVD-2026-39007

Mistune: Potential DoS via quadratic-time parsing in parselinktext...

8.7CVSS7.1AI score0.00346EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/09 11:55 a.m.11 views

CVE-2026-59928

A flaw was found in Mistune, a Python Markdown parser. A remote attacker could exploit this vulnerability by providing a specially crafted Markdown document containing numerous repeated or distinct reference-link definitions. This can lead to excessive processing, causing CPU exhaustion and a...

7.5CVSS6AI score0.00413EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2026/07/09 11:0 a.m.12 views

CVE-2026-59927

A flaw was found in Mistune, a Python Markdown parser. The Include directive in Mistune's src/mistune/directives/include.py does not properly detect indirect cycles when two Markdown files include each other. This oversight allows for unbounded recursion, which can lead to a RecursionError and...

5.3CVSS5.9AI score0.00352EPSS
SaveExploits1References6
Tenable Nessus
Tenable Nessus
added 2026/07/09 12:0 a.m.14 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:0 a.m.17 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.9AI score0.00418EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/07/09 12:0 a.m.15 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.00239EPSS
SaveExploits1References3
PyPA
PyPA
added 2026/07/08 5:17 p.m.16 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.00413EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2026/07/08 5:17 p.m.14 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.00352EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/08 5:17 p.m.8 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.0041EPSS
SaveExploits1References1
NVD
NVD
added 2026/07/08 5:17 p.m.15 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.00399EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/08 5:17 p.m.9 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.00413EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/08 5:17 p.m.14 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.0041EPSS
SaveExploits1References3
Rows per page
Query Builder