CVE-2024-57972

6.5 MEDIUM

📋 TL;DR

This vulnerability allows remote attackers to cause Denial of Service on Microsoft HoloLens devices by sending excessive requests to the pairing API through the Device Portal framework. Attackers can consume device resources and render the device unusable. All HoloLens 1 and HoloLens 2 devices running vulnerable Windows Holographic versions are affected.

💻 Affected Systems

Products:
  • Microsoft HoloLens 1
  • Microsoft HoloLens 2
Versions: HoloLens 1: through 10.0.17763.3046; HoloLens 2: through 10.0.22621.1244
Operating Systems: Windows Holographic
Default Config Vulnerable: ⚠️ Yes
Notes: Device Portal must be enabled for exploitation. Device Portal is often enabled by developers but may be disabled in production deployments.

⚠️ 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 device unavailability requiring physical reset or reimaging, potentially disrupting critical mixed reality operations in enterprise or medical environments.

🟠

Likely Case

Temporary device unresponsiveness requiring reboot, disrupting user workflows and causing productivity loss.

🟢

If Mitigated

Minimal impact with proper network segmentation and Device Portal disabled or restricted.

🌐 Internet-Facing: HIGH if Device Portal is exposed to internet without authentication or rate limiting.
🏢 Internal Only: MEDIUM as attackers would need internal network access, but Device Portal is often enabled by default for development.

🎯 Exploit Status

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

Simple HTTP flood attack against Device Portal endpoint. References show proof-of-concept code available on GitHub.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Update to versions beyond 10.0.17763.3046 for HoloLens 1 and beyond 10.0.22621.1244 for HoloLens 2

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

Restart Required: Yes

Instructions:

1. Connect HoloLens to internet. 2. Go to Settings > Update & Security > Windows Update. 3. Check for updates. 4. Install available updates. 5. Restart device when prompted.

🔧 Temporary Workarounds

Disable Device Portal

windows

Turn off the Device Portal feature to prevent remote API access

Settings > Update & Security > For developers > Enable Device Portal (toggle OFF)

Restrict Device Portal Access

windows

Configure Device Portal to require authentication and restrict to specific IPs

Settings > Update & Security > For developers > Device Portal > Configure connection types and authentication

🧯 If You Can't Patch

  • Disable Device Portal completely in production environments
  • Implement network segmentation to isolate HoloLens devices from untrusted networks

🔍 How to Verify

Check if Vulnerable:

Check Windows Holographic version: Settings > System > About > OS Build. If HoloLens 1 version is ≤ 10.0.17763.3046 or HoloLens 2 version is ≤ 10.0.22621.1244, device is vulnerable.

Check Version:

Settings > System > About > OS Build

Verify Fix Applied:

Verify OS Build number exceeds vulnerable versions after update. Confirm Device Portal is disabled or properly secured.

📡 Detection & Monitoring

Log Indicators:

  • High volume of HTTP requests to Device Portal endpoints
  • Device Portal service crashes or high resource usage

Network Indicators:

  • Unusual HTTP traffic patterns to HoloLens Device Portal port (typically 10080)
  • Multiple rapid requests to /api/pairing endpoint

SIEM Query:

source_ip:* destination_port:10080 AND (uri_path:"/api/pairing" OR user_agent:"DevicePortal") AND request_count > threshold

🔗 References

📤 Share & Export