Security readout for executives and security teams
Plain-English summary
CVE-2021-3565 affects tpm2-tools, a toolkit used with Trusted Platform Modules. The tpm2_import tool used a fixed AES key for part of its key-wrapping process. In a man-in-the-middle scenario, this could expose the key being imported, creating a confidentiality risk for sensitive cryptographic material.
Executive priority
Treat this as a focused confidentiality issue, not a broad remote compromise indicator. Prioritize environments where TPM-imported keys protect high-value data, secrets, signing operations, or device identity. The business urgency depends on whether vulnerable tpm2_import workflows were used.
Technical view
Versions before tpm2-tools 5.1.1 and before 4.3.2 are described as vulnerable. The issue is in tpm2_import: a fixed AES key was used for the inner wrapper, potentially allowing a MITM attacker to unwrap the inner portion and reveal imported key material. The provided sources do not include CVSS details.
Likely exposure
Exposure is most likely on Linux systems or build/runtime environments using vulnerable tpm2-tools packages, especially where tpm2_import imports sensitive keys. Organizations not using tpm2_import or not importing key material through affected versions have lower practical exposure.
Exploitation context
The bundle does not show CISA KEV listing or cited evidence of active exploitation. The described attacker position is man-in-the-middle during key import. Sources do not provide public exploit status, exploit code, or detailed attack prerequisites beyond the tpm2_import behavior.
Researcher notes
The record names CWE-665 and describes fixed AES key use in tpm2_import inner wrapping. Evidence is limited: no CVSS vector, no KEV status, and no cited exploitation reports in the provided bundle. Validation should center on affected package versions and historical key-import activity.
Mitigation direction
- Upgrade tpm2-tools to 5.1.1, 4.3.2, or a vendor-patched package.
- Review Fedora and distribution advisories for package-specific fixed builds.
- Prioritize systems handling sensitive TPM key import workflows.
- Assess whether keys imported with vulnerable tooling require replacement.
- Check vendor guidance before applying compensating controls.
Validation and detection
- Inventory installed tpm2-tools versions across managed systems.
- Identify systems or pipelines that used tpm2_import.
- Confirm package versions are not earlier than fixed releases.
- Review distribution package changelogs for CVE-2021-3565 fixes.
- Document whether sensitive keys were imported during exposure windows.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-665: 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 lookupCVE-2021-3565 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://bugzilla.redhat.com/show_bug.cgi?id=1964427CVE reference · x_refsource_MISC
- FEDORA-2021-00a15ad850CVE reference · vendor-advisory, x_refsource_FEDORA
- FEDORA-2021-c970c02748CVE reference · vendor-advisory, x_refsource_FEDORA
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Initialization
Improper Initialization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
