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.
CVE-2026-61632
This medium-severity CVE scores 5.3 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.4%, top 72% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 5.3
- EG Score
- 5.3(medium)
- EG Risk
- 55(Attend)EG Risk 55/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity53% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 0%
- EPSS %ILE
- 28%
- KEV
- Not listed
Published
July 24, 2026
Last Modified
August 7, 2026
Advisory Details (2)
Auto-updated Aug 6, 2026Path traversal in the b64 extension lets <img src> read files outside base_path · Advisory · facelessuser/pymdown-extensions · GitHub
https://github.com/facelessuser/pymdown-extensions/security/advisories/GHSA-9xwg-3r6f-jcx211.0
Patch available: facelessuser/pymdown-extensions 11.0
https://github.com/facelessuser/pymdown-extensions/releases/tag/11.0Vendor Advisories for CVE-2026-61632(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(4 across 4 ecosystems)
Debian:12(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| pymdown-extensions | 10.11.2-1 ... 9.5-5 (14 versions) | — | — |
Debian:13(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| pymdown-extensions | 10.13-1 ... 11.0.1-1 (8 versions) | — | — |
Debian:14(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| pymdown-extensions | 10.13-1 ... 10.19.1-3 (6 versions) | 11.0.1-1 | — |
PyPI(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| pymdown-extensions | 1.0.0 ... 9.9.2 (118 versions) | 11.0.0 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 10× in last 7d / 35× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-26 14:46 UTCEPSS rescore
- 2026-08-26 10:39 UTCEG score recompute
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-25 07:44 UTCEG score recompute
- 2026-08-23 03:27 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 01:19 UTCEG score recompute
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-20 23:10 UTCEG score recompute
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-19 21:02 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-18 18:52 UTCEG score recompute
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-17 13:41 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 11:33 UTCEG score recompute
- 2026-08-15 09:25 UTCEG score recompute
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 07:17 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-13 05:08 UTCEG score recompute
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-12 03:00 UTCEG score recompute
Show 12 moreShow fewer
- 2026-08-11 00:52 UTCEG score recompute
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-09 22:44 UTCEG score recompute
- 2026-08-09 13:47 UTCEPSS rescore
- 2026-08-08 20:36 UTCEG score recompute
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-07 18:28 UTCEG score recompute
- 2026-08-07 17:28 UTCEG score recompute
- 2026-08-06 22:25 UTCEG score recompute
- 2026-07-30 18:48 UTCEG score recompute
- 2026-07-27 11:52 UTCEG score recompute
- 2026-07-24 17:13 UTCEG score recompute
Related CVEs(same CWE)
Frequently asked(5)
What is CVE-2026-61632?
When was CVE-2026-61632 disclosed?
Is CVE-2026-61632 actively exploited?
What is the CVSS score of CVE-2026-61632?
How do I remediate CVE-2026-61632?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-61632
Is Your Infrastructure Affected by CVE-2026-61632?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.