
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-0882 is a use-after-free (UAF) vulnerability in the Inter-Process Communication (IPC) component of Mozilla Firefox and Thunderbird. Reported by Randell Jesup and disclosed on January 13, 2026, it affects Firefox versions prior to 147, Firefox ESR prior to 115.32 and 140.7, Thunderbird prior to 147, and Thunderbird ESR prior to 140.7. The vulnerability carries a CVSS v3.1 base score of 8.8 (High), assigned by CISA-ADP (Mozilla Advisory mfsa2026-01, Mozilla Advisory mfsa2026-02, Mozilla Advisory mfsa2026-03).
The root cause (CWE-416: Use After Free) lies in how Mozilla's ChildProcessChannelListener stores std::function objects in a nsTHashMap. The MSVC STL implementation of std::function can contain internal self-referential pointers, making it unsafe to relocate via memmove. However, the hash table's key type (nsIntegralHashKey) had ALLOW_MEMMOVE = true set, causing the hash table to use memmove when growing — invalidating internal pointers within the stored std::function objects and producing a use-after-free condition. Exploitation requires user interaction (e.g., visiting a malicious webpage or opening crafted content), as the attack vector is network-based with no privileges required (Mozilla Bugzilla #1924125). The fix involved preventing memmove for STL types through nsTHashtable by applying the MOZ_NEEDS_MEMMOVABLE_TYPE attribute appropriately (Mozilla Bugzilla #1924125).
Successful exploitation could result in memory corruption leading to potential arbitrary code execution within the context of the browser process, with high impact to confidentiality, integrity, and availability. An attacker could leverage this to read sensitive data, modify application behavior, or cause a crash. The vulnerability affects both desktop browser (Firefox) and email client (Thunderbird) users across Windows, Linux, and Android platforms (Mozilla Advisory mfsa2026-01, Feedly).
As of the disclosure date, there is no public proof-of-concept exploit and no evidence of active in-the-wild exploitation (Feedly). The EPSS score is approximately 0.038%, indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported. The bug was originally observed as a crash pattern triggered by a specific local HTML file, suggesting it was discovered through crash telemetry rather than active exploitation (Mozilla Bugzilla #1924125).
ChildProcessChannelListener::RegisterCallback to be called in a way that forces the internal nsTHashMap to grow and relocate its entries via memmove.std::function objects stored as values are relocated using memmove, invalidating their internal self-referential pointers. A subsequent call to ChildProcessChannelListener::OnChannelReady dereferences the now-freed/corrupted pointer.std::function vtable pointer and redirect execution flow.firefox.exe or thunderbird.exe with crash signatures referencing std::_Func_class::operator() or mozilla::dom::ChildProcessChannelListener::OnChannelReady in crash reports.[@ std::_Func_class::operator() | mozilla::dom::ChildProcessChannelListener::OnChannelReady]; repeated access violation exceptions (EXCEPTION_ACCESS_VIOLATION_READ) in Windows event logs from Firefox/Thunderbird processes.Mozilla has released patched versions addressing this vulnerability: Firefox 147, Firefox ESR 115.32, Firefox ESR 140.7, Thunderbird 147, and Thunderbird ESR 140.7. Users and administrators should update immediately to one of these versions. No configuration-based workaround is available; upgrading is the only effective remediation. Enterprise administrators should prioritize updating ESR deployments, as ESR branches are commonly used in managed environments and may lag behind on updates (Mozilla Advisory mfsa2026-01, Mozilla Advisory mfsa2026-02, Mozilla Advisory mfsa2026-03).
The Center for Internet Security (CIS) issued an advisory noting that multiple vulnerabilities in Mozilla products, including CVE-2026-0882, could allow for arbitrary code execution, recommending immediate patching (CIS Advisory). Red Hat issued multiple errata (RHSA-2026:0667, RHSA-2026:0694, and others) addressing this CVE across RHEL product lines. Security news outlets including CyberSecurityNews and CyberNoz covered the Firefox 147 release highlighting the 16 vulnerabilities fixed, including this UAF. Community reaction was measured given the absence of active exploitation and the availability of patches at the time of disclosure.
Fix availability across major Linux distributions and their releases.
bookworm
thunderbird: 1:140.7.0esr-1~deb12u1
sid
thunderbird: 1:140.7.0esr-1
trixie
thunderbird: 1:140.7.0esr-1~deb13u1
bionic (esm-apps)
mozjs38
devel
firefox
jammy
thunderbird: 1:140.7.1+build1-0ubuntu0.22.04.1
noble
firefox
questing
firefox
resolute
firefox
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."