CVE-2024-6611

9.8 CRITICAL

📋 TL;DR

This vulnerability allows malicious websites to bypass SameSite cookie restrictions by using nested iframes to trigger cross-site navigations, enabling unauthorized access to cookies marked as SameSite=Strict or Lax. It affects Firefox browser versions below 128 and Thunderbird email client versions below 128. Attackers could potentially steal session cookies and impersonate users.

💻 Affected Systems

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

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full session hijacking leading to account takeover, data theft, and unauthorized actions on behalf of authenticated users across multiple websites.

🟠

Likely Case

Session cookie theft from vulnerable websites, potentially enabling account access and data exposure.

🟢

If Mitigated

Limited impact if websites implement additional authentication controls, use HttpOnly cookies, or have short session timeouts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Exploitation requires user to visit a malicious website but no authentication or special permissions needed.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Firefox 128, Thunderbird 128

Vendor Advisory: https://www.mozilla.org/security/advisories/mfsa2024-29/

Restart Required: Yes

Instructions:

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

🔧 Temporary Workarounds

Disable JavaScript

all

Prevents the iframe navigation technique from executing

Use Enhanced Tracking Protection

all

May block some malicious scripts and tracking attempts

🧯 If You Can't Patch

  • Restrict browser usage to trusted websites only
  • Implement web application firewall rules to detect suspicious iframe patterns

🔍 How to Verify

Check if Vulnerable:

Check browser version in About Firefox/Thunderbird menu. If version is below 128, system is vulnerable.

Check Version:

firefox --version or thunderbird --version

Verify Fix Applied:

Confirm version is 128 or higher in About Firefox/Thunderbird menu.

📡 Detection & Monitoring

Log Indicators:

  • Multiple cross-origin iframe navigations
  • Unexpected cookie access patterns

Network Indicators:

  • Suspicious iframe embedding patterns
  • Cross-site navigation requests with cookie headers

SIEM Query:

web.logs | where user_agent contains "Firefox" and version < 128 | where url contains "iframe"

🔗 References

📤 Share & Export