CVE-2021-23999

8.8 HIGH

📋 TL;DR

This vulnerability in Mozilla Firefox, Firefox ESR, and Thunderbird allows malicious web content to gain elevated system privileges through Blob URL manipulation. Attackers could execute arbitrary code with system-level permissions by tricking users into performing specific interactions. This affects all users running vulnerable versions of these browsers.

💻 Affected Systems

Products:
  • Mozilla Firefox
  • Mozilla Firefox ESR
  • Mozilla Thunderbird
Versions: Firefox < 88, Firefox ESR < 78.10, Thunderbird < 78.10
Operating Systems: Windows, Linux, macOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default configurations are vulnerable. No special settings required for exploitation.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full system compromise with attacker gaining SYSTEM/root privileges, allowing installation of persistent malware, data theft, and complete control of the affected system.

🟠

Likely Case

Local privilege escalation leading to unauthorized access to sensitive files, browser data, and system resources that should be restricted from web content.

🟢

If Mitigated

Limited impact with proper browser sandboxing and security controls, though some privilege boundary violations may still occur.

🌐 Internet-Facing: HIGH - Exploitable through malicious websites visited by users, requiring no authentication.
🏢 Internal Only: MEDIUM - Requires user interaction with malicious content, but internal threats could exploit it through phishing or compromised internal sites.

🎯 Exploit Status

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

Exploitation requires specific user interaction with Blob URLs, but no authentication is needed. No public exploit code has been disclosed.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Firefox 88, Firefox ESR 78.10, Thunderbird 78.10

Vendor Advisory: https://www.mozilla.org/security/advisories/mfsa2021-14/

Restart Required: Yes

Instructions:

1. Open browser/email client. 2. Go to Help > About Firefox/Thunderbird. 3. Allow automatic update to complete. 4. Restart the application when prompted.

🔧 Temporary Workarounds

Disable JavaScript

all

Prevents exploitation by disabling JavaScript execution, which is required for the Blob URL manipulation.

Use alternative browser

all

Temporarily switch to a non-vulnerable browser until patches are applied.

🧯 If You Can't Patch

  • Restrict user permissions to limit damage from privilege escalation
  • Implement application whitelisting to prevent execution of unauthorized code

🔍 How to Verify

Check if Vulnerable:

Check browser version in Help > About Firefox/Thunderbird. If version is below Firefox 88, Firefox ESR 78.10, or Thunderbird 78.10, system is vulnerable.

Check Version:

firefox --version (Linux) or check About dialog (Windows/macOS)

Verify Fix Applied:

After update, verify version shows Firefox 88+, Firefox ESR 78.10+, or Thunderbird 78.10+ in Help > About.

📡 Detection & Monitoring

Log Indicators:

  • Unusual privilege escalation events in system logs
  • Browser crash reports related to Blob URL handling

Network Indicators:

  • Connections to known malicious domains serving exploit code

SIEM Query:

source="browser_logs" AND (event="privilege_escalation" OR event="blob_url_access")

🔗 References

📤 Share & Export