CVE-2023-3600

8.8 HIGH

📋 TL;DR

This CVE describes a use-after-free vulnerability in Firefox, Firefox ESR, and Thunderbird that occurs during worker lifecycle management. If exploited, it could lead to a potentially exploitable crash, potentially allowing arbitrary code execution. Users running affected versions of these Mozilla products are vulnerable.

💻 Affected Systems

Products:
  • Firefox
  • Firefox ESR
  • Thunderbird
Versions: Firefox < 115.0.2, Firefox ESR < 115.0.2, Thunderbird < 115.0.1
Operating Systems: Windows, Linux, macOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default configurations of affected versions are vulnerable. No special configuration required for exploitation.

📦 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

Application crash leading to denial of service or limited memory corruption.

🟢

If Mitigated

No impact if systems are patched or workarounds are implemented.

🌐 Internet-Facing: HIGH - Web browsers are directly exposed to internet content and malicious websites could trigger this vulnerability.
🏢 Internal Only: MEDIUM - Internal users could be targeted via malicious internal web content or email attachments.

🎯 Exploit Status

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

Use-after-free vulnerabilities typically require careful memory manipulation but can be exploited via crafted web content without authentication.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Firefox 115.0.2, Firefox ESR 115.0.2, Thunderbird 115.0.1

Vendor Advisory: https://www.mozilla.org/security/advisories/mfsa2023-26/

Restart Required: Yes

Instructions:

1. Open Firefox/Thunderbird. 2. Click menu → Help → About Firefox/Thunderbird. 3. Allow automatic update to complete. 4. Restart the application when prompted.

🔧 Temporary Workarounds

Disable JavaScript

all

Temporarily disable JavaScript to prevent exploitation via web content.

about:config → javascript.enabled = false

Use alternative browser

all

Switch to updated or unaffected browser until patches are applied.

🧯 If You Can't Patch

  • Restrict access to untrusted websites and disable web content in Thunderbird.
  • Implement application whitelisting to prevent execution of malicious payloads.

🔍 How to Verify

Check if Vulnerable:

Check application version in About dialog: Firefox/Thunderbird → Help → About.

Check Version:

firefox --version or thunderbird --version

Verify Fix Applied:

Confirm version is Firefox ≥115.0.2, Firefox ESR ≥115.0.2, or Thunderbird ≥115.0.1.

📡 Detection & Monitoring

Log Indicators:

  • Application crash logs with memory access violations
  • Unexpected worker process termination

Network Indicators:

  • Unusual outbound connections from browser processes
  • Requests to known exploit hosting domains

SIEM Query:

source="firefox.log" OR source="thunderbird.log" AND ("crash" OR "segmentation fault" OR "access violation")

🔗 References

📤 Share & Export