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

CVE-2022-4662: Linux Kernel USB Core DoS Vulnerability

CVE-2022-4662 is a denial of service flaw in the Linux Kernel USB core subsystem caused by incorrect access control. Local users can exploit this to crash the system. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 17, 2026

CVE-2022-4662 Overview

A flaw involving incorrect access control in the Linux kernel USB core subsystem was discovered in the way users attach USB devices. This vulnerability allows a local user to crash the system, resulting in a denial of service condition. The issue stems from improper handling of USB device attachment operations, which can be exploited by an authenticated local attacker to destabilize the system.

Critical Impact

Local users can leverage this USB core subsystem flaw to cause a system crash, leading to denial of service affecting system availability.

Affected Products

  • Linux Kernel (multiple versions)
  • Linux Kernel 6.0-rc1
  • Linux Kernel 6.0-rc2
  • Linux Kernel 6.0-rc3

Discovery Timeline

  • 2022-12-22 - CVE CVE-2022-4662 published to NVD
  • 2025-04-09 - Last updated in NVD database

Technical Details for CVE-2022-4662

Vulnerability Analysis

This vulnerability is classified under CWE-455 (Non-exit on Failed Initialization), which occurs when the software fails to properly handle initialization failures. In the context of the Linux kernel USB core subsystem, the flaw manifests during USB device attachment operations where incorrect access control mechanisms allow unprivileged local users to trigger conditions that lead to system instability.

The vulnerability requires local access to the system and low privileges to exploit. While it does not impact confidentiality or integrity, the availability impact is significant as successful exploitation results in a complete system crash. The attack does not require user interaction and operates within unchanged scope boundaries.

Root Cause

The root cause lies in the incorrect access control implementation within the Linux kernel's USB core subsystem. When a user attaches a USB device, the kernel fails to properly validate and enforce access controls, allowing malformed or malicious device attachment requests to propagate through the subsystem. This improper initialization handling (CWE-455) ultimately triggers a kernel panic or system crash.

Attack Vector

The attack is performed locally by an authenticated user with low privileges. The attacker must have physical or logical access to the system to trigger the USB device attachment flow. The exploitation does not require any special user interaction beyond the attacker initiating the attack.

The vulnerability can be triggered through the USB device attachment mechanism. When the USB core subsystem receives a device attachment request, it processes the request without adequate access control validation. A local attacker can craft specific USB attachment operations that exploit this validation gap, causing the kernel to enter an unstable state and crash. For detailed technical analysis of the vulnerability mechanism, refer to the Kernel Mailing List Discussion.

Detection Methods for CVE-2022-4662

Indicators of Compromise

  • Unexpected system crashes or kernel panics coinciding with USB device activity
  • Kernel log entries showing errors or warnings in the USB core subsystem (usb_core)
  • Multiple system reboots without clear cause, particularly on systems with active USB device connections
  • Crash dumps indicating failures in USB-related kernel functions

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for USB core subsystem errors and access control failures
  • Implement system crash monitoring and alerting for unplanned reboots
  • Deploy kernel auditing rules to track USB device attachment events and flag anomalous patterns
  • Use SentinelOne's kernel-level visibility to detect suspicious USB subsystem interactions

Monitoring Recommendations

  • Enable detailed kernel logging for USB subsystem events using usbcore.autosuspend=-1 and debug parameters
  • Configure crash dump collection (kdump) to capture kernel state for post-incident analysis
  • Implement real-time monitoring of system stability metrics and USB device enumeration logs
  • Review authentication logs to identify users performing unusual USB device operations

How to Mitigate CVE-2022-4662

Immediate Actions Required

  • Update the Linux kernel to the latest patched version from your distribution vendor
  • Restrict local access to systems to only trusted users
  • Consider disabling USB support on critical systems where USB functionality is not required
  • Monitor for kernel patches addressing the USB core subsystem access control flaw

Patch Information

Users should update their Linux kernel to versions that include the fix for this USB core subsystem vulnerability. Consult your Linux distribution's security advisory pages for specific patched kernel versions. The issue was discussed on the Linux Kernel Mailing List, which provides additional context on the remediation.

Workarounds

  • Disable USB support at the kernel level if USB functionality is not essential for system operation
  • Implement strict access controls to limit which users can access USB subsystem interfaces
  • Use udev rules to restrict USB device attachment to authorized devices only
  • Deploy physical USB port blocking on sensitive systems to prevent unauthorized device connections
bash
# Configuration example - Disable USB storage (partial mitigation)
echo "blacklist usb-storage" >> /etc/modprobe.d/blacklist-usb.conf

# Restrict USB device access through udev rules
echo 'SUBSYSTEM=="usb", ATTR{authorized_default}="0"' > /etc/udev/rules.d/99-usb-restrict.rules

# Reload udev rules
udevadm control --reload-rules && udevadm trigger

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-455
  • Technical References
  • Kernel Mailing List Discussion

  • Kernel Mailing List Message
  • Related CVEs
  • CVE-2026-31465: Linux Kernel Writeback DoS Vulnerability

  • CVE-2026-31472: Linux Kernel IPTFS DoS Vulnerability

  • CVE-2026-31451: Linux Kernel ext4 DOS Vulnerability

  • CVE-2026-31448: Linux Kernel ext4 DoS Vulnerability
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