CVE-2024-36055
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 with read/write access via the MmMapIoSpace API (IOCTL 0x9c40a4f8, 0x9c40a4e8, 0x9c40a4c0, 0x9c40a4c4, 0x9c40a4ec, and seven others), leading to a denial of service (BSOD).
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 confidenceHw64.sys kernel driver in Marvin Test HW.exe before 5.0.5.0 contains multiple IOCTL handlers (0x9c40a4f8, 0x9c40a4e8, 0x9c40a4c0, 0x9c40a4c4, 0x9c40a4ec and seven others) that allow unprivileged user-mode processes to arbitrarily map physical memory with read/write access via the MmMapIoSpace API, leading to system crashes (BSOD).
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 Marvin Test HW.exe installation directorySearch for Marvin Test HW.exe in typical installation paths such as C:\Program Files\Marvin Test\ or C:\Program Files (x86)\Marvin Test\, or use PowerShell: Get-ChildItem -Path 'C:\Program Files*' -Recurse -Filter 'Marvin Test HW.exe' -ErrorAction SilentlyContinueAffected if The executable is found at any version before 5.0.5.0 or if version cannot be determined
-
Determine installed version of Marvin Test HW.exeRight-click the executable, select Properties, then view the Details tab for Product Version, or use PowerShell: (Get-Item 'C:\Program Files\Marvin Test\Marvin Test HW.exe').VersionInfo.ProductVersionAffected if Version displayed is lower than 5.0.5.0 (for example, 5.0.4.0, 5.0.3.0, etc.)
-
Locate Hw64.sys driver fileSearch for Hw64.sys in the Marvin Test installation directory or system driver folders (C:\Windows\System32\drivers\), or use PowerShell: Get-ChildItem -Path 'C:\' -Recurse -Filter 'Hw64.sys' -ErrorAction SilentlyContinueAffected if The driver file exists on the system (indicating the vulnerable driver component is present)
-
Check if Hw64.sys driver is currently loadedOpen Command Prompt as Administrator and run: sc query Hw64sys or driverquery /v | findstr Hw64, or in PowerShell: Get-Service -Name '*Hw64*' -ErrorAction SilentlyContinueAffected if The driver shows a status of Running or Started, meaning it is actively loaded in kernel mode
A user is affected if Marvin Test HW.exe version is below 5.0.5.0 AND the Hw64.sys driver is present or loaded on the system, as this combination enables the vulnerable IOCTL handlers to be exploited by unprivileged 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.
dbcve · scopedUpgrade Marvin Test HW.exe to version 5.0.5.0 or later which contains the patched driver. Until then, restrict access to the software and associated driver to trusted administrators only.
Marvin Test HW.exe version 5.0.5.0 or later
- Obtain Marvin Test HW.exe version 5.0.5.0 or later from the official vendor (www.marvintest.com)
- Uninstall the current version of Marvin Test HW.exe from the system
- Install the updated version 5.0.5.0 or later that includes the fixed Hw64.sys driver
- Verify the driver version by checking the file properties of Hw64.sys to confirm the fix is applied
- Restart the system if required to load the updated driver
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing4.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,464.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-36055 — 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-36055 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