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

CVE-2022-3103: Linux Kernel Buffer Overflow Vulnerability

CVE-2022-3103 is a buffer overflow flaw in the Linux Kernel's io_uring module caused by an off-by-one error. This vulnerability can lead to system crashes or unauthorized access. Learn about affected versions and mitigation.

Published: February 18, 2026

CVE-2022-3103 Overview

CVE-2022-3103 is an off-by-one vulnerability in the Linux Kernel's io_uring module. This boundary condition error (CWE-193) occurs when the module incorrectly calculates array boundaries, potentially allowing an attacker with local access to corrupt memory or escalate privileges on affected systems.

The io_uring subsystem is a high-performance asynchronous I/O interface introduced in Linux Kernel 5.1, designed to reduce system call overhead for I/O operations. Due to its complexity and privileged nature, vulnerabilities in this module can have significant security implications.

Critical Impact

Local attackers with low privileges can potentially achieve high impact on confidentiality, integrity, and availability of affected Linux systems through exploitation of this off-by-one vulnerability.

Affected Products

  • Linux Kernel 6.0-rc3
  • linux linux_kernel

Discovery Timeline

  • 2022-09-26 - CVE CVE-2022-3103 published to NVD
  • 2025-05-21 - Last updated in NVD database

Technical Details for CVE-2022-3103

Vulnerability Analysis

This vulnerability is classified as an off-by-one error (CWE-193), a type of boundary condition flaw where a loop iterates one time too many or too few. In the context of the io_uring module, this error occurs during buffer or array index calculations within the kernel's asynchronous I/O handling code.

The io_uring interface provides shared memory ring buffers between user space and kernel space for efficient I/O request submission and completion. An off-by-one error in this context could allow an attacker to read or write one element beyond the intended boundary of an array or buffer structure.

Since the vulnerability requires local access but only low privileges, it represents a significant threat for systems with multiple users or containerized environments where privilege boundaries are critical.

Root Cause

The root cause is an off-by-one error (CWE-193) in the io_uring module's boundary calculations. This type of flaw typically arises from incorrect loop termination conditions, miscalculated array indices, or improper buffer size validation. The error allows access to memory one position beyond the intended boundary, which can corrupt adjacent data structures or leak sensitive information.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the target system with low privileges. Exploitation does not require user interaction. An attacker would typically:

  1. Prepare a malformed io_uring request designed to trigger the off-by-one condition
  2. Submit the request through the io_uring_enter() system call
  3. Trigger the boundary miscalculation to corrupt kernel memory
  4. Leverage the memory corruption for privilege escalation or information disclosure

The vulnerability affects systems running Linux Kernel 6.0-rc3 where unprivileged users have access to the io_uring interface.

Detection Methods for CVE-2022-3103

Indicators of Compromise

  • Unusual kernel crashes or panics related to io_uring operations
  • Unexpected privilege escalation events from low-privileged user accounts
  • Suspicious system call patterns involving io_uring_setup() and io_uring_enter()

Detection Strategies

  • Monitor for kernel oops or panic messages containing references to io_uring functions
  • Implement system call auditing to track io_uring_setup() and io_uring_enter() usage
  • Deploy kernel integrity monitoring to detect unauthorized memory modifications
  • Use security tools capable of detecting anomalous kernel behavior patterns

Monitoring Recommendations

  • Enable kernel auditing with focus on io_uring-related system calls
  • Configure syslog monitoring for kernel warnings and errors related to memory corruption
  • Implement runtime kernel exploit detection mechanisms
  • Monitor for processes attempting to access io_uring with unusual parameters

How to Mitigate CVE-2022-3103

Immediate Actions Required

  • Update affected Linux systems to a kernel version beyond 6.0-rc3 that contains the fix
  • If patching is not immediately possible, consider disabling io_uring for unprivileged users
  • Review system access to limit local attack surface
  • Monitor affected systems for signs of exploitation

Patch Information

The fix for this vulnerability is available in Linux Kernel releases following version 6.0-rc3. System administrators should update to the latest stable kernel release that includes the security fix. For reference, the Linux Kernel v6.0-rc3 release can be found on GitHub.

Verify your current kernel version using uname -r and consult your distribution's security advisories for specific patch availability.

Workarounds

  • Restrict access to io_uring by setting kernel.io_uring_disabled sysctl parameter
  • Limit local user access to reduce the attack surface for local exploitation
  • Implement mandatory access control (SELinux/AppArmor) policies to restrict io_uring usage
bash
# Disable io_uring for unprivileged users (Linux 5.12+)
echo 2 > /proc/sys/kernel/io_uring_disabled

# Make the setting persistent
echo "kernel.io_uring_disabled = 2" >> /etc/sysctl.conf
sysctl -p

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

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.07%

  • 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-193
  • Technical References
  • GitHub Linux Release v6.0-rc3
  • Related CVEs
  • CVE-2026-31484: Linux Kernel Buffer Overflow Vulnerability

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

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

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