CVE-2026-6751
Published: 21 April 2026
Description
Uninitialized memory in the Audio/Video: Web Codecs component. This vulnerability was fixed in Firefox 150, Firefox ESR 140.10, Thunderbird 150, and Thunderbird 140.10.
Mitigating Controls (NIST 800-53 r5)AI
Timely identification, reporting, and correction of flaws like the uninitialized memory in Web Codecs directly prevents exploitation of CVE-2026-6751 through patching to fixed versions.
Memory protection mechanisms such as ASLR, DEP, and stack canaries comprehensively mitigate exploitation of uninitialized memory vulnerabilities like CVE-2026-6751 by disrupting reliable memory corruption attacks.
Vulnerability monitoring and scanning detects deployed systems vulnerable to CVE-2026-6751, enabling proactive remediation before exploitation.
Security SummaryAI
CVE-2026-6751 is an uninitialized memory vulnerability (CWE-457) in the Audio/Video: Web Codecs component of Mozilla Firefox and Thunderbird products. It affects versions prior to Firefox 150, Firefox ESR 140.10, Thunderbird 150, and Thunderbird 140.10. The issue was publicly disclosed on 2026-04-21 and carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L), indicating high severity due to its network accessibility and lack of prerequisites for exploitation.
Remote attackers can exploit this vulnerability without authentication or user interaction by targeting the Web Codecs API, potentially leading to limited disclosure of sensitive information, minor integrity modifications, or partial denial of service through memory corruption. The unchanged scope suggests impacts remain within the affected browser process.
Mozilla's security advisories (MFSA 2026-30 through 2026-34) and the associated Bugzilla entry detail the fix applied in the specified versions, recommending immediate upgrades to patched releases for mitigation. No workarounds are mentioned in the provided references.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Client-side memory corruption in browser Web Codecs API enables remote exploitation via web content for drive-by compromise (T1189) and client application execution (T1203).