The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2025-54505

CVE-2025-54505: AMD CPU Information Disclosure Vulnerability

CVE-2025-54505 is a transient execution information disclosure flaw in AMD CPUs that allows local attackers to leak sensitive data via the floating point divisor unit. This article covers technical details, impact, and mitigation.

Published: April 30, 2026

CVE-2025-54505 Overview

A transient execution vulnerability has been identified within AMD CPUs that may allow a local user-privileged attacker to leak data via the floating point divisor unit. This side-channel attack targets the speculative execution behavior of AMD processors, potentially resulting in loss of confidentiality by allowing an attacker to extract sensitive information from memory that should otherwise be inaccessible.

Critical Impact

Local attackers with user-level privileges may exploit this transient execution flaw to leak sensitive data through the floating point divisor unit, compromising system confidentiality.

Affected Products

  • AMD CPUs with floating point divisor units susceptible to transient execution side-channel attacks
  • Systems running Xen hypervisor (see XSA-488)
  • Various AMD processor families (refer to AMD Security Bulletin SB-7053 for complete list)

Discovery Timeline

  • 2026-04-27 - CVE-2025-54505 published to NVD
  • 2026-04-29 - Last updated in NVD database

Technical Details for CVE-2025-54505

Vulnerability Analysis

This vulnerability belongs to the class of transient execution attacks, similar to other well-known speculative execution vulnerabilities such as Spectre and Meltdown. The flaw specifically targets the floating point divisor unit within AMD processors, exploiting the speculative execution behavior that allows CPUs to execute instructions ahead of time for performance optimization.

During transient execution, the processor may speculatively perform floating point division operations before security checks are completed. While these speculative results are eventually discarded if the checks fail, the operations can leave observable microarchitectural side effects in the floating point divisor unit. A local attacker with user-level privileges can exploit these side effects to infer sensitive data that would normally be protected by hardware isolation mechanisms.

The attack requires local access and user-level privileges, limiting the attack surface compared to remotely exploitable vulnerabilities. However, in multi-tenant environments such as cloud computing platforms using virtualization (as addressed by Xen Advisory XSA-488), this vulnerability poses a more significant risk as attackers in one virtual machine could potentially extract data from other VMs or the hypervisor.

Root Cause

The root cause stems from the microarchitectural implementation of the floating point divisor unit in affected AMD processors. During speculative execution, the processor performs floating point division operations before determining whether the associated memory access is permitted. The side effects of these speculative operations persist in the microarchitectural state even after the speculative results are rolled back, creating a covert channel through which data can be leaked.

Attack Vector

The attack requires local access to the target system with user-level privileges. An attacker must be able to execute code on the same physical processor as the victim process. The exploitation involves:

  1. Triggering speculative execution that causes the floating point divisor unit to process sensitive data
  2. Measuring timing variations or other microarchitectural side effects in the floating point unit
  3. Using these measurements to infer the values of data that was speculatively processed

The attack exploits the timing behavior of the floating point divisor, where different operand values result in measurably different execution times or microarchitectural states.

The vulnerability mechanism involves measuring side-channel signals from the floating point divisor unit during transient execution. For detailed technical analysis and proof-of-concept information, refer to the AMD Security Bulletin SB-7053 and Xen Advisory XSA-488.

Detection Methods for CVE-2025-54505

Indicators of Compromise

  • Unusual patterns of floating point operations combined with memory access timing measurements
  • Processes attempting to measure execution timing of floating point division operations
  • Unexpected cache timing probes or performance counter access attempts
  • Anomalous process behavior consistent with side-channel attack techniques

Detection Strategies

  • Monitor for processes using high-precision timing mechanisms (e.g., rdtsc, rdtscp, performance counters) in combination with floating point operations
  • Implement behavioral analysis to detect cache-timing attack patterns characteristic of transient execution exploits
  • Deploy endpoint detection rules that identify known side-channel attack tooling or techniques

Monitoring Recommendations

  • Enable detailed CPU performance monitoring on critical systems to detect anomalous floating point unit behavior
  • Implement process-level auditing for suspicious use of timing-related system calls
  • In virtualized environments, monitor for guest VMs exhibiting attack patterns against the hypervisor or other guests
  • Consider deploying SentinelOne's behavioral AI engine to detect exploitation attempts through anomalous execution patterns

How to Mitigate CVE-2025-54505

Immediate Actions Required

  • Review the AMD Security Bulletin SB-7053 for specific mitigation guidance for your processor family
  • Apply microcode updates from AMD when available for affected processor models
  • For Xen environments, review and apply guidance from Xen Advisory XSA-488
  • Evaluate the risk in your environment based on the local access requirement and implement additional access controls as needed

Patch Information

AMD has published Security Bulletin SB-7053 addressing this vulnerability. System administrators should consult the bulletin for specific microcode updates and firmware patches applicable to their processor models. For systems using Xen hypervisor, Xen Advisory XSA-488 provides additional guidance on hypervisor-level mitigations.

Microcode and firmware updates should be applied through:

  • BIOS/UEFI updates from system vendors
  • Operating system microcode loading mechanisms
  • Hypervisor updates for virtualized environments

Workarounds

  • Restrict local access to systems processing sensitive data to reduce the attack surface
  • In multi-tenant environments, consider processor affinity controls to limit co-residency of sensitive workloads
  • Implement kernel-level mitigations that reduce the precision of timing measurements available to user-space processes
  • Consider enabling existing transient execution mitigations in the operating system and hypervisor
bash
# Example: Check for AMD microcode version on Linux
cat /proc/cpuinfo | grep -i microcode

# Example: Verify Xen hypervisor version for XSA-488 patch status
xl info | grep xen_version

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAmd

  • SeverityLOW

  • CVSS Score2.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • AMD Security Bulletin SB-7053

  • Xen Advisory XSA-488
  • Related CVEs
  • CVE-2023-20583: AMD Processor Information Disclosure Flaw

  • CVE-2023-20569: Fedora Information Disclosure Vulnerability

  • CVE-2022-23823: AMD Athlon Timing Attack Vulnerability

  • CVE-2021-46778: AMD Athlon Information Disclosure Issue
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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