LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3569: A stack corruption bug was found in libtpms in versions before 0.7.2 and before 0.8.0 while decrypting data...

A stack corruption bug was found in libtpms in versions before 0.7.2 and before 0.8.0 while decrypting data using RSA. This flaw could result in a SIGBUS (bad memory access) and termination of swtpm. The highest threat from this vulnerability is to system availability.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-3569 is an availability flaw in libtpms. When RSA decryption is processed, memory corruption can cause bad memory access and terminate swtpm. The source bundle does not show data theft, privilege escalation, or confirmed exploitation.

Executive priority

Treat this as a targeted availability risk. It is not evidenced as actively exploited, but affected virtualized or TPM-dependent services may experience disruption if swtpm terminates.

Technical view

The CVE describes stack corruption, classified as CWE-120, in libtpms versions before 0.7.2 and before 0.8.0 during RSA decryption. The observed impact is SIGBUS and swtpm termination. No CVSS vector is provided in the bundle.

Likely exposure

Exposure applies to environments using affected libtpms versions, especially where swtpm depends on libtpms. Systems not running libtpms or swtpm are not indicated as exposed by the provided sources.

Exploitation context

The source bundle does not report active exploitation, public exploit availability, or CISA KEV listing. Impact is described as denial of service through swtpm termination, not broader compromise.

Researcher notes

Evidence is sparse. The bundle identifies the flaw, affected version thresholds, CWE-120, and availability impact, but provides no CVSS score, exploit details, or workaround beyond fixed-version guidance.

Mitigation direction

  • Upgrade libtpms to vendor-supported fixed versions for the applicable branch.
  • Check vendor advisories before applying fixes in production environments.
  • Monitor swtpm for crashes or unexpected restarts until remediation is complete.
  • Prioritize hosts where swtpm availability supports important workloads.

Validation and detection

  • Inventory systems using libtpms or swtpm.
  • Compare installed libtpms versions against the affected version ranges.
  • Review logs for SIGBUS, bad memory access, or swtpm termination events.
  • Confirm swtpm remains stable after applying vendor updates.
Prepared
Confidence
medium
Sources
3

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-120: 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-2021-3569 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/alibtpmslibtpms 0.7.2, libtpms 0.8.0Listed
Weakness

CWE details

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

CWE-120 · source CWE mapping

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.