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-2024-36345

CVE-2024-36345: AMD OverDrive SMM Information Disclosure

CVE-2024-36345 is an information disclosure flaw in AMD OverDrive System Management Mode that allows privileged attackers to read sensitive data. This post covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2024-36345 Overview

CVE-2024-36345 affects the AMD OverDrive (AOD) System Management Mode (SMM) module. The vulnerability stems from improper input validation that allows a privileged attacker to trigger an out-of-bounds read. Successful exploitation can disclose data from SMM memory, resulting in loss of confidentiality.

The flaw maps to [CWE-1274: Improper Access Control for Volatile Memory Containing Boot Code]. Exploitation requires local access and high privileges, which limits opportunistic attacks but remains relevant for post-compromise scenarios where attackers seek firmware-level information disclosure.

Critical Impact

A local attacker with high privileges can read memory outside intended bounds within the SMM context, potentially exposing sensitive system data handled at the firmware layer.

Affected Products

  • AMD OverDrive (AOD) System Management Mode (SMM) module
  • Refer to AMD Security Bulletin #3030 for the list of impacted processor families
  • Refer to AMD Security Bulletin #4017 for additional affected platforms

Discovery Timeline

  • 2026-05-15 - CVE-2024-36345 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2024-36345

Vulnerability Analysis

The vulnerability resides in the AMD OverDrive (AOD) SMM module, a firmware component executing in System Management Mode. SMM runs at a higher privilege level than the operating system kernel and operates in System Management RAM (SMRAM), which is normally isolated from OS visibility.

The AOD SMM handler fails to properly validate input parameters supplied to it. When an attacker invokes the handler with crafted inputs, the module reads memory beyond the intended buffer boundary. The attacker can then retrieve the disclosed data through the SMM communication interface.

Because SMM operates with full access to physical memory and platform resources, an out-of-bounds read at this layer can expose data that is otherwise inaccessible from ring 0. The impact is limited to confidentiality loss, with no integrity or availability degradation reported.

Root Cause

The root cause is missing or insufficient bounds checking on attacker-controlled values that drive read operations inside the AOD SMM handler. The handler trusts caller-supplied offsets or lengths without verifying that resulting memory accesses remain within the intended buffer.

Attack Vector

Exploitation requires local access with high privileges, typically administrator or root on the host operating system. The attacker invokes the vulnerable AOD SMM interface from the OS, supplies malformed parameters, and reads back data from out-of-bounds memory locations within SMM context.

No authentication bypass or remote vector is involved. The vulnerability cannot be triggered by unprivileged users or over a network. Detailed exploitation primitives have not been published in AMD Security Bulletin #3030 or AMD Security Bulletin #4017.

Detection Methods for CVE-2024-36345

Indicators of Compromise

  • No public indicators of compromise have been published for this vulnerability
  • The AMD security bulletins do not list file hashes, network signatures, or known exploitation artifacts
  • Exploitation occurs at the firmware layer and leaves limited traces in operating system logs

Detection Strategies

  • Inventory systems running the AMD OverDrive utility and correlate against the affected platform list in the AMD bulletins
  • Monitor for installation or execution of AMD OverDrive components on production hosts where the utility is not required
  • Audit privileged process behavior interacting with SMM communication buffers and ACPI interfaces

Monitoring Recommendations

  • Track loading of AOD drivers and associated kernel modules on Windows and Linux endpoints
  • Alert on unexpected administrator-level processes invoking platform firmware interfaces
  • Maintain firmware and chipset driver version baselines and flag drift from approved versions

How to Mitigate CVE-2024-36345

Immediate Actions Required

  • Review AMD Security Bulletin #3030 and AMD Security Bulletin #4017 to identify affected platforms in your environment
  • Apply firmware and AOD module updates supplied by AMD or the system OEM
  • Remove the AMD OverDrive utility from systems where it is not actively used

Patch Information

AMD has published mitigation guidance in AMD Security Bulletin #3030 and AMD Security Bulletin #4017. Apply the firmware versions specified for each affected processor family through your platform vendor or OEM update channel.

Workarounds

  • Restrict local administrative access to trusted users to reduce the privileged-attacker exposure required for exploitation
  • Uninstall the AMD OverDrive utility on systems that do not require runtime overclocking or tuning
  • Enforce signed driver and firmware update policies to prevent unauthorized AOD component loading
bash
# Example: verify whether the AMD OverDrive driver is present on Windows
sc query AODDriver
sc query AODDriver4.3.0

# Example: remove the AMD OverDrive utility via standard uninstall flow
wmic product where "name like 'AMD OverDrive%%'" call uninstall

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

  • SeverityMEDIUM

  • CVSS Score4.6

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/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
  • CWE References
  • CWE-1274
  • Technical References
  • AMD Security Bulletin #3030

  • AMD Security Bulletin #4017
  • Related CVEs
  • CVE-2025-29937: AMD PMF Out of Bounds Read Vulnerability

  • CVE-2025-0028: AMD PMF Information Disclosure Flaw

  • CVE-2025-48513: AMD PMF Information Disclosure Flaw

  • CVE-2025-48520: AMD PMF Driver Information Disclosure Flaw
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