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-36343

CVE-2024-36343: SMM Buffer Information Disclosure Flaw

CVE-2024-36343 is an information disclosure flaw in System Management Mode (SMM) communications buffer that allows privileged attackers to perform out-of-bounds memory operations. This article covers technical details, impact, and mitigation.

Published: May 21, 2026

CVE-2024-36343 Overview

CVE-2024-36343 is an improper input validation vulnerability in the AMD System Management Mode (SMM) communications buffer. A privileged local attacker can trigger an out-of-bounds read or write against a limited section of the Top of Memory Segment (TSEG) memory region. Successful exploitation may lead to loss of confidentiality or integrity within the protected SMM execution environment. The flaw is categorized under [CWE-124] (Buffer Underwrite / boundary handling) and stems from insufficient validation of attacker-controlled inputs passed into SMM handlers through the communications buffer.

Critical Impact

A privileged local attacker can read or write a constrained area of TSEG memory, compromising the isolation guarantees that protect SMM code and data from the operating system.

Affected Products

  • AMD platforms referenced in AMD Security Bulletin AMD-SB-3030
  • AMD platforms referenced in AMD Security Bulletin AMD-SB-4017
  • Firmware components implementing the affected SMM communications buffer handlers

Discovery Timeline

  • 2026-05-19 - CVE-2024-36343 published to the National Vulnerability Database
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2024-36343

Vulnerability Analysis

The vulnerability resides in SMM handler logic that processes data placed in the SMM communications buffer by lower-privileged callers. SMM is the highest privilege execution mode on x86 platforms and runs from TSEG, a memory region locked away from the operating system. The affected handlers do not properly validate offsets or sizes supplied through the communications buffer. As a result, memory references derived from those inputs can fall outside the intended structure and into adjacent TSEG memory. The CWE-124 classification reflects boundary errors at the start of an in-memory buffer used by SMM code.

Root Cause

The root cause is missing or insufficient bounds checking on attacker-influenced fields within the SMM communications buffer. SMM handlers trust input that should be treated as untrusted, allowing pointer arithmetic to reach a constrained range of TSEG memory outside the intended buffer.

Attack Vector

Exploitation requires local access and high privileges, such as a ring 0 kernel-mode foothold. The attacker prepares a crafted communications buffer and triggers a Software SMI to invoke the vulnerable SMM handler. The handler then performs an out-of-bounds read or write within TSEG. Because SMM executes with hardware-enforced privileges above the operating system, even a limited primitive can undermine firmware integrity assumptions.

No verified public proof-of-concept is available for CVE-2024-36343. Refer to AMD Security Bulletin AMD-SB-3030 and AMD Security Bulletin AMD-SB-4017 for vendor technical details.

Detection Methods for CVE-2024-36343

Indicators of Compromise

  • Unexpected kernel-mode drivers or tools that issue Software System Management Interrupts (SMIs) on AMD platforms.
  • Firmware integrity measurements that deviate from the vendor-signed baseline after suspicious privileged activity.
  • Unsigned or unauthorized utilities that map or interact with the SMM communications buffer.

Detection Strategies

  • Monitor for loading of kernel drivers that expose primitives to write to the SMM communications buffer or trigger arbitrary SMIs.
  • Validate firmware versions across the fleet against vendor advisories AMD-SB-3030 and AMD-SB-4017 to identify unpatched systems.
  • Correlate privileged process creation with subsequent firmware or platform anomaly events surfaced by platform telemetry.

Monitoring Recommendations

  • Enable boot integrity and measured boot logging where supported, and forward TPM event logs to a central analytics pipeline.
  • Track BIOS and UEFI version inventory continuously to confirm patch rollout coverage.
  • Alert on local privilege escalation chains, since this vulnerability is only reachable after an attacker obtains kernel-level access.

How to Mitigate CVE-2024-36343

Immediate Actions Required

  • Identify AMD-based systems in scope by cross-referencing platform models against AMD-SB-3030 and AMD-SB-4017.
  • Apply firmware and BIOS updates supplied by the OEM that incorporate the AMD-provided fix.
  • Restrict local administrative and kernel-mode access on affected hosts, since the attack requires high privileges.
  • Enforce driver allowlisting and block known vulnerable drivers that provide arbitrary SMI invocation primitives.

Patch Information

AMD has published remediation guidance in AMD Security Bulletin AMD-SB-3030 and AMD Security Bulletin AMD-SB-4017. System integrators and OEMs distribute the corrected SMM code through BIOS or UEFI firmware updates. Administrators should obtain the firmware package corresponding to their platform from the OEM and validate the update through the vendor's signed delivery channel.

Workarounds

  • No vendor-supplied software workaround replaces the firmware update; reduce exposure by limiting administrative access until firmware is applied.
  • Enable hypervisor-based protections such as Virtualization-Based Security and HVCI to raise the bar for kernel-mode compromise.
  • Use measured boot and platform attestation to detect tampering on systems that cannot be patched immediately.
bash
# Example: verify BIOS/firmware version on Linux to confirm patch deployment
sudo dmidecode -s bios-version
sudo dmidecode -s bios-release-date
sudo dmidecode -s system-product-name

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score4.6

  • EPSS Probability0.01%

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

  • AMD Security Bulletin #4017
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi 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