Description
A vulnerability in the Thesycon DPC Latency Checker driver (dpc.sys) thru 1.4.0 allows local unprivileged users to cause a denial-of-service (BSOD) condition on Windows systems. The driver exposes an IOCTL interface (0x81772008) that accepts user-controlled input without validating pointers before passing them to kernel APIs. Specifically, it dereferences a user-supplied pointer and uses the resulting value in a call to ExSetTimerResolution, leading to an arbitrary kernel memory access. Exploiting this flaw results in a system crash.
Published: 2026-09-09
Score: 5.5 Medium
EPSS: n/a
KEV: No
Impact: Denial of Service (system crash)
Action: Disable Driver
AI Analysis

Impact

The Thesycon DPC Latency Checker driver (dpc.sys) contains an exposed IOCTL interface that accepts user-provided data without validating pointers; a local unprivileged user can provide a crafted pointer that the driver dereferences before calling ExSetTimerResolution. This results in an arbitrary kernel memory access and causes a Blue Screen of Death, disabling the system. The vulnerability is a classic kernel-mode denial‑of‑service flaw that can be leveraged by any user on the machine.

Affected Systems

This issue affects Windows systems running versions of the Thesycon DPC Latency Checker driver up to 1.4.0. No vendor or product name is listed beyond the driver itself. The vulnerability exists specifically in the driver file dpc.sys and its IOCTL implementation.

Risk and Exploitability

The flaw is exploitable locally by any user with permissions to invoke the IOCTL, which is typically available without elevated rights. The CVSS score is 5.5, indicating moderate severity, but the impact is severe because it leads to a forced system crash. As it drains kernel memory via pointer dereference, it bypasses user‑mode controls. No evidence of current exploitation exists; the EPSS score is unavailable and the vulnerability is not listed in CISA KEV. Nonetheless, the potential for a local denial‑of‑service attack remains high for affected systems.

Generated by OpenCVE AI on September 9, 2026 at 22:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Temporarily disable or uninstall the Thesycon DPC Latency Checker driver until a fix is released
  • Apply any vendor‑supplied patch or update to the driver immediately when it becomes available
  • Monitor system event logs and audit IOCTL usage to detect attempts to trigger the vulnerability

Generated by OpenCVE AI on September 9, 2026 at 22:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 21:45:00 +0000

Type Values Removed Values Added
Title Kernel Pointer Dereference in Thesycon DPC Latency Checker Driver Causes System Crash
Weaknesses CWE-119
CWE-416

Wed, 09 Sep 2026 19:45:00 +0000

Type Values Removed Values Added
Title Kernel Pointer Dereference in Thesycon DPC Latency Checker Driver Causes System Crash
Weaknesses CWE-119
CWE-416

Wed, 09 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
Metrics cvssV3_1

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

ssvc

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


Wed, 09 Sep 2026 18:45:00 +0000

Type Values Removed Values Added
Description A vulnerability in the Thesycon DPC Latency Checker driver (dpc.sys) thru 1.4.0 allows local unprivileged users to cause a denial-of-service (BSOD) condition on Windows systems. The driver exposes an IOCTL interface (0x81772008) that accepts user-controlled input without validating pointers before passing them to kernel APIs. Specifically, it dereferences a user-supplied pointer and uses the resulting value in a call to ExSetTimerResolution, leading to an arbitrary kernel memory access. Exploiting this flaw results in a system crash.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-09T18:57:11.251Z

Reserved: 2025-06-16T00:00:00.000Z

Link: CVE-2025-51619

cve-icon Vulnrichment

Updated: 2026-09-09T18:56:33.332Z

cve-icon NVD

Status : Deferred

Published: 2026-09-09T19:17:26.563

Modified: 2026-09-09T20:11:44.187

Link: CVE-2025-51619

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T23:00:08Z

Weaknesses
  • CWE-20

    Improper Input Validation