Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2022-0330

CVE-2022-0330: Linux Kernel i915 Privilege Escalation

CVE-2022-0330 is a privilege escalation flaw in the Linux Kernel's i915 GPU driver that allows local attackers to gain elevated privileges or crash the system. This article covers technical details, affected versions, and mitigations.

Published: February 17, 2026

CVE-2022-0330 Overview

A random memory access flaw was found in the Linux kernel's GPU i915 kernel driver functionality in the way a user may run malicious code on the GPU. This flaw allows a local user to crash the system or escalate their privileges on the system. The vulnerability exists due to improper preservation of permissions (CWE-281) within the Intel i915 graphics driver, which is widely used in Intel integrated graphics hardware.

Critical Impact

Local privilege escalation and system crash capabilities affecting Linux kernel systems with Intel i915 GPU drivers, impacting enterprise Linux distributions, virtualization platforms, and NetApp storage appliances.

Affected Products

  • Linux Kernel (versions prior to 5.17 and including 5.17-rc1)
  • Red Hat Enterprise Linux 7.x and 8.x (including Desktop, Server, Workstation, and EUS variants)
  • Red Hat Virtualization 4.0 and Virtualization Host 4.0
  • Fedora 34 and 35
  • NetApp H-Series Storage Appliances (H300s, H500s, H700s, H300e, H500e, H700e, H410s, H410c)

Discovery Timeline

  • 2022-03-25 - CVE-2022-0330 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0330

Vulnerability Analysis

The vulnerability resides in the Linux kernel's i915 graphics driver, which handles Intel integrated GPU hardware. The flaw stems from improper preservation of permissions when processing GPU commands, allowing unauthorized memory access patterns that can be exploited by local users. When malicious code is executed on the GPU, the driver fails to properly validate memory access boundaries and permission contexts, resulting in random memory access that can be weaponized for privilege escalation or denial of service attacks.

The attack requires local access to the system, meaning an attacker must already have some level of access to the target machine. However, once local access is obtained, exploitation can lead to complete system compromise through kernel-level privilege escalation, or targeted denial of service through system crashes.

Root Cause

The root cause is classified as CWE-281 (Improper Preservation of Permissions). The i915 driver does not adequately preserve or check permission contexts when handling GPU memory operations. This allows user-space code running on the GPU to access memory regions that should be protected, bypassing the intended isolation between user-space and kernel-space memory. The permission preservation failure occurs during the execution of GPU commands, where the driver fails to maintain proper memory access controls throughout the command processing lifecycle.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the target system. The exploitation path involves:

  1. A local user submits specially crafted GPU commands through the i915 driver interface
  2. The driver processes these commands without properly preserving permission contexts
  3. The malicious GPU code gains access to arbitrary kernel memory locations
  4. The attacker can then either crash the system (denial of service) or manipulate kernel structures to escalate privileges

The attack complexity is low and does not require user interaction, making it particularly dangerous in multi-tenant environments or systems where local user access is available to potentially untrusted parties.

Detection Methods for CVE-2022-0330

Indicators of Compromise

  • Unexpected system crashes or kernel panics involving the i915 driver module
  • Unusual GPU memory allocation patterns or errors in kernel logs related to drm/i915
  • Evidence of privilege escalation attempts from low-privilege user accounts
  • Kernel oops messages referencing i915 driver functions in system logs

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for i915 driver errors or warnings indicating memory access violations
  • Implement auditd rules to track access to GPU device files (/dev/dri/*) from unprivileged processes
  • Deploy kernel-level monitoring to detect anomalous memory access patterns in the graphics subsystem
  • Use SentinelOne's kernel-level monitoring capabilities to detect exploitation attempts targeting GPU drivers

Monitoring Recommendations

  • Enable kernel auditing for DRM (Direct Rendering Manager) subsystem events
  • Configure alerting for unexpected i915 module errors or kernel panics
  • Monitor for unusual patterns of GPU resource utilization from non-graphical processes
  • Review system logs regularly for signs of privilege escalation attempts following GPU-related activities

How to Mitigate CVE-2022-0330

Immediate Actions Required

  • Apply the latest kernel updates from your Linux distribution vendor immediately
  • Review and restrict local user access to systems with Intel i915 graphics hardware
  • Consider disabling or limiting access to GPU functionality for untrusted local users where feasible
  • Implement defense-in-depth measures including SELinux/AppArmor policies to contain potential exploitation

Patch Information

Patches have been released by major Linux distributions and the upstream Linux kernel project. Red Hat has addressed this vulnerability across multiple Enterprise Linux versions including RHEL 7.x and 8.x variants. Fedora 34 and 35 users should update to the latest kernel packages. NetApp has released firmware updates for affected H-Series storage appliances.

For detailed patch information, consult the following resources:

  • Red Hat Bugzilla Report
  • NetApp Security Advisory
  • OpenWall OSS-Security Discussion

Workarounds

  • Restrict local user access to the system, limiting the attack surface for this local-only vulnerability
  • Use kernel module blacklisting to disable the i915 driver if Intel graphics are not required for system operation
  • Implement mandatory access control policies (SELinux, AppArmor) to limit GPU device access
  • Consider deploying systems without Intel integrated graphics in high-security environments until patches are applied
bash
# Blacklist i915 driver if Intel GPU is not required
echo "blacklist i915" >> /etc/modprobe.d/blacklist.conf
update-initramfs -u

# Restrict access to DRI devices (adjust permissions as needed)
chmod 660 /dev/dri/*
chown root:video /dev/dri/*

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.04%

  • 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-281
  • Technical References
  • OpenWall OSS-Security Discussion

  • Red Hat Bugzilla Report

  • NetApp Security Advisory

  • OpenWall OSS-Security Update
  • Related CVEs
  • CVE-2026-31413: Linux Kernel BPF Privilege Escalation

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

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

  • CVE-2026-23438: 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