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

CVE-2024-36323: VCN-JPEG Hardware Privilege Escalation

CVE-2024-36323 is a privilege escalation flaw in VCN-JPEG hardware that allows malicious VMs to gain unauthorized access to victim VM data. This article covers technical details, affected systems, and mitigation.

Published: May 21, 2026

CVE-2024-36323 Overview

CVE-2024-36323 is a hardware isolation flaw affecting AMD Video Core Next (VCN) JPEG cores. The vulnerability stems from improper isolation of VCN-JPEG hardware register space between guest virtual machines or processes. A malicious guest VM or local process can access register space belonging to a victim VM or process assigned to the JPEG cores. This unauthorized access enables arbitrary read and write operations against victim data.

The issue is tracked under [CWE-284: Improper Access Control] and is documented in AMD Security Bulletin #6027.

Critical Impact

A local attacker with low privileges can break VM-to-VM and process-to-process isolation boundaries on affected AMD GPU hardware, gaining arbitrary read/write access to victim data through shared JPEG core register space.

Affected Products

  • AMD GPU products implementing VCN-JPEG cores (see AMD Security Bulletin #6027 for specific model and driver versions)
  • Virtualized environments using AMD GPU SR-IOV with VCN-JPEG acceleration
  • Multi-tenant systems sharing JPEG decode/encode acceleration across guest VMs

Discovery Timeline

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

Technical Details for CVE-2024-36323

Vulnerability Analysis

The vulnerability resides in the hardware register space management for AMD's VCN-JPEG cores. These cores accelerate JPEG encode and decode operations and can be assigned to guest VMs or user processes in virtualized GPU deployments. The hardware fails to enforce strict isolation between the register spaces assigned to different tenants.

An attacker operating within one guest VM or process can issue register accesses that reach register space allocated to a victim tenant. This breaks the security boundary that virtualization and process isolation are expected to provide. Because the JPEG cores process image data on behalf of the assigned tenant, the attacker gains a path to arbitrary read and write access to victim data flowing through those cores.

The weakness maps to [CWE-284: Improper Access Control] and impacts confidentiality, integrity, and availability of co-tenant workloads.

Root Cause

The root cause is missing or insufficient access control enforcement on VCN-JPEG hardware register space. The hardware design or firmware does not validate that register accesses originate from the tenant that owns the targeted JPEG core registers. Without strict per-tenant register access checks, cross-tenant access becomes possible whenever multiple VMs or processes share the JPEG subsystem.

Attack Vector

Exploitation requires local access with low privileges on the host or within a co-located guest VM that has been assigned access to the GPU. The attacker does not need user interaction but must run code with sufficient access to issue commands to the GPU and reach VCN-JPEG register space. The vector is local rather than network-reachable, but the impact crosses tenant boundaries in multi-tenant cloud and virtualization deployments.

No public proof-of-concept exploit is available for CVE-2024-36323, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Refer to the AMD Security Bulletin #6027 for vendor-specific technical details.

Detection Methods for CVE-2024-36323

Indicators of Compromise

  • Unexpected GPU register access patterns from guest VMs targeting JPEG core MMIO ranges outside their assigned allocation
  • Anomalous JPEG workload submissions from processes that do not normally use VCN-JPEG acceleration
  • Unexplained data corruption or content leakage in JPEG-processed media originating from co-tenant workloads

Detection Strategies

  • Audit hypervisor and GPU driver logs for register access violations or unexpected VCN-JPEG access requests from guest VMs
  • Monitor AMD GPU driver telemetry and dmesg output for warnings related to VCN-JPEG register access or SR-IOV partitioning
  • Inventory all hosts running affected AMD GPU hardware and correlate with current driver and firmware versions against the AMD advisory

Monitoring Recommendations

  • Track GPU driver and firmware versions across the fleet and alert on hosts lagging behind the patched baseline from AMD Security Bulletin #6027
  • Log and review VM-to-GPU assignment events, particularly in multi-tenant virtualization platforms using AMD SR-IOV
  • Establish baselines for VCN-JPEG utilization per tenant and alert on workloads accessing the JPEG subsystem outside expected patterns

How to Mitigate CVE-2024-36323

Immediate Actions Required

  • Identify all systems with AMD GPUs that expose VCN-JPEG cores to guest VMs or untrusted processes
  • Apply the firmware and driver updates referenced in AMD Security Bulletin #6027 as soon as they are available for your platform
  • Restrict local access to affected hosts and review which tenants share GPU resources on multi-tenant infrastructure

Patch Information

AMD has published remediation guidance in AMD Security Bulletin #6027. Administrators should consult the bulletin for the specific GPU models, driver versions, and firmware revisions that address the VCN-JPEG isolation flaw. Apply updates through the vendor channel appropriate to the deployment, whether bare-metal driver packages, hypervisor vendor updates, or cloud provider maintenance windows.

Workarounds

  • Disable VCN-JPEG acceleration passthrough to untrusted guest VMs where the workload does not require GPU JPEG offload
  • Avoid co-locating sensitive workloads with untrusted tenants on the same physical GPU until firmware and driver patches are deployed
  • Where possible, dedicate affected GPUs to a single tenant to eliminate cross-tenant register space sharing
bash
# Identify AMD GPU devices and current driver/firmware versions
lspci -nn | grep -i amd
cat /sys/kernel/debug/dri/0/amdgpu_firmware_info 2>/dev/null
modinfo amdgpu | grep -E '^(version|firmware)'

# Review GPU passthrough assignments in libvirt environments
virsh nodedev-list --cap pci | grep -i amd
virsh dumpxml <vm-name> | grep -A2 hostdev

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-284
  • Technical References
  • AMD Security Bulletin #6027
  • 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