LiveActive security incident?Get immediate response
CVE Record

CVE-2021-46795: A TOCTOU (time-of-check to time-of-use) vulnerability exists where an attacker may use a compromised BIOS t...

A TOCTOU (time-of-check to time-of-use) vulnerability exists where an attacker may use a compromised BIOS to cause the TEE OS to read memory out of bounds that could potentially result in a denial of service.

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-46795 is an AMD firmware-related issue where a compromised BIOS could cause AMD's trusted execution environment software to read outside expected memory. The documented impact is denial of service, not data theft or code execution. Business urgency is moderate because exploitation needs local access, high complexity, and BIOS compromise.

Executive priority

Treat this as a planned firmware-risk item, not an emergency remote-exploitation event. Prioritize validation and vendor firmware tracking for Ryzen 5000 fleets, especially business-critical endpoints or systems with strong availability requirements.

Technical view

The issue is a CWE-367 TOCTOU flaw in AMD AGESA affecting various Ryzen 5000 Series configurations. With a compromised BIOS, an attacker may trigger an out-of-bounds read by the TEE OS, potentially causing availability impact. CVSS is 4.7: local attack vector, high complexity, low privileges, no user interaction, availability high.

Likely exposure

Exposure is most likely on systems using affected AMD Ryzen 5000 Series firmware/AGESA versions. The supplied data lists Ryzen 3000 Series as unaffected. Exact affected BIOS or AGESA revisions are not included in the bundle, so exposure must be confirmed against AMD and OEM firmware guidance.

Exploitation context

The supplied sources do not show active exploitation, and the CVE is not marked KEV. The described scenario requires local access, low privileges, high attack complexity, and a compromised BIOS, making broad remote exploitation unlikely based on the available evidence.

Researcher notes

Evidence is limited to the CVE metadata and AMD bulletin reference. The bundle identifies TOCTOU, compromised BIOS precondition, AGESA package context, and denial-of-service impact, but does not provide exact vulnerable firmware revisions, proof of exploitation, or detailed remediation versions.

Mitigation direction

  • Check AMD-SB-1031 and OEM advisories for affected BIOS or AGESA versions.
  • Apply vendor-provided BIOS or firmware updates when they are identified for affected systems.
  • Prioritize systems where downtime or trusted execution failures would create business impact.
  • Restrict firmware modification paths and review BIOS integrity controls.
  • Track remediation through standard endpoint and asset inventory processes.

Validation and detection

  • Inventory AMD Ryzen 5000 systems and record BIOS, firmware, and AGESA versions.
  • Compare collected versions with AMD-SB-1031 and device vendor advisories.
  • Confirm Ryzen 3000 systems are not treated as affected from this source bundle.
  • Review firmware change history for unexpected BIOS modifications.
  • Document systems awaiting OEM guidance where fixed versions are unclear.
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-367: 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-46795 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
4.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/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
0Timeline events
0ADP providers
2Source links

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
4.7CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H13.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.7Medium
CVSS 3.1 vector shape for CVE-2021-46795Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AMDRyzen 5000 SeriesAGESA, variousaffected
AMDRyzen 3000 SeriesAGESA, variousunaffected
Weakness

CWE details

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

CWE-367 · source CWE mapping

Time-of-check Time-of-use (TOCTOU) Race Condition

Time-of-check Time-of-use (TOCTOU) Race Condition represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.