CVE-2026-18497: The nothings stb TrueType library contains a heap buffer overflow vulnerability
A heap-buffer-overflow vulnerability exists in the nothings stb TrueType library, up to version 1.26, that is used for parsing TrueType font files. The vulnerability exists in the stbttGetGlyphShapeTT() function within the nothings stbtruetype.h library when parsing malformed TTF (TrueType Font) files. The vulnerability resides in the glyph data parsing path. An attacker can craft a malformed TTF file with an inflated endPtsOfContours value and truncate the remaining glyph data. When an application utilizing stbtruetype.h (such as various game engines or graphics software) attempts to load, bake, or render this malformed font via stbttGetGlyphShape(), the parser will attempt to read past the end of the glyph data buffer, triggering the out-of-bounds read.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-18497?
CVE-2026-18497 has a risk score of 40, indicating a medium severity level.
How do I fix CVE-2026-18497?
To fix CVE-2026-18497, update the nothings stb TrueType library to version 1.27 or later.
What type of vulnerability is CVE-2026-18497?
CVE-2026-18497 is a heap buffer overflow vulnerability.
Which library is affected by CVE-2026-18497?
CVE-2026-18497 affects the nothings stb TrueType library, specifically the stb_truetype.h header file.
What functions are affected by CVE-2026-18497?
The vulnerability in CVE-2026-18497 exists in the stbtt__GetGlyphShapeTT() function.