A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-31317

CVE-2023-31317: AMD Secure Processor RCE Vulnerability

CVE-2023-31317 is a memory buffer restriction flaw in AMD Secure Processor that enables attackers to read or write protected memory, leading to arbitrary code execution. This article covers technical details, impact, and mitigation.

Published: May 21, 2026

CVE-2023-31317 Overview

CVE-2023-31317 is a memory corruption vulnerability in the AMD Secure Processor (ASP), the dedicated security subsystem embedded within AMD CPUs. The flaw stems from improper restriction of operations within the bounds of a memory buffer [CWE-119]. An attacker with local, low-privileged access can read or write to protected memory regions managed by the ASP. Successful exploitation can lead to arbitrary code execution within a privileged trust boundary, undermining the platform security guarantees that depend on the ASP. AMD documented the issue in AMD Security Bulletin #6027.

Critical Impact

Exploitation grants read and write access to memory protected by the AMD Secure Processor, enabling arbitrary code execution within the platform's root of trust.

Affected Products

  • AMD Secure Processor (ASP) firmware components covered by AMD Security Bulletin #6027
  • AMD processor platforms relying on the ASP for platform security functions
  • Refer to the vendor advisory for the complete list of impacted CPU families and firmware versions

Discovery Timeline

  • 2026-05-15 - CVE-2023-31317 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2023-31317

Vulnerability Analysis

The AMD Secure Processor is an ARM-based coprocessor that handles cryptographic operations, secure boot, and memory isolation primitives such as AMD Secure Encrypted Virtualization (SEV). It executes in a privilege domain above the main CPU cores and the operating system. A memory buffer boundary flaw inside this trust domain allows operations to reach memory the ASP is responsible for protecting. Because the ASP enforces hardware-rooted security policies, any code executed in this context inherits trust that the operating system cannot revoke. The attack vector is local, and the attacker must already hold low-level privileges on the host. Exploitation requires high attack complexity, reflecting the technical depth needed to manipulate ASP-bound buffers reliably.

Root Cause

The root cause is improper enforcement of buffer bounds within ASP-handled operations, mapped to [CWE-119] (Improper Restriction of Operations within the Bounds of a Memory Buffer). When the ASP processes attacker-influenced input, it fails to validate the size or offset of memory accesses against the allocated buffer. This permits out-of-bounds reads and writes against memory regions the ASP is supposed to isolate. The flaw resides in firmware-level logic, not in operating system code, so traditional OS protections do not contain it.

Attack Vector

An attacker with local access and low privileges on an affected system issues crafted requests or data structures that the ASP processes. By controlling input that drives buffer-relative operations, the attacker forces the ASP to read or write outside the intended boundaries. Successful manipulation overwrites protected memory and can redirect execution flow inside the ASP context. The end result is arbitrary code execution within the secure processor, bypassing protections that depend on ASP integrity. Detailed exploitation specifics are described in the AMD Security Bulletin #6027.

No public proof-of-concept code has been released for this vulnerability. Refer to the AMD advisory for technical specifics.

Detection Methods for CVE-2023-31317

Indicators of Compromise

  • No public indicators of compromise have been published for CVE-2023-31317.
  • Compromise of the AMD Secure Processor typically leaves minimal artifacts in operating system logs because the ASP operates below the OS trust boundary.
  • Unexpected firmware version mismatches between reported and installed ASP firmware can suggest tampering.

Detection Strategies

  • Inventory ASP firmware versions across the fleet and compare them against the fixed versions referenced in AMD Security Bulletin #6027.
  • Monitor for local privilege escalation activity and unauthorized access to platform management interfaces that interact with the ASP.
  • Correlate kernel-level driver loads and signed-driver anomalies that could precede an attempt to interact with ASP-exposed interfaces.

Monitoring Recommendations

  • Enable platform attestation features where available and alert on attestation failures or unexpected measurement changes.
  • Log and review firmware update events, secure boot state transitions, and SEV-related operations on affected hosts.
  • Track local logon events with elevated privileges on systems exposing ASP-adjacent management tooling.

How to Mitigate CVE-2023-31317

Immediate Actions Required

  • Identify all AMD-based systems in scope and cross-reference them with the affected platforms listed in AMD Security Bulletin #6027.
  • Apply the AGESA or platform firmware updates supplied by your system or motherboard vendor as soon as they are validated.
  • Restrict local access to affected systems and enforce least-privilege policies for accounts that can interact with low-level platform interfaces.

Patch Information

AMD has published fixed firmware through AMD Security Bulletin #6027. Platform vendors (OEMs and motherboard manufacturers) integrate the fix into BIOS/UEFI updates that include the updated AGESA and ASP firmware. Administrators should obtain firmware updates from the system vendor for their specific platform and validate the ASP firmware version after deployment. See AMD Security Bulletin #6027 for vendor guidance.

Workarounds

  • No software-only workaround eliminates the underlying firmware flaw; only the vendor firmware update resolves CVE-2023-31317.
  • Reduce risk by minimizing local privileged access, removing unnecessary local accounts, and enforcing strong authentication on affected hosts.
  • For confidential computing workloads relying on AMD SEV, defer trust decisions until updated firmware is deployed and attestation confirms the patched ASP version.
bash
# Verify processor and firmware information on Linux to support patch tracking
cat /proc/cpuinfo | grep -E 'model name|microcode' | head -n 2
dmesg | grep -iE 'ccp|psp|amd_sev'
sudo dmidecode -t bios | grep -E 'Version|Release Date'

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAmd

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-119
  • Technical References
  • AMD Security Bulletin #6027
  • Related CVEs
  • CVE-2025-29938: AMD Platform Management Framework RCE Flaw

  • CVE-2023-20514: AMD Secure Processor RCE Vulnerability

  • CVE-2023-31313: AMD Power Management Firmware RCE Flaw

  • CVE-2024-36345: AMD OverDrive SMM Information Disclosure
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English