Description
Sandbox escape due to race condition in the XPConnect component. This vulnerability was fixed in Firefox 156 and Thunderbird 156.
Published: 2026-09-15
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Sandbox Escape via Race Condition
Action: Update Immediately
AI Analysis

Impact

The vulnerability stems from a race condition in the XPConnect component, which allows privileged components to escape the browser sandbox. If an attacker is able to manipulate execution timing in the XPConnect interface, they can gain higher privileges than intended. The primary impact is circumvention of sandbox boundaries, providing a path to execute arbitrary code with the privileges of the application.

Affected Systems

Mozilla Firefox and Mozilla Thunderbird are impacted. All versions prior to 156 are vulnerable; version 156 onward contains the fix.

Risk and Exploitability

No EPSS data is available and the vulnerability is not listed in the CISA KEV catalog, but the CVSS score is high (not provided explicitly). The race condition can be triggered through crafted content or scripts loaded by the user, making the attack vector likely from a compromised or malicious web page. Because the condition relies on timing, it may require precise conditions, but once achieved, the sandbox escape can compromise user data and system integrity.

Generated by OpenCVE AI on September 16, 2026 at 04:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Firefox to version 156 or newer, ensuring the XPConnect race condition is patched
  • Upgrade Thunderbird to version 156 or newer for the same protection
  • If an immediate upgrade is not possible, isolate untrusted content in a sandboxed environment or disable XPConnect related features until a patch is applied

Generated by OpenCVE AI on September 16, 2026 at 04:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 17 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-368
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


Wed, 16 Sep 2026 04:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Tue, 15 Sep 2026 20:15:00 +0000

Type Values Removed Values Added
Description Sandbox escape due to race condition in the XPConnect component. This vulnerability was fixed in Firefox 156. Sandbox escape due to race condition in the XPConnect component. This vulnerability was fixed in Firefox 156 and Thunderbird 156.
References

Tue, 15 Sep 2026 14:30:00 +0000

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

Tue, 15 Sep 2026 12:45:00 +0000

Type Values Removed Values Added
Description Sandbox escape due to race condition in the XPConnect component. This vulnerability was fixed in Firefox 156.
Title Sandbox escape due to race condition in the XPConnect component
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mozilla

Published:

Updated: 2026-09-15T20:01:54.934Z

Reserved: 2026-09-15T12:34:10.939Z

Link: CVE-2026-92050

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-15T13:16:56.717

Modified: 2026-09-16T19:34:05.910

Link: CVE-2026-92050

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-15T12:34:11Z

Links: CVE-2026-92050 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T04:30:11Z

Weaknesses
  • CWE-362

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

  • CWE-368

    Context Switching Race Condition