Description
Race condition in the JavaScript Engine component. This vulnerability was fixed in Firefox 154, Firefox ESR 153.1, Thunderbird 154, and Thunderbird 153.1.
Published: 2026-08-18
Score: 6.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A race condition exists within the JavaScript Engine component, allowing multiple execution threads to corrupt internal state. Manipulation of this flaw can lead to unpredictable behavior, such as crashes or incorrect script execution. The primary impact is a denial of service to users, potentially leading to loss of functionality or unreliability within the affected application. The weakness is identified by CWE‑362 and CWE‑366, highlighting the concurrent access issue that underlies the problem.

Affected Systems

Mozilla Firefox browsers and Thunderbird mail clients are affected, with all releases older than version 154 and the ESR 153.1 channel vulnerable. The flaw was addressed in Firefox 154, Firefox ESR 153.1, Thunderbird 154, and Thunderbird ESR 153.1. Versions newer than those releases, as well as other Mozilla products not using the JavaScript Engine component in the affected way, are not impacted.

Risk and Exploitability

The CVSS score of 6.8 indicates moderate severity, and the EPSS score of <1% signals a low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is remote, delivered through malicious web content that contains specially crafted JavaScript, because the flaw resides within the JavaScript engine that processes external scripts. Successful exploitation would require the user to load the malicious content, at which point the race condition could trigger a service disruption.

Generated by OpenCVE AI on August 21, 2026 at 18:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Mozilla Firefox to 154 or later, or to the ESR 153.1 release or newer, and upgrade Thunderbird to 154 or ESR 153.1 or newer.
  • Ensure automatic security updates are enabled so that future patches are installed as soon as they become available.
  • As a temporary measure, restrict script execution in untrusted contexts—disable JavaScript for external sites or enforce strict content security policies to reduce the likelihood that malicious code reaches the vulnerable component.

Generated by OpenCVE AI on August 21, 2026 at 18:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
First Time appeared Mozilla thunderbird
CPEs cpe:2.3:a:mozilla:firefox:*:*:*:*:*:*:*:*
cpe:2.3:a:mozilla:thunderbird:*:*:*:*:*:*:*:*
Vendors & Products Mozilla thunderbird

Fri, 21 Aug 2026 00:15:00 +0000


Thu, 20 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 18 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Tue, 18 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Description Race condition in the JavaScript Engine component. This vulnerability was fixed in Firefox 154 and Firefox ESR 153.1. Race condition in the JavaScript Engine component. This vulnerability was fixed in Firefox 154, Firefox ESR 153.1, Thunderbird 154, and Thunderbird 153.1.
References

Tue, 18 Aug 2026 15:00:00 +0000

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

Tue, 18 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Tue, 18 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description Race condition in the JavaScript Engine component. This vulnerability was fixed in Firefox 154 and Firefox ESR 153.1.
Title Race condition in the JavaScript Engine component
References

Subscriptions

Mozilla Firefox Thunderbird
cve-icon MITRE

Status: PUBLISHED

Assigner: mozilla

Published:

Updated: 2026-08-20T17:21:26.657Z

Reserved: 2026-08-17T11:59:15.390Z

Link: CVE-2026-74984

cve-icon Vulnrichment

Updated: 2026-08-20T15:38:54.683Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-18T13:17:39.263

Modified: 2026-08-25T16:11:22.887

Link: CVE-2026-74984

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-18T12:23:40Z

Links: CVE-2026-74984 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T18:00:16Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • CWE-366

    Race Condition within a Thread