CVE-2025-31944
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 · uneditedRace condition for some TDX Module before version tdx1.5 within Ring 0: Hypervisor may allow a denial of service. Authorized adversary with a privileged user combined with a high complexity attack may enable denial of service. This result may potentially occur via local access when attack requirements are present without special internal knowledge and requires no user interaction. The potential vulnerability may impact the confidentiality (none), integrity (none) and availability (high) of the vulnerable system, resulting in subsequent system confidentiality (none), integrity (none) and availability (low) impacts.
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 · moderate confidenceA race condition vulnerability exists in Intel TDX Module before version tdx1.5 running in Ring 0 (hypervisor). A privileged local attacker with high-complexity attack capability can exploit this race condition to cause denial of service, impacting system availability.
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
- High
- Privileges
- High
- User interaction
- None
- Scope
- Changed
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/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.
-
Verify Intel TDX is enabled on the systemCheck the system BIOS/UEFI settings, hypervisor configuration, or system firmware for Intel TDX (Trusted Domain Extensions) enablement status. On Linux systems, you may also check dmesg or /proc/cmdline for TDX-related boot parameters.Affected if Intel TDX is present and enabled in the environment
-
Identify the installed TDX Module versionQuery the hypervisor or firmware for the TDX Module version. This may be accessible through hypervisor-specific tools, BIOS firmware logs, or by reading TDX module information from the hypervisor management interface. Look for version strings like 'tdx1.x' in system logs or hypervisor metadata.Affected if The TDX Module version cannot be determined or returns a version string indicating 'tdx1.5' or earlier
-
Compare the TDX version against tdx1.5Parse the identified TDX Module version number and compare it to tdx1.5 using standard version comparison. Versions below tdx1.5 (such as tdx1.0, tdx1.4, etc.) are considered vulnerable.Affected if The installed TDX Module version is below tdx1.5 (e.g., tdx1.0, tdx1.4, or any pre-tdx1.5 release)
-
Confirm local privileged attacker contextAssess whether the system allows local users with high privileges (Ring 0 or hypervisor-level access) to execute code. This vulnerability requires a privileged local attacker with high-complexity attack capability.Affected if Local privileged code execution is possible and the TDX Module version is below tdx1.5
The environment is affected if Intel TDX Module is enabled and the installed version is any release before tdx1.5.
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 TDX Module to version tdx1.5 or later. Coordinate with Intel and/or cloud infrastructure provider for firmware/hypervisor updates.
TDX Module version tdx1.5
- Identify the current version of the Intel TDX Module running on the hypervisor by consulting hypervisor documentation or system logs
- Obtain the updated TDX Module version 1.5 from Intel's official channels or your hypervisor vendor
- Consult hypervisor vendor documentation for specific procedures to update the TDX Module, as this typically requires hypervisor firmware/microcode update
- Apply the TDX Module 1.5 update following vendor-specific upgrade procedures, which usually involves firmware update during system maintenance window
- Verify the updated TDX Module version is tdx1.5 or later after applying the update
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation8.0 h
- Implementation16.0 h
- Testing12.0 h
- Review / QA6.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $11,776.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-31944 — 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-31944 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