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
    • 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-2023-5633

CVE-2023-5633: Linux Kernel Privilege Escalation Flaw

CVE-2023-5633 is a privilege escalation vulnerability in Linux Kernel affecting VMware guests with 3D acceleration. A use-after-free flaw lets unprivileged users escalate privileges. Learn about affected versions and fixes.

Published: February 4, 2026

CVE-2023-5633 Overview

CVE-2023-5633 is a use-after-free vulnerability in the Linux kernel that was inadvertently introduced through reference count changes made as part of fixes for CVE-2023-33951 and CVE-2023-33952. The flaw exists in the way memory objects are handled when they are being used to store a surface. When running inside a VMware guest with 3D acceleration enabled, a local, unprivileged user could potentially exploit this vulnerability to escalate their privileges.

Critical Impact

Local privilege escalation in VMware guest environments with 3D acceleration enabled allows unprivileged users to gain elevated system access.

Affected Products

  • Linux Kernel (versions prior to 6.6 and release candidates 6.6-rc1 through 6.6-rc6)
  • Red Hat Enterprise Linux 8.x and 9.x (including EUS, AUS, TUS variants)
  • Red Hat CodeReady Linux Builder 8.x and 9.x (all architectures including ARM64, IBM Z Systems, Power LE)

Discovery Timeline

  • October 23, 2023 - CVE-2023-5633 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-5633

Vulnerability Analysis

This use-after-free (CWE-416) vulnerability manifests in the Linux kernel's graphics subsystem, specifically in the VMware virtual GPU driver (vmwgfx). The flaw was a regression introduced when developers modified reference counting mechanisms while addressing two prior vulnerabilities (CVE-2023-33951 and CVE-2023-33952). The improper handling of memory object reference counts during surface storage operations creates a condition where memory can be accessed after it has been freed.

The vulnerability requires local access to the system and affects VMware guest virtual machines that have 3D graphics acceleration enabled. While this limits the attack surface to virtualized environments with specific configurations, successful exploitation grants the attacker full system privileges.

Root Cause

The root cause stems from incorrect reference count management in the kernel's graphics memory handling code. When the fixes for CVE-2023-33951 and CVE-2023-33952 modified the reference counting logic for memory objects used to store surfaces, they inadvertently created a race condition where a memory object's reference count could reach zero while still being referenced by another part of the code. This allows the memory to be freed while still in use, leading to the classic use-after-free condition.

Attack Vector

Exploitation of CVE-2023-5633 requires local access to a VMware guest system running a vulnerable Linux kernel with 3D acceleration enabled. The attacker must be an authenticated user on the system, though no elevated privileges are required to trigger the vulnerability.

The attack flow involves:

  1. The attacker interacts with the VMware 3D graphics driver (vmwgfx) through standard system interfaces
  2. By manipulating memory object operations related to surface storage, the attacker triggers the use-after-free condition
  3. The freed memory can be reallocated with attacker-controlled data
  4. When the kernel subsequently accesses the freed memory, it uses the attacker's controlled data, potentially allowing arbitrary code execution in kernel context

For detailed technical information, refer to the Red Hat CVE Details and Red Hat Bugzilla ID 2245663.

Detection Methods for CVE-2023-5633

Indicators of Compromise

  • Unexpected kernel crashes or panics related to the vmwgfx driver module
  • Anomalous memory access patterns in kernel logs associated with graphics subsystem operations
  • Suspicious privilege changes for local user accounts without corresponding administrative actions
  • Kernel oops messages referencing freed memory in vmwgfx code paths

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for use-after-free warnings or vmwgfx driver errors
  • Deploy kernel-level monitoring tools to detect abnormal memory access patterns in graphics driver operations
  • Implement file integrity monitoring on critical system binaries to detect post-exploitation modifications
  • Use behavioral analysis to identify unusual process privilege transitions

Monitoring Recommendations

  • Enable audit logging for system calls related to graphics device interactions
  • Configure SIEM rules to alert on kernel panic events in VMware guest environments
  • Monitor for unauthorized loading or unloading of kernel modules
  • Track user privilege escalation events and correlate with graphics driver activity

How to Mitigate CVE-2023-5633

Immediate Actions Required

  • Apply available kernel patches from your Linux distribution vendor immediately
  • If patching is not immediately possible, disable VMware 3D acceleration as a temporary mitigation
  • Restrict local access to systems running vulnerable kernel versions
  • Implement the principle of least privilege to limit potential attacker capabilities

Patch Information

Red Hat has released security advisories addressing this vulnerability across multiple product versions:

  • RHSA-2024:0113 - Security update for kernel
  • RHSA-2024:0134 - Security update for kernel
  • RHSA-2024:0461 - Security update for kernel
  • RHSA-2024:1404 - Security update for kernel
  • RHSA-2024:4823 - Security update for kernel
  • RHSA-2024:4831 - Security update for kernel

Consult your specific Red Hat Enterprise Linux version to determine the appropriate patch. For upstream Linux kernels, the fix is included in kernel version 6.6 and later.

Workarounds

  • Disable VMware 3D acceleration in the virtual machine settings until patches can be applied
  • Blacklist the vmwgfx kernel module if 3D graphics functionality is not required
  • Limit local user access to affected systems to trusted personnel only
  • Consider migrating workloads to patched systems or alternative virtualization platforms temporarily
bash
# Disable vmwgfx module (temporary workaround)
echo "blacklist vmwgfx" | sudo tee /etc/modprobe.d/blacklist-vmwgfx.conf
sudo update-initramfs -u
# Reboot required for changes to take effect

# Verify module is not loaded after reboot
lsmod | grep vmwgfx

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • Red Hat Security Advisory RHSA-2024:0113

  • Red Hat Security Advisory RHSA-2024:0134

  • Red Hat Security Advisory RHSA-2024:0461

  • Red Hat Security Advisory RHSA-2024:1404

  • Red Hat Security Advisory RHSA-2024:4823

  • Red Hat Security Advisory RHSA-2024:4831

  • Red Hat CVE-2023-5633 Details
  • Vendor Resources
  • Red Hat Bugzilla ID 2245663
  • Related CVEs
  • CVE-2026-31411: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23438: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23439: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23437: Linux Kernel Privilege Escalation Flaw
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