Description
PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain a privilege escalation vulnerability in DirectIo64.sys that allows local users to clear arbitrary bits at any physical memory address due to missing validation of the physical address parameter in an exposed IOCTL handler. Attackers can obtain a device handle and supply an arbitrary 64-bit physical address with a bit index to invoke MmMapIoSpace and clear bits in kernel code pages or page table entries, enabling local privilege escalation or system compromise.
Published: 2026-09-04
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Local Privilege Escalation
Action: Immediate Patch
AI Analysis

Impact

The DirectIo64.sys driver in PassMark's PerformanceTest, BurnInTest and OSForensics contains a privilege escalation flaw. It exposes an IOCTL that accepts an arbitrary 64‑bit physical address and bit index without validating the address. A local attacker with a device handle can supply any physical address and invoke MmMapIoSpace to clear bits in kernel memory or page tables, effectively corrupting executable code or memory structures. This breach of kernel integrity can elevate privileges to SYSTEM, giving the attacker full control over the machine. The weakness corresponds to CWE‑782 and CWE‑787.

Affected Systems

PassMark Software's PerformanceTest versions prior to build 11.1‑1012, BurnInTest versions prior to 11.1‑1000, and OSForensics versions prior to 11.1‑1016 are affected. The vulnerability resides in the DirectIo64.sys driver bundled with these applications and is limited to local platforms running those builds.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity. No EPSS score is available, and the issue is not listed in the CISA KEV catalog. The attack requires local machine access and the ability to open the DirectIO device; no network exposure is necessary. Once exploited, the attacker can map physical memory, clear arbitrary bits, modify kernel code or page tables, and gain SYSTEM or root privileges, enabling full system compromise. The threat therefore presents a moderate but significant local privilege escalation risk.

Generated by OpenCVE AI on September 4, 2026 at 20:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update PerformanceTest, BurnInTest, and OSForensics to builds 11.1 or later, which remove the vulnerable DirectIo64.sys driver.
  • If an update cannot be applied immediately, uninstall or disable the DirectIo64.sys driver by removing the device or preventing it from loading at boot.
  • Restrict local user accounts that can run the affected applications and apply kernel integrity protection such as CMLE or other safeguards to detect unauthorized driver activity.

Generated by OpenCVE AI on September 4, 2026 at 20:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 07 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
First Time appeared Passmark
Passmark burnintest
Passmark osforensics
Passmark performancetest
Vendors & Products Passmark
Passmark burnintest
Passmark osforensics
Passmark performancetest

Fri, 04 Sep 2026 18:45:00 +0000

Type Values Removed Values Added
Description PassMark PerformanceTest before 11.1 build 1012, BurnInTest before 11.1 build 1000, and OSForensics before 11.1 build 1016 contain a privilege escalation vulnerability in DirectIo64.sys that allows local users to clear arbitrary bits at any physical memory address due to missing validation of the physical address parameter in an exposed IOCTL handler. Attackers can obtain a device handle and supply an arbitrary 64-bit physical address with a bit index to invoke MmMapIoSpace and clear bits in kernel code pages or page table entries, enabling local privilege escalation or system compromise.
Title PassMark PerformanceTest, BurnInTest, and OSForensics Arbitrary Bit Clear via DirectIo64.sys IOCTL
Weaknesses CWE-782
CWE-787
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Passmark Burnintest Osforensics Performancetest
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-10T15:06:19.301Z

Reserved: 2026-08-25T19:56:44.777Z

Link: CVE-2026-80113

cve-icon Vulnrichment

Updated: 2026-09-10T13:52:12.385Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-04T19:17:27.997

Modified: 2026-09-10T16:17:56.693

Link: CVE-2026-80113

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T08:15:14Z

Weaknesses
  • CWE-782

    Exposed IOCTL with Insufficient Access Control

  • CWE-787

    Out-of-bounds Write