CVE-2020-35114

8.8 HIGH

📋 TL;DR

This CVE describes memory safety bugs in Firefox that could lead to memory corruption. With sufficient effort, attackers could potentially exploit these vulnerabilities to execute arbitrary code on affected systems. Users running Firefox versions below 84 are vulnerable.

💻 Affected Systems

Products:
  • Mozilla Firefox
Versions: All versions < 84
Operating Systems: Windows, macOS, Linux
Default Config Vulnerable: ⚠️ Yes
Notes: All standard Firefox installations are affected; no special configuration required.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution leading to complete system compromise, data theft, or ransomware deployment.

🟠

Likely Case

Browser crashes or instability, with potential for limited code execution in browser context.

🟢

If Mitigated

Minimal impact if patched promptly; browser crashes may still occur but without code execution.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: HIGH

Memory corruption bugs require sophisticated exploitation techniques; no public exploits known.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Firefox 84 and later

Vendor Advisory: https://www.mozilla.org/security/advisories/mfsa2020-54/

Restart Required: Yes

Instructions:

1. Open Firefox. 2. Click menu → Help → About Firefox. 3. Allow automatic update to Firefox 84 or later. 4. Restart Firefox when prompted.

🔧 Temporary Workarounds

Disable JavaScript

all

Reduces attack surface by disabling JavaScript execution

about:config → javascript.enabled = false

Use Enhanced Tracking Protection

all

Blocks known malicious scripts and trackers

Settings → Privacy & Security → Enhanced Tracking Protection → Strict

🧯 If You Can't Patch

  • Restrict Firefox to trusted websites only using network policies
  • Implement application whitelisting to prevent unauthorized code execution

🔍 How to Verify

Check if Vulnerable:

Check Firefox version in About Firefox dialog; versions below 84 are vulnerable.

Check Version:

firefox --version

Verify Fix Applied:

Confirm Firefox version is 84 or higher in About Firefox dialog.

📡 Detection & Monitoring

Log Indicators:

  • Firefox crash reports
  • Unexpected process termination events

Network Indicators:

  • Unusual outbound connections from Firefox process

SIEM Query:

process_name="firefox.exe" AND (event_id=1000 OR event_id=1001)

🔗 References

📤 Share & Export