CVE-2025-26694
📋 TL;DR
A null pointer dereference vulnerability in Intel QAT Windows software before version 2.6.0 allows authenticated local users to cause denial of service. Attackers with local access can crash the QAT service, potentially disrupting acceleration functions. Only Windows systems with vulnerable Intel QAT software are affected.
💻 Affected Systems
- Intel Quick Assist Technology (QAT) Windows software
📦 What is this software?
⚠️ Risk & Real-World Impact
Worst Case
Complete denial of service of Intel QAT acceleration functions, potentially affecting applications relying on cryptographic or compression acceleration.
Likely Case
Local authenticated user causes QAT service crash, requiring service restart to restore functionality.
If Mitigated
Minimal impact with proper access controls limiting local user privileges and monitoring for service crashes.
🎯 Exploit Status
Attack requires local authenticated access. No special privileges or user interaction needed.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 2.6.0 or later
Vendor Advisory: https://intel.com/content/www/us/en/security-center/advisory/intel-sa-01373.html
Restart Required: Yes
Instructions:
1. Download Intel QAT software version 2.6.0 or later from Intel's website. 2. Run the installer with administrative privileges. 3. Follow on-screen installation instructions. 4. Restart the system to complete installation.
🔧 Temporary Workarounds
Restrict local user access
windowsLimit local user accounts and privileges to reduce attack surface
Monitor QAT service health
windowsImplement monitoring for QAT service crashes and automatic restart
🧯 If You Can't Patch
- Implement strict access controls to limit local authenticated users
- Monitor system logs for QAT service crashes and investigate anomalies
🔍 How to Verify
Check if Vulnerable:
Check Intel QAT software version in Programs and Features or via 'wmic product get name,version' command
Check Version:
wmic product where "name like '%Intel%QAT%'" get name,version
Verify Fix Applied:
Verify installed version is 2.6.0 or later and QAT service is running normally
📡 Detection & Monitoring
Log Indicators:
- Unexpected QAT service crashes
- Application errors related to QAT acceleration
Network Indicators:
- None - local exploitation only
SIEM Query:
EventID=7031 OR EventID=7034 with service name containing 'QAT'