CVE-2021-1091
📋 TL;DR
This vulnerability in NVIDIA GPU Display drivers for Windows allows unprivileged users to create hard links that trick the driver into overwriting protected system files. This could lead to denial of service or data corruption. Only Windows systems with vulnerable NVIDIA GPU drivers are affected.
💻 Affected Systems
- NVIDIA GPU Display Driver
📦 What is this software?
⚠️ Risk & Real-World Impact
Worst Case
Critical system files could be overwritten, causing system instability, data loss, or complete system failure requiring reinstallation.
Likely Case
Local denial of service through file corruption or system instability, potentially requiring system restoration.
If Mitigated
Minimal impact with proper user privilege separation and file system permissions in place.
🎯 Exploit Status
Requires local user access and knowledge of file system manipulation techniques.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 466.47 or later
Vendor Advisory: https://nvidia.custhelp.com/app/answers/detail/a_id/5211
Restart Required: Yes
Instructions:
1. Download latest NVIDIA driver from official website. 2. Run installer with administrative privileges. 3. Select 'Custom installation' and choose 'Perform clean installation'. 4. Complete installation and restart system.
🔧 Temporary Workarounds
Restrict user file creation permissions
windowsLimit user permissions to create hard links in sensitive directories
Use Windows Group Policy to restrict file system permissions
🧯 If You Can't Patch
- Implement strict user privilege separation and least privilege principles
- Monitor for unusual file system activity and hard link creation attempts
🔍 How to Verify
Check if Vulnerable:
Check NVIDIA driver version in Device Manager > Display adapters > NVIDIA GPU > Driver tab
Check Version:
Open NVIDIA Control Panel > System Information > Driver Version
Verify Fix Applied:
Verify driver version is 466.47 or higher after update
📡 Detection & Monitoring
Log Indicators:
- Windows Security logs showing file permission changes
- Application logs showing driver errors
Network Indicators:
- None - this is a local vulnerability
SIEM Query:
EventID=4656 OR EventID=4663 with TargetObject containing sensitive system paths