LiveActive security incident?Get immediate response
CVE Record

CVE-2021-46759: Improper syscall input validation in AMD TEE (Trusted Execution Environment) may allow an attacker with phy...

Improper syscall input validation in AMD TEE (Trusted Execution Environment) may allow an attacker with physical access and control of a Uapp that runs under the bootloader to reveal the contents of the ASP (AMD Secure Processor) bootloader accessible memory to a serial port, resulting in a potential loss of integrity.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This AMD issue involves a Trusted Execution Environment syscall validation flaw. An attacker needs physical access and control of a user application running under the bootloader. If those conditions are met, ASP bootloader-accessible memory could be exposed to a serial port, risking sensitive platform integrity and confidentiality.

Executive priority

Treat as a targeted physical-access platform risk, not an internet-scale emergency. Prioritize high-value laptops, desktops, and embedded deployments where physical access, bootloader control, or exposed debug interfaces are plausible.

Technical view

CVE-2021-46759 is improper syscall input validation in AMD TEE, associated with CWE-787. The CVSS 3.1 score is 6.1: physical attack vector, low complexity, no privileges, no user interaction, high confidentiality and integrity impact, and no availability impact.

Likely exposure

Exposure appears limited to specific AMD Ryzen and Athlon processor families listed in AMD AGESA advisory data. The source bundle identifies versions only as various, so exact exposure requires mapping hardware model and firmware or AGESA lineage against AMD SB-4001 and OEM guidance.

Exploitation context

The supplied sources do not show active exploitation and KEV is false. The attack requires physical access plus control of a Uapp running under the bootloader, making broad remote exploitation unlikely from the provided evidence.

Researcher notes

Evidence is limited to the CVE description, CVSS vector, affected product list, and AMD advisory reference. The bundle does not provide exploit details, observed exploitation, or explicit fixed AGESA versions, so validation should stay inventory-driven and vendor-advisory-led.

Mitigation direction

  • Review AMD SB-4001 and OEM firmware guidance for affected platforms.
  • Prioritize BIOS or AGESA updates when vendor guidance applies.
  • Restrict physical access to systems using listed AMD platforms.
  • Limit unauthorized bootloader, debug, and serial access paths.
  • Track AMD and OEM advisories for clarified fixed versions.

Validation and detection

  • Inventory systems using the listed AMD Ryzen and Athlon processor families.
  • Record BIOS, firmware, and AGESA versions for those systems.
  • Compare inventory against AMD SB-4001 and OEM advisories.
  • Check whether serial or debug ports are physically accessible.
  • Confirm physical security controls for high-value AMD endpoints.
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-787: 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-46759 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.1 (3.1)
Known Exploited
No
Published

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

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

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AMDRyzen™ 2000 series Desktop Processors “Raven Ridge” AM4AGESA, variousunaffected
AMDRyzen™ 5000 Series Desktop processor with Radeon™ Graphics “Cezanne” AM4AGESA, variousunaffected
AMDAthlon™ 3000 Series Mobile Processors with Radeon™ Graphics “Dali”/”Dali” ULPAGESA, variousunaffected
AMDAthlon™ 3000 Series Mobile Processors with Radeon™ Graphics “Pollock”AGESA, variousunaffected
AMDRyzen™ 2000 Series Mobile Processors “Raven Ridge” FP5AGESA, variousunaffected
AMDRyzen™ 3000 Series Mobile processor, 2nd Gen AMD Ryzen™ Mobile Processors with Radeon™ Graphics “Picasso”AGESA, variousunaffected
AMDRyzen™ 3000 Series Mobile Processors with Radeon™ Graphics “Renoir”AGESA, variousunaffected
AMDRyzen™ 5000 Series Mobile Processors with Radeon™ Graphics “Lucienne”AGESA, variousunaffected
AMDRyzen™ 5000 Series Mobile processors with Radeon™ Graphics “Cezanne”AGESA, variousunaffected
Weakness

CWE details

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

CWE-787 · source CWE mapping

Out-of-bounds Write

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