CVE-2026-80112
7.8PassMark Software · PerformanceTest, BurnInTest, and OSForensics
The DirectIo64.sys kernel driver in multiple PassMark products contains an improper access control vulnerability that allows unprivileged local users to perform privileged hardware operations.
Executive summary
A critical vulnerability in the PassMark DirectIo64.sys kernel driver allows local attackers to perform unauthorized privileged hardware operations, potentially leading to full system compromise.
Vulnerability
The vulnerability exists because the DirectIo64.sys driver creates its device object without a security descriptor, resulting in a permissive default Windows access control list. This allows any unprivileged local user to open a handle to the device and issue malicious IOCTL commands to execute restricted kernel-level primitives.
Business impact
Successful exploitation allows an unprivileged local user to escalate privileges to NT AUTHORITY\SYSTEM. By chaining physical memory read and write primitives, an attacker can disable endpoint protection, access sensitive memory structures such as the SAM and SECURITY hives, and maintain persistent access to the system. Given the CVSS score of 7.8, this represents a significant risk to the integrity and confidentiality of host systems.
Remediation
Immediate Action: Update PerformanceTest to build 1012 or later, BurnInTest to build 1000 or later, and OSForensics to build 1016 or later. These updates modify the driver to enforce administrator-only access and implement signature checks for privileged operations.
Proactive Monitoring: Monitor system logs for unauthorized attempts to access or load the DirectIo64.sys driver and audit for processes attempting to interact with the device object.
Compensating Controls: Since this is a local privilege escalation, ensure that endpoint detection and response (EDR) solutions are configured to detect and block unauthorized kernel-mode activity and the loading of unsigned or suspicious drivers.
Exploitation status
Public Exploit Available: Yes, a proof-of-concept exists as documented in the technical write-up provided by the researcher (floppywiggler).
Analyst recommendation
This vulnerability presents a high risk for local privilege escalation and potential kernel-level compromise. Administrators must prioritize updating all affected PassMark software installations immediately to the specified build versions to remediate the insecure driver configuration.
More PassMark Software CVEs
Sources
Originally found and disclosed by Emil Sørbrøden, per the CVE Program record.
- Researcher Disclosure Exploit / PoC
- PerformanceTest Changelog Release notes
- BurnInTest Changelog Release notes
- OSForensics Changelog Release notes
- Technical Analysis and Decompiled Evidence Technical analysis
- Third-party advisory