CVE-2025-61155
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe GameDriverX64.sys kernel-mode anti-cheat driver (v7.23.4.7 and earlier) contains an access control vulnerability in one of its IOCTL handlers. A user-mode process can open a handle to the driver device and send specially crafted IOCTL requests. These requests are executed in kernel-mode context without proper authentication or access validation, allowing the attacker to terminate arbitrary processes, including critical system and security services, without requiring administrative privileges.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe GameDriverX64.sys kernel-mode anti-cheat driver (v7.23.4.7 and earlier) contains an access control vulnerability in an IOCTL handler. User-mode processes can open a handle to the driver device and send specially crafted IOCTL requests that execute in kernel-mode context without proper authentication or access validation. This allows unprivileged attackers to terminate arbitrary processes, including critical system and security services.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Locate the GameDriverX64.sys driver fileSearch for GameDriverX64.sys on the system: Get-ChildItem -Path C:\ -Recurse -Filter GameDriverX64.sys -ErrorAction SilentlyContinue | Select-Object FullNameAffected if The driver file exists on the system, meaning the anti-cheat software is installed
-
Verify the driver versionIf the driver file is found, right-click the file, select Properties, then the Details tab to view the 'File version' or use PowerShell: (Get-Item 'C:\path\to\GameDriverX64.sys').VersionInfoAffected if The displayed version is 7.23.4.7 or any earlier version (e.g., 7.23.4.6, 7.23.4.0, etc.)
-
Check if the driver is loadedOpen an elevated command prompt and run: sc query GameDriver or driverquery /v | findstr GameDriverAffected if The driver shows as RUNNING or the service exists, meaning it is actively loaded in kernel memory
-
Verify driver accessibilityCheck for the presence of the driver device object by inspecting running processes or using tools like WinObj to look for device objects related to GameDriverAffected if The driver device object exists and is accessible to user-mode processes, indicating the IOCTL interface is exposed
-
Confirm unprivileged access capabilityAttempt to open a handle to the driver device using a non-admin account or verify that any user-process can access the driver interface (this may require elevated tools or code review)Affected if Non-privileged processes can obtain a handle to the driver and send IOCTL requests without authentication
A system is affected if GameDriverX64.sys is loaded and its version is 7.23.4.7 or earlier, enabling unprivileged processes to send IOCTL requests that can terminate arbitrary processes.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataUpdate GameDriverX64.sys to a version newer than v7.23.4.7 that includes proper IOCTL access control validation. If no update is available, consider disabling the driver or implementing compensating controls until a patched version can be deployed.
- Consultation4.0 h
- Implementation12.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,808.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-61155 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2025-61155 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data