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-2026-46237

CVE-2026-46237: Linux Kernel Buffer Overflow Vulnerability

CVE-2026-46237 is a buffer overflow vulnerability in the Linux kernel's AMD GPU VCN3 driver that could allow attackers to exploit overflow conditions. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-46237 Overview

CVE-2026-46237 is a vulnerability in the Linux kernel affecting the AMD GPU (amdgpu) Video Core Next 3 (VCN3) driver. The flaw exists in the message bound check logic of the drm/amdgpu/vcn3 subsystem, where the previous bound-check condition is susceptible to an integer overflow. The issue was identified through Static Defect Localization (SDL) review and resolved by introducing a safer bound check. The fix was cherry-picked from upstream commit db00257ac9e4a51eb2515aaea161a019f7125e10.

Critical Impact

An integer overflow in the VCN3 message bound check could allow the kernel to accept malformed messages that bypass length validation, potentially leading to memory corruption in the GPU driver path.

Affected Products

  • Linux kernel — drm/amdgpu driver, VCN3 component
  • Systems using AMD GPUs with VCN3 video encode/decode hardware
  • Stable kernel branches receiving the cherry-picked backport

Discovery Timeline

  • 2026-05-28 - CVE-2026-46237 published to NVD
  • 2026-05-28 - Last updated in NVD database

Technical Details for CVE-2026-46237

Vulnerability Analysis

The vulnerability resides in the message validation logic of the AMD GPU VCN3 (Video Core Next, generation 3) driver inside the Direct Rendering Manager (DRM) subsystem. The VCN3 hardware block handles video encode and decode operations and processes message buffers submitted by user space through the kernel command stream. Before dispatching a message to firmware, the driver verifies that the message stays within an expected bound. The prior implementation performed this check using arithmetic that can wrap around when operand values are sufficiently large.

When an integer overflow occurs in a bound check, the comparison produces a result that incorrectly indicates the buffer is within range. An attacker controlling the offset or size fields of a submitted VCN message could craft values that overflow the addition used in the check, allowing the driver to proceed with out-of-bounds memory access on the GPU message buffer. The resolved code adjusts the comparison to evaluate operands in a form that cannot overflow.

Root Cause

The root cause is an unchecked arithmetic operation in the VCN3 message bound check ([CWE-190] Integer Overflow). Adding a user-influenced offset to a size before comparison can produce a wrapped value smaller than the limit, defeating validation.

Attack Vector

Exploitation requires local access to submit GPU command streams to the amdgpu driver through DRM ioctls. A user with permission to open the render node can craft a VCN message with offset and size fields that trigger the overflow condition. No code example is published; consult the upstream commits for the exact diff.

// No verified exploit code is available for CVE-2026-46237.
// Refer to the upstream kernel commits for the corrected
// bound check implementation in drm/amdgpu/vcn_v3_0.c.

Detection Methods for CVE-2026-46237

Indicators of Compromise

  • Unexpected amdgpu kernel ring timeouts or GPU resets logged in dmesg correlated with VCN workloads
  • Kernel oops or page fault entries referencing vcn_v3_0 or amdgpu_vcn functions
  • Userspace processes repeatedly submitting malformed VCN command streams to /dev/dri/renderD*

Detection Strategies

  • Audit kernel package versions against vendor advisories listing the cherry-picked fix commits referenced in NVD
  • Monitor for abnormal use of DRM render nodes by unprivileged processes that do not normally use GPU acceleration
  • Correlate GPU driver crash signatures with process telemetry to identify the submitting binary

Monitoring Recommendations

  • Forward dmesg and journald kernel logs to a central log platform and alert on amdgpu fault patterns
  • Track DRM ioctl call volume per process to surface anomalous submission rates
  • Apply file integrity monitoring to kernel modules and confirm running uname -r matches the patched build

How to Mitigate CVE-2026-46237

Immediate Actions Required

  • Upgrade the Linux kernel to a stable release that contains the backport from upstream commit db00257ac9e4a51eb2515aaea161a019f7125e10
  • Inventory hosts running AMD GPUs with VCN3 hardware and prioritize multi-tenant or workstation systems where untrusted local users exist
  • Restrict access to /dev/dri/renderD* to trusted users and groups where GPU acceleration is not broadly required

Patch Information

The fix is available in the stable kernel tree across the following commits: 016b64a0313e, 1936310f68c5, 2e43b66fceac, e6e9faba8100, and e8124121b79a. Apply distribution kernel updates that incorporate these commits.

Workarounds

  • Disable VCN-dependent workloads (hardware video encode/decode) on affected systems until patched
  • Tighten permissions on DRM render nodes so only trusted service accounts can submit GPU commands
  • Where feasible, blacklist the amdgpu module on systems that do not require AMD GPU functionality
bash
# Verify running kernel and restrict DRM render node access
uname -r
ls -l /dev/dri/renderD*
sudo chgrp render /dev/dri/renderD128
sudo chmod 0660 /dev/dri/renderD128

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update

  • Kernel Git Commit Update
  • Related CVEs
  • CVE-2026-46236: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-46234: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-46232: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43490: Linux Kernel ksmbd Buffer Overflow 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