CVE-2026-2766 is a use-after-free vulnerability in the JavaScript Engine JIT component used by Mozilla Firefox and Mozilla Thunderbird. The flaw arises from incorrect lifetime management of memory in JIT-compiled JavaScript handling, allowing previously freed memory to be accessed after release. In memory-unsafe contexts, this condition can lead to memory corruption and destabilization of the browser or mail client process when processing attacker-controlled script content. Mozilla fixed the issue in Firefox 148, Firefox ESR 140.8, Thunderbird 148, and Thunderbird 140.8.
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 small, focused proof-of-concept for CVE-2026-2766 in Mozilla's JavaScript engine. It contains only two files: a README describing the bug, crash evidence, and intended exploitation path; and poc.js, a short JavaScript regression-test-style trigger. The exploit is not a remote weaponized exploit and contains no shellcode or post-exploitation payload. Its capability is to reliably exercise a JIT miscompilation / stale ICScript lifetime bug that leads to a use-after-free/use-after-move condition during compacting GC. The poc.js file primes JIT behavior by repeatedly constructing objects through Inner, Other, and outer, then sets a callback so that object construction re-enters code that changes call-site behavior. The exploit() function calls outer(Other, true), invokes gczeal(14, 1) to force compacting GC on allocation, and then calls outer(Inner, true), which is intended to trigger dereference of a stale ICScript pointer retained in the inline cache chain. The expected result on a vulnerable ASAN/fuzzing jsshell is a crash with a poisoned 0xe5... address, demonstrating memory safety corruption. There are no network callbacks, C2 endpoints, or external services contacted by the code. The only fingerprintable items are local execution artifacts and documentation references. Overall, this is a legitimate local/browser-engine crash PoC aimed at vulnerability research and exploit development, with the README explicitly stating that weaponization is still in progress.
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.
12 sources tracked across advisories and community write-ups. News coverage will land here when it surfaces.
No news coverage yet. Advisories and community discussion only.
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.