LiveActive security incident?Get immediate response
CVE Record

CVE-2025-2884: Out-of-Bounds read vulnerability in TCG TPM2.0 reference implementation

TCG TPM2.0 Reference implementation's CryptHmacSign helper function is vulnerable to Out-of-Bounds read due to the lack of validation the signature scheme with the signature key's algorithm. See Errata Revision 1.83 and advisory TCGVRT0009 for TCG standard TPM2.0

MediumCVSS 6.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A flaw in the TPM 2.0 reference code can read memory outside its intended boundary when incompatible signing settings are processed. Successful triggering could expose sensitive memory or disrupt service. The issue requires local access, limited privileges, and user interaction according to the CVSS assessment, reducing the likelihood of broad remote attacks.

Executive priority

Schedule near-term, risk-based remediation for confirmed affected implementations. Expedite systems shared with untrusted local users or workloads because the scored consequences include memory disclosure and service disruption. This is not supported as an internet-wide emergency, but uncertainty in downstream product coverage warrants prompt supplier confirmation and asset review.

Technical view

CryptHmacSign does not validate that the requested signature scheme matches the signing key algorithm, causing a CWE-125 out-of-bounds read. CVSS 3.1 scores it 6.6 with high confidentiality and availability impact, no scored integrity impact, and local attack requirements. TCG documents the correction in TCGVRT0009 and Errata Revision 1.83.

Likely exposure

Exposure primarily concerns products incorporating the vulnerable TCG reference implementation or affected downstream code, including potentially impacted software TPM implementations. Generic TPM 2.0 presence does not establish vulnerability. The bundle does not provide a comprehensive affected-version or product list, so organizations need confirmation from their hardware, firmware, operating-system, virtualization, and TPM software suppliers.

Exploitation context

The supplied CVSS vector requires local access, low privileges, and user interaction. CISA KEV status is false, and the source bundle provides no evidence of active exploitation or public weaponization. Practical exploitability may vary substantially between downstream implementations and their exposure of the affected signing operation.

Researcher notes

The vulnerable condition is an algorithm-consistency validation failure before HMAC signing, resulting in an out-of-bounds read rather than a scored write primitive. Downstream behavior and reachable impact require implementation-specific analysis. CVE-2025-49133 is identified only as related; the supplied evidence does not establish that it is interchangeable with CVE-2025-2884.

Mitigation direction

  • Apply supplier updates incorporating TCG Errata Revision 1.83 and advisory TCGVRT0009.
  • For libtpms deployments, assess and apply the linked patch through normal vendor maintenance.
  • Check Intel, Siemens, and other relevant supplier advisories for product-specific remediation.
  • Where updates are unavailable, consult the supplier and restrict untrusted local access to affected systems.

Validation and detection

  • Inventory TPM firmware, software TPMs, emulators, and libraries derived from the TCG reference implementation.
  • Map identified component versions against TCGVRT0009, Errata 1.83, and applicable supplier advisories.
  • Confirm whether deployed libtpms code includes the linked corrective change.
  • Verify installed firmware and package versions after remediation using supplier-supported inventory methods.
Prepared
Confidence
medium
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-125: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-2884 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
3ADP providers
9Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.6CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:H1.35.2CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

6.6Medium
CVSS 3.1 vector shape for CVE-2025-2884Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
siemens-SADPADP container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Trusted Computing GroupTPM2.00Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.