CVE-2024-43578

7.6 HIGH

📋 TL;DR

This vulnerability in Microsoft Edge (Chromium-based) allows remote attackers to execute arbitrary code on affected systems by exploiting a heap-based buffer overflow (CWE-122). Users running vulnerable versions of Microsoft Edge are affected, particularly those who visit malicious websites or open crafted content.

💻 Affected Systems

Products:
  • Microsoft Edge (Chromium-based)
Versions: Versions prior to 124.0.2478.51
Operating Systems: Windows, macOS, Linux
Default Config Vulnerable: ⚠️ Yes
Notes: All default configurations of affected Microsoft Edge versions are vulnerable. No special configurations required for exploitation.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full system compromise with attacker gaining complete control over the victim's machine, enabling data theft, ransomware deployment, or lateral movement within networks.

🟠

Likely Case

Malicious code execution in the browser context leading to credential theft, session hijacking, or installation of malware/backdoors on the victim's system.

🟢

If Mitigated

Limited impact with proper security controls like application sandboxing, exploit mitigations, and network segmentation preventing full system compromise.

🌐 Internet-Facing: HIGH - Attackers can exploit via malicious websites or content delivered over the internet without user interaction beyond browsing.
🏢 Internal Only: MEDIUM - Exploitation requires user interaction (visiting malicious content) but could be delivered via internal phishing or compromised internal sites.

🎯 Exploit Status

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

Exploitation requires user to visit malicious website or open crafted content. No authentication required for initial access.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Microsoft Edge version 124.0.2478.51 or later

Vendor Advisory: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43578

Restart Required: Yes

Instructions:

1. Open Microsoft Edge. 2. Click Settings (three dots) → Help and feedback → About Microsoft Edge. 3. Browser will automatically check for and install updates. 4. Restart Edge when prompted.

🔧 Temporary Workarounds

Disable JavaScript

all

Disabling JavaScript prevents exploitation but breaks most modern websites

edge://settings/content/javascript

Use Enhanced Security Mode

all

Enable Microsoft Edge's Enhanced Security Mode for additional protection

edge://settings/privacy

🧯 If You Can't Patch

  • Restrict browsing to trusted websites only using browser policies
  • Implement application control to prevent unauthorized code execution

🔍 How to Verify

Check if Vulnerable:

Check Microsoft Edge version in Settings → About Microsoft Edge. If version is below 124.0.2478.51, system is vulnerable.

Check Version:

edge://settings/help or edge://version

Verify Fix Applied:

Verify Microsoft Edge version is 124.0.2478.51 or higher in Settings → About Microsoft Edge.

📡 Detection & Monitoring

Log Indicators:

  • Edge crash reports with memory corruption signatures
  • Unexpected process creation from Edge
  • Suspicious network connections from Edge process

Network Indicators:

  • Connections to known malicious domains from Edge
  • Unusual outbound traffic patterns from browser

SIEM Query:

Process Creation where (Image contains "msedge.exe" AND ParentImage contains "msedge.exe") OR (Image contains "cmd.exe" AND ParentImage contains "msedge.exe")

🔗 References

📤 Share & Export