Description
JIT miscompilation in the JavaScript Engine: JIT component. This vulnerability was fixed in Firefox 153 and Thunderbird 153.
Published: 2026-07-21
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

JIT miscompilation is a flaw in Mozilla’s JavaScript engine that causes the compiler to generate incorrect machine instructions when executing JavaScript code, a defect that can lead to memory corruption or arbitrary code execution within the vulnerable process. The vulnerability is categorized under CWE‑670 (Improper Handling of Exceptions), CWE‑733 (Incomplete Validation/Filtering of Reference to a Resource), and CWE‑843 (Improper Handling of Type Confusion).

Affected Systems

Mozilla’s Firefox and Thunderbird browsers are affected; all releases before version 153 are susceptible while releases 153 and later contain the fix.

Risk and Exploitability

The EPSS score indicates a very low likelihood of exploitation (<1%). The CVSS score of 9.1 reflects high severity, meaning that a successful exploit could give an attacker full control of the vulnerable process. Based on the description, it is inferred that the likely attack vector is malicious JavaScript, as deduced from the nature of JIT compilation and typical exploitation pathways for similar bugs: a remote attacker could deliver crafted code through a web page or email attachment. The vulnerability is not listed in the CISA KEV catalog.

Generated by OpenCVE AI on August 3, 2026 at 00:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Firefox to version 153 or later to receive the fix
  • Upgrade Thunderbird to version 153 or later to receive the fix
  • Reserve the temporary mitigation of disabling JIT compilation by toggling the 'javascript.options.jit' flag to false in about:config or via group policy until the patch is applied

Generated by OpenCVE AI on August 3, 2026 at 00:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 30 Jul 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-895

Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-670
CWE-843
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}

cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H'}


Tue, 28 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-733
References
Metrics threat_severity

None

cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}

threat_severity

Moderate


Fri, 24 Jul 2026 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-895

Wed, 22 Jul 2026 20:00:00 +0000

Type Values Removed Values Added
Description JIT miscompilation in the JavaScript Engine: JIT component. This vulnerability was fixed in Firefox 153. JIT miscompilation in the JavaScript Engine: JIT component. This vulnerability was fixed in Firefox 153 and Thunderbird 153.
References

Wed, 22 Jul 2026 02:45:00 +0000

Type Values Removed Values Added
First Time appeared Mozilla
Mozilla firefox
Vendors & Products Mozilla
Mozilla firefox

Tue, 21 Jul 2026 12:45:00 +0000

Type Values Removed Values Added
Description JIT miscompilation in the JavaScript Engine: JIT component. This vulnerability was fixed in Firefox 153.
Title JIT miscompilation in the JavaScript Engine: JIT component
References

Subscriptions

Mozilla Firefox Thunderbird
cve-icon MITRE

Status: PUBLISHED

Assigner: mozilla

Published:

Updated: 2026-07-28T14:56:37.367Z

Reserved: 2026-07-20T21:57:14.800Z

Link: CVE-2026-16392

cve-icon Vulnrichment

Updated: 2026-07-28T13:46:59.807Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-21T13:17:14.400

Modified: 2026-08-06T19:41:23.600

Link: CVE-2026-16392

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-21T12:38:05Z

Links: CVE-2026-16392 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T01:00:04Z

Weaknesses
  • CWE-670

    Always-Incorrect Control Flow Implementation

  • CWE-733

    Compiler Optimization Removal or Modification of Security-critical Code

  • CWE-843

    Access of Resource Using Incompatible Type ('Type Confusion')