CVE-2024-28244
CVSS V2 None
CVSS V3 None
Description
KaTeX is a JavaScript library for TeX math rendering on the web. KaTeX users who render untrusted mathematical expressions could encounter malicious input using `\def` or `\newcommand` that causes a near-infinite loop, despite setting `maxExpand` to avoid such loops. KaTeX supports an option named maxExpand which aims to prevent infinitely recursive macros from consuming all available memory and/or triggering a stack overflow error. Unfortunately, support for "Unicode (sub|super)script characters" allows an attacker to bypass this limit. Each sub/superscript group instantiated a separate Parser with its own limit on macro executions, without inheriting the current count of macro executions from its parent. This has been corrected in KaTeX v0.16.10.
Overview
- CVE ID
- CVE-2024-28244
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-03-25T19:45:50.907Z
- Last Modified Date
- 2024-06-04T18:04:04.283Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/KaTeX/KaTeX/security/advisories/GHSA-cvr6-37gx-v8wc | x_refsource_CONFIRM |
https://github.com/KaTeX/KaTeX/commit/085e21b5da05414efefa932570e7201a7c70e5b2 | x_refsource_MISC |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-28244 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-28244 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-26 07:38:32 | Added to TrackCVE |