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-2022-0494

CVE-2022-0494: Linux Kernel Information Disclosure Flaw

CVE-2022-0494 is an information disclosure vulnerability in the Linux Kernel's SCSI ioctl function that allows privileged local attackers to leak sensitive kernel data. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 17, 2026

CVE-2022-0494 Overview

A kernel information leak vulnerability was discovered in the scsi_ioctl function located in drivers/scsi/scsi_ioctl.c within the Linux kernel. This flaw enables a local attacker who possesses special user privileges (specifically CAP_SYS_ADMIN or CAP_SYS_RAWIO capabilities) to extract sensitive kernel memory information, creating potential confidentiality issues.

Critical Impact

Privileged local attackers can leverage this information disclosure vulnerability to leak sensitive kernel memory contents, potentially exposing kernel addresses or other security-sensitive data that could aid in further exploitation attempts.

Affected Products

  • Linux Kernel versions prior to 5.17 (including release candidates 5.17-rc1 through 5.17-rc4)
  • Debian Linux 9.0 (Stretch)
  • Debian Linux 10.0 (Buster)
  • Debian Linux 11.0 (Bullseye)

Discovery Timeline

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

Technical Details for CVE-2022-0494

Vulnerability Analysis

This vulnerability represents an information disclosure flaw within the Linux kernel's SCSI subsystem. The issue stems from improper handling of memory in the scsi_ioctl function, which processes SCSI generic ioctl commands. When a privileged user invokes specific SCSI ioctl operations, the kernel may inadvertently expose uninitialized memory contents back to userspace.

The vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) and CWE-908 (Use of Uninitialized Resource), indicating that the root cause involves uninitialized memory being returned to the caller without proper sanitization.

While the attack requires local access and elevated privileges (CAP_SYS_ADMIN or CAP_SYS_RAWIO), successful exploitation can compromise the confidentiality of kernel memory. This type of information leak is particularly concerning as it may reveal kernel address space layout information (KASLR bypass), cryptographic keys, or other sensitive data resident in kernel memory.

Root Cause

The vulnerability originates from improper initialization of memory buffers within the scsi_ioctl function in drivers/scsi/scsi_ioctl.c. When handling certain SCSI ioctl requests, the function fails to properly zero or initialize memory structures before copying them back to userspace. This results in stale or uninitialized kernel memory contents being exposed to the calling process.

The use of uninitialized resources (CWE-908) combined with the subsequent information exposure (CWE-200) creates a scenario where privileged attackers can systematically extract kernel memory information through repeated ioctl calls.

Attack Vector

The attack requires local access to the system and specific Linux capabilities (CAP_SYS_ADMIN or CAP_SYS_RAWIO). An attacker with these privileges can:

  1. Open a SCSI device file (typically /dev/sg* or similar)
  2. Issue specially crafted ioctl calls to the device
  3. Read the response buffers which may contain uninitialized kernel memory
  4. Analyze the leaked data for sensitive information such as kernel pointers or memory layout details

The vulnerability is exploited through standard SCSI generic ioctl interfaces. While the privilege requirements limit the attack surface, compromised services running with SCSI device access or containerized environments with raw device access could be targeted. The leaked information could facilitate additional attacks such as KASLR bypasses or privilege escalation exploits.

Detection Methods for CVE-2022-0494

Indicators of Compromise

  • Unusual or excessive ioctl system calls to SCSI device files (/dev/sg*, /dev/sd*)
  • Processes with CAP_SYS_ADMIN or CAP_SYS_RAWIO capabilities making repeated SCSI generic device operations
  • Suspicious access patterns to SCSI generic device nodes from non-standard processes

Detection Strategies

  • Monitor system call activity for ioctl operations targeting SCSI device files, particularly from unexpected processes
  • Implement audit rules using auditd to track access to /dev/sg* devices and SG_IO ioctl requests
  • Deploy kernel-level monitoring to detect patterns consistent with information leak exploitation attempts
  • Use SentinelOne Singularity platform to identify anomalous kernel-level activity and suspicious process behaviors

Monitoring Recommendations

  • Configure audit logging for all SCSI device access using Linux Audit Framework (auditctl)
  • Monitor for processes acquiring CAP_SYS_ADMIN or CAP_SYS_RAWIO capabilities unexpectedly
  • Review kernel logs for SCSI subsystem errors or anomalies that may indicate exploitation attempts
  • Implement file integrity monitoring on SCSI device nodes to detect unauthorized access patterns

How to Mitigate CVE-2022-0494

Immediate Actions Required

  • Update affected Linux kernel installations to patched versions (5.17 or later with the fix applied)
  • Apply vendor-specific security updates from Debian or your Linux distribution
  • Review and restrict CAP_SYS_ADMIN and CAP_SYS_RAWIO capabilities to only essential processes
  • Audit systems to identify processes with unnecessary SCSI device access permissions

Patch Information

The vulnerability has been addressed in the Linux kernel. Security advisories and patches are available from multiple sources:

  • Red Hat Bug Report #2039448 - Red Hat tracking and analysis
  • Kernel Mailing List Discussion - Original patch discussion
  • Debian Security Advisory DSA-5161 - Debian stable security update
  • Debian Security Advisory DSA-5173 - Additional Debian security update
  • Debian LTS Announcement July 2022 - Debian LTS security update

Organizations should apply the appropriate kernel updates from their distribution vendor to remediate this vulnerability.

Workarounds

  • Restrict access to SCSI device nodes using file permissions or ACLs to minimize the attack surface
  • Remove CAP_SYS_ADMIN and CAP_SYS_RAWIO capabilities from non-essential processes using capability bounding sets
  • Use container security policies to prevent raw device access where SCSI operations are not required
  • Implement mandatory access control (SELinux/AppArmor) policies to limit SCSI device access to trusted applications
bash
# Restrict SCSI generic device access
chmod 600 /dev/sg*

# Audit SCSI device access
auditctl -w /dev/sg0 -p rw -k scsi_device_access

# Drop capabilities for a process using setcap (if applicable)
setcap -r /path/to/binary

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • CWE-908
  • Technical References
  • Red Hat Bug Report #2039448

  • Debian LTS Announcement July 2022

  • Kernel Mailing List Discussion

  • Debian Security Advisory DSA-5161

  • Debian Security Advisory DSA-5173
  • Related CVEs
  • CVE-2026-23430: Linux Kernel Memory Leak Vulnerability

  • CVE-2026-23465: Linux Kernel Btrfs Logging Vulnerability

  • CVE-2026-23421: Linux Kernel Information Disclosure Flaw

  • CVE-2026-23303: Linux Kernel Information Disclosure 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