CVE-2026-75874: Mozilla Firefox Critical Sandbox Escape via Remote Settings Client
HERMES
HERMES THREAT SCORE & MAXIMUM SEVERITY BROWSER ESCAPE
Target:Mozilla Firefox / Thunderbird Remote Settings Client Component Confidence: 99%
100 / 100
Dimension Breakdown
Exploitability 20 / 20
Threat Activity 20 / 20
Weaponization 20 / 20
Exposure 20 / 20
Prevalence 20 / 20
Impact 20 / 20
Exploit Maturity 20 / 20
Attack Chain Potential 20 / 20
Divergence & Operational Rationale
Hermes rates CVE-2026-75874 at the maximum threat score (HTS 100 / CRITICAL). A CVSS 10.0 sandbox escape in the world's primary independent web browser allows an unauthenticated web attacker to execute arbitrary system code with the full privileges of the host user.
πΈοΈ Connected Knowledge Graph & Provenance
CVE-2026-75874: Mozilla Firefox Critical Sandbox Escape via Remote Settings ClientVULNERABILITY
Connected Nodes: 0
1. Metadata & Attack Surface
Section titled β1. Metadata & Attack Surfaceβ| Metric | Technical Specification | Operational Impact |
|---|---|---|
| CVE Identifier | CVE-2026-75874 | Standardized vulnerability identifier |
| Vendor / Software | Mozilla / Firefox & Thunderbird | Cross-platform web browser & mail client |
| Affected Releases | Firefox < 154, Firefox ESR < 140.14 | Global browser deployments |
| Fixed Releases | Firefox 154, Firefox ESR 140.14, TB 154 | Immediate mandatory update |
| Associated CWE | CWE-693: Protection Mechanism Failure | Complete sandbox perimeter breakdown |
| Resulting Access | Host OS Execution (Logged-in User context) | Ransomware, spyware, data exfiltration |
2. Technical Root Cause Analysis
Section titled β2. Technical Root Cause AnalysisβThe vulnerability originates from unsafe deserialization of Remote Settings updates transmitted across the internal content-to-parent process IPC channel:
CVE-2026-75874 Sandbox Escape Flow:
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β Untrusted Web Page in Sandboxed Content Process β βββββββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββ β β Forged RemoteSettings IPC Message with β serialized payload containing malicious object hooks βΌ ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β Parent Browser Process (Unsandboxed Host Process) β β - Deserializes update payload without schema checks β β - Triggers arbitrary object instantiation β βββββββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββ β βΌ ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β Host Operating System Takeover β β - Native binary execution with local user rights β β - Arbitrary filesystem and network access β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ3. Remediation & Hardening Playbook
Section titled β3. Remediation & Hardening Playbookβ- Apply Browser Updates Immediately:
Update Firefox to 154 or Firefox ESR 140.14. - Enterprise Policy Enforcement:
Deploy Firefox Enterprise policies disabling unauthorized background extensions and forcing automatic updates:{"policies": {"DisableAppUpdate": false,"AppAutoUpdate": true}}