CVE-2026-53530
Last modified
CVE-2026-53530 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. RaTeX is a KaTeX-compatible math rendering engine written in Rust. Prior to version 0.1.11, the public parser entrypoint `ratex_parser::parse(&str)` panics on the 9-byte input `\verbéxé` (i.e. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
RaTeX is a KaTeX-compatible math rendering engine written in Rust. Prior to version 0.1.11, the public parser entrypoint `ratex_parser::parse(&str)` panics on the 9-byte input `\verbéxé` (i.e. `\verb` followed by the non-ASCII delimiter `é`). When handling a `\verb` command, the parser slices the verbatim argument with byte indices (`arg[1..arg.len() - 1]`); if the delimiter character is multibyte UTF-8, index `1` lands inside that character and Rust panics with *“byte index 1 is not a char boundary”*. Because RaTeX’s release profile sets `panic = "abort"` (`Cargo.toml:48`), the panic aborts the entire process — not just the current request/thread — making this a hard denial of service for any service that renders untrusted LaTeX. Version 0.1.11 fixes the issue.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| erweixin | RaTeX | < 0.1.11 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-53530?
How severe is CVE-2026-53530?
How do I fix CVE-2026-53530?
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-53524WeeChat (Wee Enhanced Environment for Chat) is a free chat c…6.5
- CVE-2026-53525WeeChat (Wee Enhanced Environment for Chat) is a free chat c…7.4
- CVE-2026-53527LeafWiki is a self-hosted wiki. Versions 0.1.0 through 0.10.…8.8
- CVE-2026-53528LeafWiki is a self-hosted wiki. Versions 0.3.0 through 0.10.…8.8
- CVE-2026-53529LeafWiki is a self-hosted wiki. Prior to version 0.10.2, pag…4.8
- CVE-2026-5353A vulnerability was detected in Trendnet TEW-657BRM 1.00.1. …8.8
- CVE-2026-53531RaTeX is a KaTeX-compatible math rendering engine written in…6.9
- CVE-2026-53532OpenEXR is the reference implementation and specification fo…7.1
- CVE-2026-53533aiosmtplib is an asynchronous SMTP client for use with async…6.9
- CVE-2026-53534JabRef is a desktop application for managing BibTeX and BibL…7.5
- CVE-2026-53535Activepieces is an open source AI workflow automation platfo…5.9
- CVE-2026-53536Activepieces is an open source AI workflow automation platfo…5.3
Are you affected by CVE-2026-53530?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
