CVE-2024-36056
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 · uneditedHw64.sys in Marvin Test HW.exe before 5.0.5.0 allows unprivileged user-mode processes to arbitrarily map physical memory via IOCTL 0x9c406490 (for IoAllocateMdl, MmBuildMdlForNonPagedPool, and MmMapLockedPages), leading to NT AUTHORITY\SYSTEM privilege escalation.
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 Hw64.sys kernel driver in Marvin Test HW.exe before version 5.0.5.0 contains an insecure IOCTL handler (0x9c406490) that allows unprivileged user-mode processes to arbitrarily map physical memory via exposed kernel functions IoAllocateMdl, MmBuildMdlForNonPagedPool, and MmMapLockedPages, enabling local privilege escalation to NT AUTHORITY\SYSTEM.
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
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
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 Marvin Test HW.exe and check its versionFind the Marvin Test HW.exe executable on the system (common paths: C:\Program Files\Marvin Test\ or C:\Program Files (x86)\Marvin Test\). Right-click the file, select Properties, and check the File Version field. Compare this version number to 5.0.5.0.Affected if The installed version is earlier than 5.0.5.0 or the version cannot be determined.
-
Locate and verify Hw64.sys driver versionFind Hw64.sys in the driver directory (typically in the Marvin Test installation folder under a Driver or Sys subfolder). Right-click the file, select Properties, and check the File Version or Product Version. Compare to the version bundled with Marvin Test HW.exe 5.0.5.0.Affected if The driver version is older than the version shipped with 5.0.5.0.
-
Check if the driver is loadedOpen an elevated command prompt and run: sc query Hw64.sys or use drivers.exe (from Sysinternals) to list loaded drivers and check if Hw64.sys appears in the list.Affected if The Hw64.sys driver is currently loaded on the system.
-
Identify the vulnerable IOCTL handlerUse a tool such as WinObj or Process Monitor to observe kernel object namespace accesses, or use a driver analysis tool to inspect the IOCTL codes exported by Hw64.sys. Specifically look for IOCTL code 0x9c406490.Affected if IOCTL 0x9c406490 is exposed and accessible from user-mode.
-
Verify non-privileged user access to the driverAttempt to open a handle to the driver device from a non-administrator account using a tool like WinObj or by writing a simple test application that calls CreateFile on the device path (\\.\Hw64). If the handle is obtained successfully, the vulnerability is exploitable.Affected if Unprivileged users can obtain a handle to the driver and send IOCTL requests.
The system is affected if Marvin Test HW.exe version is earlier than 5.0.5.0, the Hw64.sys driver is loaded, and unprivileged users can access the vulnerable IOCTL 0x9c406490 handler.
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.
dbcve · scopedUpdate Marvin Test HW.exe to version 5.0.5.0 or later to obtain the patched Hw64.sys driver, and restrict driver access to privileged users until the update is applied.
Marvin Test HW.exe 5.0.5.0 or later
- 1. Identify the current version of Marvin Test HW.exe and Hw64.sys driver installed on the system
- 2. Navigate to the official Marvin Test website or vendor distribution channel
- 3. Download Marvin Test HW.exe version 5.0.5.0 or later
- 4. Before installation, ensure you have appropriate backup and administrative privileges
- 5. Install the updated version following standard vendor installation procedures
- 6. Verify the new version is installed correctly and the Hw64.sys driver is updated
- 7. Test that the application functions normally with the new driver
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,800.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-36056 — 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-2024-36056 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