CVE-2026-61632
Description
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 base_path with os.path.normpath and opening the result directly, without verifying that the resolved path stays inside base_path. As a result, an src containing ../ sequences or an absolute path reads a file outside base_path as long as it has an allowed image extension (.png, .jpg, .jpeg, .gif, .svg), and the file's contents are then base64-encoded into the rendered output, disclosing them. An application that renders untrusted Markdown with pymdownx.b64 enabled can therefore leak the contents of image-extension files readable by the process to whoever controls the Markdown or views the output, a targeted file-read bounded by the extension check. This issue has been fixed in version 11.0.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
pymdown-extensionsPyPI | < 11.0.0 | 11.0.0 |
Affected products
3- osv-coords2 versions
< 0.11.0-r6+ 1 more
- (no CPE)range: < 0.11.0-r6
- (no CPE)range: < 0.11.0-r6
- Range: <=10.21.3
Patches
Vulnerability mechanics
References
4- github.com/advisories/GHSA-9xwg-3r6f-jcx2ghsaADVISORY
- github.com/facelessuser/pymdown-extensions/commit/edce35586d11a1ef78bb187bc60497fe6dbf3b64ghsaWEB
- github.com/facelessuser/pymdown-extensions/releases/tag/11.0nvdWEB
- github.com/facelessuser/pymdown-extensions/security/advisories/GHSA-9xwg-3r6f-jcx2nvdWEB
News mentions
0No linked articles in our index yet.