CVE-2024-21871

7.5 HIGH

📋 TL;DR

This UEFI firmware vulnerability in certain Intel processors allows a privileged user to escalate privileges through improper input validation. Attackers with local access could gain higher system privileges than intended. This affects systems with specific Intel processors running vulnerable UEFI firmware.

💻 Affected Systems

Products:
  • Intel processors with vulnerable UEFI firmware
Versions: Specific UEFI firmware versions as listed in Intel advisory
Operating Systems: All operating systems running on affected hardware
Default Config Vulnerable: ⚠️ Yes
Notes: Vulnerability resides in UEFI firmware, so OS-level protections may not prevent exploitation. Check Intel advisory for specific processor models.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise with attacker gaining kernel-level or firmware-level control, potentially persisting across reboots and OS reinstalls.

🟠

Likely Case

Privileged user gains administrative or SYSTEM-level access on affected machines, enabling lateral movement and data exfiltration.

🟢

If Mitigated

Limited impact with proper privilege separation and minimal local administrative accounts.

🌐 Internet-Facing: LOW - Requires local access to exploit, not directly reachable from internet.
🏢 Internal Only: HIGH - Can be exploited by malicious insiders or attackers who have already compromised a local account.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Requires local privileged access to initiate exploitation. Firmware-level vulnerabilities typically require more sophisticated exploitation than user-space vulnerabilities.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: UEFI firmware updates provided by system manufacturers

Vendor Advisory: https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01071.html

Restart Required: Yes

Instructions:

1. Check system manufacturer's website for BIOS/UEFI firmware updates. 2. Download appropriate firmware update for your system model. 3. Follow manufacturer's instructions to apply firmware update (typically requires bootable media or Windows/Linux update utility). 4. Reboot system to complete installation.

🔧 Temporary Workarounds

Restrict local administrative access

all

Limit number of users with local administrative privileges to reduce attack surface

Enable Secure Boot

all

Ensure Secure Boot is enabled to prevent unauthorized firmware/OS modifications

🧯 If You Can't Patch

  • Implement strict access controls and least privilege principles for all local accounts
  • Monitor for unusual privilege escalation attempts and firmware modification events

🔍 How to Verify

Check if Vulnerable:

Check system BIOS/UEFI version against manufacturer's patched versions. Use 'wmic bios get smbiosbiosversion' on Windows or 'dmidecode -t bios' on Linux.

Check Version:

Windows: wmic bios get smbiosbiosversion | Linux: sudo dmidecode -t bios | grep Version

Verify Fix Applied:

Verify BIOS/UEFI version matches or exceeds patched version from manufacturer advisory. Check that firmware update completed successfully.

📡 Detection & Monitoring

Log Indicators:

  • BIOS/UEFI firmware modification events
  • Unexpected privilege escalation from local accounts
  • Failed firmware update attempts

Network Indicators:

  • Not applicable - local access vulnerability

SIEM Query:

EventID=12 OR EventID=13 (System events for firmware changes on Windows) OR auth.log entries showing privilege escalation on Linux

🔗 References

📤 Share & Export