An information disclosure vulnerability exists in the Graphics: Text component of Mozilla Firefox and related Mozilla products. The issue affects Firefox and Firefox ESR, and is also referenced in Thunderbird-related package advisories due to shared Mozilla code. Specific technical details about the vulnerable function, root cause, and triggering conditions are not currently available. Mozilla indicates the flaw was fixed in Firefox 154, Firefox ESR 115.39, Firefox ESR 140.14, Firefox ESR 153.1, Thunderbird 154, Thunderbird 140.14, and Thunderbird 153.1.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
1 valid exploit after Mallory filtered fakes, detection scripts, and README-only repos.
This repository is a compact proof-of-concept for CVE-2026-74945, an uninitialized heap disclosure in Firefox’s handling of crafted web fonts. It contains three files: a README describing the bug and reproduction steps, a Python generator (make_poc_font.py) that creates a malicious WOFF font, and a browser demo page (poc.html) that loads the font and extracts leaked data through JavaScript. The exploit chain is browser/web-based. The Python script uses fontTools to construct a TrueType/WOFF font with a malicious cmap table composed of two specially crafted subtables: a format 14 subtable with a large nonDefaultUVSOffset to force a forward seek and leave an approximately 64 KB uninitialized gap in OTS output, and a format 4 subtable whose final segment uses an odd id_range_offset so glyph lookup can read into the neighboring uninitialized region. The script also creates 65,535 glyphs with distinct horizontal metrics so the leaked glyph ID can be inferred directly from measured advance widths. The output is written as poc.woff. The HTML page is the runtime trigger. It loads poc.woff via @font-face, waits for the font to load, creates a canvas context, and repeatedly calls measureText on U+FFFF. Each measured width corresponds to hmtx data indexed by a glyph ID read from the uninitialized gap, effectively leaking about two bytes of heap-derived information per sample. The page prints 32 samples to the DOM. There are no external network callbacks, C2 endpoints, or hardcoded remote targets in the code. The only actionable endpoint-like artifacts are local file references, especially poc.woff. This is a real exploit PoC rather than a detector: it demonstrates information disclosure from a vulnerable Firefox instance, but it does not provide code execution or persistence. Because the payload is fixed and purpose-built for demonstration, the maturity is best classified as POC.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
13 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A specific vulnerability affecting Debian 13 firefox-esr packages; no further technical details are provided in the content.
An unpatched vulnerability tracked as CVE-2026-74945 affecting Mozilla-related packages such as Firefox ESR, Thunderbird, and multiple mozjs package versions on Debian and Ubuntu systems.
Unknown; listed as one of multiple vulnerabilities addressed by Mozilla Thunderbird 140.14.
A vulnerability affecting Mozilla Thunderbird, referenced by a Tenable plugin for macOS Thunderbird 140.14.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.