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

Impact

This vulnerability is a race condition (CWE‑362) combined with a use‑after‑free (CWE‑416) in the graphics subsystem of Mozilla applications. The flaw revolves around shared graphics resources being freed while still in use, which can lead to memory corruption, program crashes, or other undesirable behavior. This type of defect may allow an attacker to corrupt data structures or cause a denial‑of‑service to a process rendering untrusted graphics.

Affected Systems

Affected products include Mozilla Firefox and Mozilla Thunderbird. Versions prior to Firefox 154, and the ESR releases 115.39, 140.14, and 153.1, contain the vulnerable graphics code. Likewise, Thunderbird versions older than 154, as well as the ESR builds 140.14 and 153.1, are impacted. All other recent releases have the fix applied.

Risk and Exploitability

The CVSS score of 4.2 classifies this flaw as low‑to‑moderate severity. The EPSS score is reported as < 1 %, indicating a very low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog, further supporting its limited risk profile. The likely attack vector involves the delivery of malicious graphics content – such as a specially crafted webpage or document – that triggers the race condition during rendering. If such content is processed on an affected system, an attacker could potentially crash the application or corrupt memory, but remote code execution is not directly supported by the available description.

Generated by OpenCVE AI on August 21, 2026 at 20:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Firefox 154 or newer, or to any of the ESR releases 115.39, 140.14, or 153.1, and to Thunderbird 154 or newer, or to any of the ESR releases 140.14 or 153.1.
  • Monitor Mozilla security advisories for any further updates and apply them promptly.
  • Enable automatic updates in Mozilla products to ensure continuous protection against known vulnerabilities.

Generated by OpenCVE AI on August 21, 2026 at 20:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4750-1 firefox-esr security update
Debian DLA Debian DLA DLA-4754-1 thunderbird security update
Debian DSA Debian DSA DSA-6451-1 firefox-esr security update
Debian DSA Debian DSA DSA-6461-1 thunderbird security update
History

Wed, 19 Aug 2026 17:15: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

Wed, 19 Aug 2026 00:15:00 +0000


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

Type Values Removed Values Added
Description Race condition, use-after-free in the Graphics component. This vulnerability was fixed in Firefox 154, Firefox ESR 115.39, Firefox ESR 140.14, and Firefox ESR 153.1. Race condition, use-after-free in the Graphics component. This vulnerability was fixed in Firefox 154, Firefox ESR 115.39, Firefox ESR 140.14, Firefox ESR 153.1, Thunderbird 154, Thunderbird 140.14, and Thunderbird 153.1.
References

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


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

Type Values Removed Values Added
Weaknesses CWE-362
CWE-416

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

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

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

Type Values Removed Values Added
Description Race condition, use-after-free in the Graphics component. This vulnerability was fixed in Firefox 154, Firefox ESR 115.39, Firefox ESR 140.14, and Firefox ESR 153.1.
Title Race condition, use-after-free in the Graphics component
References

Subscriptions

Mozilla Firefox Thunderbird
cve-icon MITRE

Status: PUBLISHED

Assigner: mozilla

Published:

Updated: 2026-08-18T18:55:20.315Z

Reserved: 2026-08-17T11:58:50.482Z

Link: CVE-2026-74973

cve-icon Vulnrichment

Updated: 2026-08-18T15:37:27.931Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-19T17:08:35.160

Link: CVE-2026-74973

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74973 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T20:30:07Z

Weaknesses
  • CWE-362

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

  • CWE-416

    Use After Free

  • CWE-825

    Expired Pointer Dereference