CVE-2026-48988
Last modified
CVE-2026-48988 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. markdown-it is a Markdown parser. Versions 14.1.1 and below contain a denial-of-service vulnerability when typographer: true is enabled, due to quadratic (O(n^2)) processing in the smartquotes rule. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
Description
markdown-it is a Markdown parser. Versions 14.1.1 and below contain a denial-of-service vulnerability when typographer: true is enabled, due to quadratic (O(n^2)) processing in the smartquotes rule. The issue stems from repeatedly modifying strings with replaceAt(), which performs O(n) slicing and concatenation per quote character. This can cause excessive CPU consumption when parsing quote-heavy, user-supplied markdown and may let attackers degrade or disrupt service availability. Although typographer is disabled by default, many production apps enable it for smart typography, making the issue relevant. This issue has been fixed in version 14.2.0.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Markdown-It Project | Markdown-It | < 14.2.0 |
References
- https://github.com/markdown-it/markdown-it/security/advisories/GHSA-6v5v-wf23-fmfqExploit, Mitigation, Vendor Advisory
- https://github.com/markdown-it/markdown-it/security/advisories/GHSA-6v5v-wf23-fmfqExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-48988?
How severe is CVE-2026-48988?
How do I fix CVE-2026-48988?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48981pam_usb provides hardware authentication for Linux using ord…6.7
- CVE-2026-48982pam_usb provides hardware authentication for Linux using ord…5.8
- CVE-2026-48983pam_usb provides hardware authentication for Linux using ord…5.8
- CVE-2026-48984pam_usb provides hardware authentication for Linux using ord…4.7
- CVE-2026-48985pam_usb provides hardware authentication for Linux using ord…5.5
- CVE-2026-48986pam_usb provides hardware authentication for Linux using rem…4.7
- CVE-2026-48989Windows-MCP is an open-source project that integrates AI age…8.9
- CVE-2026-4899A security flaw has been discovered in code-projects Online …2.4
- CVE-2026-48990joserfc is a Python library that provides an implementation …5.3
- CVE-2026-48991XianYuLauncher is a Minecraft Java Edition launcher. In vers…5.5
- CVE-2026-48994ImageMagick is free and open-source software used for editin…5.9
- CVE-2026-48995pnpm is a package manager. Prior to 10.33.4 and 11.0.7, a ma…7.5
Are you affected by CVE-2026-48988?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
