Lucene search
+L

51 matches found

RedhatCVE
RedhatCVE
added 7 hours ago4 views

CVE-2026-67422

A flaw was found in pymdown-extensions, a collection of extensions for the Python Markdown library. This vulnerability, known as a Regular Expression Denial of Service ReDoS, arises from how certain inline processors handle regular expressions. An unauthenticated remote attacker can exploit this ...

7.5CVSS5.5AI score
SaveExploits0References5
NVD
NVD
added yesterday6 views

CVE-2026-67422

pymdown-extensions is a collection of extensions for the Python Markdown library. In versions up to and including 11.0, four inline processors caret, tilde, betterem, and magiclink use regular expressions whose content groups can partition a run of delimiter characters in exponentially many ways,...

7.5CVSS
SaveExploits0References2
NVD
NVD
added yesterday4 views

CVE-2026-61632

PyMdown Extensions is a set of extensions for the Python-Markdown markdown project. In versions up to and including 10.21.3, the b64 extension is vulnerable to a path traversal that discloses arbitrary files: it inlines images referenced by by joining the src onto the configured basepath with...

5.3CVSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added yesterday3 views

CVE-2026-61632

PyMdown Extensions is a set of extensions for the Python-Markdown markdown project. In versions up to and including 10.21.3, the b64 extension is vulnerable to a path traversal that discloses arbitrary files: it inlines images referenced by by joining the src onto the configured basepath with...

5.3CVSS5.5AI score
SaveExploits0References3Affected Software1
EUVD
EUVD
added yesterday4 views

EUVD-2026-54149

PyMdown Extensions is a set of extensions for the Python-Markdown markdown project. In versions up to and including 10.21.3, the b64 extension is vulnerable to a path traversal that discloses arbitrary files: it inlines images referenced by by joining the src onto the configured basepath with...

5.3CVSS5.5AI score
SaveExploits0References2
CVE
CVE
added yesterday22 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 score
SaveExploits0References2
EUVD
EUVD
added yesterday4 views

EUVD-2026-54256

pymdown-extensions is a collection of extensions for the Python Markdown library. In versions up to and including 11.0, four inline processors caret, tilde, betterem, and magiclink use regular expressions whose content groups can partition a run of delimiter characters in exponentially many ways,...

7.5CVSS5.4AI score
SaveExploits0References2
CVE
CVE
added yesterday11 views

CVE-2026-67422

CVE-2026-67422 affects pymdown-extensions up to version 11.0, where four inline processors—caret, tilde, betterem, and magiclink—use regex patterns whose groups can partition delimiter runs in exponentially many ways. This causes catastrophic backtracking and unbounded CPU usage when rendering a ...

7.5CVSS5.4AI score
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added yesterday5 views

CVE-2026-67422

pymdown-extensions is a collection of extensions for the Python Markdown library. In versions up to and including 11.0, four inline processors caret, tilde, betterem, and magiclink use regular expressions whose content groups can partition a run of delimiter characters in exponentially many ways,...

7.5CVSS5.4AI score
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added yesterday13 views

CVE-2026-67422 pymdown-extensions: Exponential-backtracking ReDoS in caret, tilde, betterem, and magiclink inline processors

pymdown-extensions is a collection of extensions for the Python Markdown library. In versions up to and including 11.0, four inline processors caret, tilde, betterem, and magiclink use regular expressions whose content groups can partition a run of delimiter characters in exponentially many ways,...

7.5CVSS
SaveExploits0References2
OSV
OSV
added 3 days ago4 views

PYSEC-2026-3609 PyMdown Extensions: Path traversal in the b64 extension lets <img src> read files outside base_path

Summary The b64 extension inlines images referenced by as base64 data URIs. When resolving the src path it joins it onto the configured basepath with os.path.normpath and opens the result directly, with no check that the resolved path stays inside basepath. A src containing ../ sequences, or an...

5.3CVSS5.7AI score
SaveExploits0References7
OSV
OSV
added 2026/07/24 4:18 p.m.4 views

GHSA-9XWG-3R6F-JCX2 PyMdown Extensions: Path traversal in the b64 extension lets <img src> read files outside base_path

Summary The b64 extension inlines images referenced by as base64 data URIs. When resolving the src path it joins it onto the configured basepath with os.path.normpath and opens the result directly, with no check that the resolved path stays inside basepath. A src containing ../ sequences, or an...

5.3CVSS6AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/24 4:18 p.m.8 views

PyMdown Extensions: Path traversal in the b64 extension lets <img src> read files outside base_path

Summary The b64 extension inlines images referenced by as base64 data URIs. When resolving the src path it joins it onto the configured basepath with os.path.normpath and opens the result directly, with no check that the resolved path stays inside basepath. A src containing ../ sequences, or an...

5.3CVSS6AI score
SaveExploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/07/18 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-32309

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - PyMdown Extensions is a set of extensions for the Python-Markdown markdown project. In affected versions an arbitrary file read is possible when using include...

7.5CVSS7.4AI score0.01658EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/07/17 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-46338

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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 containmen...

4.3CVSS5.5AI score0.0031EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/16 7:16 p.m.12 views

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.3CVSS0.0031EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/16 7:16 p.m.5 views

UBUNTU-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
SaveExploits1References5
OSV
OSV
added 2026/07/16 6:24 p.m.9 views

CVE-2026-46338 PyMdown Extensions: Regression in pymdownx.snippets reintroduces sibling-prefix path traversal bypass despite restrict_base_path

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 score
SaveExploits0References5
CVE
CVE
added 2026/07/16 6:24 p.m.39 views

CVE-2026-46338

PyMdown Extensions (pymdownx.snippets) contains a regression that reintroduces a sibling-prefix path traversal when restrict_base_path is True. From 10.0.1 through 10.21.2, get_snippet_path uses a string-prefix check (filename.startswith(base)) that can read files from sibling paths sharing the s...

4.3CVSS6.1AI score0.0031EPSS
SaveExploits1References3Affected Software1
Debian CVE
Debian CVE
added 2026/07/16 6:24 p.m.6 views

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
SaveExploits1
Rows per page
Query Builder