ubuntu-cve-2024-28244
Vulnerability from osv_ubuntu
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.
{
"affected": [
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "fonts-katex",
"binary_version": "0.16.10+~cs6.1.0-2"
},
{
"binary_name": "katex",
"binary_version": "0.16.10+~cs6.1.0-2"
},
{
"binary_name": "libjs-katex",
"binary_version": "0.16.10+~cs6.1.0-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "node-katex",
"purl": "pkg:deb/ubuntu/node-katex@0.16.10+~cs6.1.0-2?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.16.10+~cs6.1.0-2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"0.16.4+~cs6.1.0-1"
]
},
{
"ecosystem_specific": {
"availability": "No subscription required",
"binaries": [
{
"binary_name": "fonts-katex",
"binary_version": "0.16.10+~cs6.1.0-2"
},
{
"binary_name": "katex",
"binary_version": "0.16.10+~cs6.1.0-2"
},
{
"binary_name": "libjs-katex",
"binary_version": "0.16.10+~cs6.1.0-2"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.04",
"name": "node-katex",
"purl": "pkg:deb/ubuntu/node-katex@0.16.10+~cs6.1.0-2?arch=source\u0026distro=plucky"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.16.10+~cs6.1.0-2"
}
],
"type": "ECOSYSTEM"
}
],
"versions": []
}
],
"aliases": [],
"details": "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.",
"id": "UBUNTU-CVE-2024-28244",
"modified": "2025-07-16T05:13:57Z",
"published": "2024-03-25T20:15:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2024-28244"
},
{
"type": "REPORT",
"url": "https://github.com/KaTeX/KaTeX/security/advisories/GHSA-cvr6-37gx-v8wc"
},
{
"type": "REPORT",
"url": "https://github.com/KaTeX/KaTeX/commit/085e21b5da05414efefa932570e7201a7c70e5b2"
},
{
"type": "REPORT",
"url": "https://github.com/KaTeX/KaTeX/commit/085e21b5da05414efefa932570e7201a7c70e5b2"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28244"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2024-28244"
],
"withdrawn": "2025-07-18T16:57:45Z"
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.