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

CVE-2022-21385: Oracle Linux Kernel DoS Vulnerability

CVE-2022-21385 is a denial of service flaw in Oracle Linux kernels that allows unprivileged local users to crash the system. This article covers the technical details, affected versions, impact analysis, and mitigation.

Published: February 11, 2026

CVE-2022-21385 Overview

A flaw exists in the net_rds_alloc_sgs() function within Oracle Linux kernels that allows unprivileged local users to crash the system. This kernel vulnerability affects the Reliable Datagram Sockets (RDS) subsystem, which is used for high-performance, low-latency messaging between nodes in a cluster environment. When exploited, this vulnerability can cause a denial of service condition, rendering the affected system unavailable.

Critical Impact

Unprivileged local users can trigger a system crash, causing complete denial of service on Oracle Linux systems without requiring any user interaction.

Affected Products

  • Oracle Linux (all versions using vulnerable kernel)

Discovery Timeline

  • 2022-08-29 - CVE CVE-2022-21385 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-21385

Vulnerability Analysis

The vulnerability resides in the net_rds_alloc_sgs() function within the Linux kernel's RDS (Reliable Datagram Sockets) implementation. RDS is a high-speed, reliable, connection-oriented protocol designed for Oracle's cluster interconnect requirements.

The flaw allows an unprivileged local user to trigger a condition that leads to a system crash. The attack can be executed locally without requiring any privileges or user interaction, making it relatively easy to exploit once an attacker has local access to the system. The impact is limited to availability—there is no compromise of confidentiality or integrity, but the denial of service can disrupt critical business operations running on affected Oracle Linux systems.

Root Cause

The root cause lies in improper handling within the net_rds_alloc_sgs() function in the RDS protocol implementation. The function fails to properly validate or handle certain conditions, allowing an attacker to trigger a crash scenario. This represents an input validation or resource handling issue in kernel-level code that processes RDS socket operations.

Attack Vector

The attack vector is local, meaning an attacker must have local access to the target system. The attack requires:

  1. Local access to an Oracle Linux system with a vulnerable kernel
  2. The ability to execute code (no special privileges required)
  3. No user interaction is necessary

An attacker can craft specific RDS socket operations that trigger the flaw in net_rds_alloc_sgs(), causing the kernel to crash and the system to become unavailable. The vulnerability manifests when the kernel processes certain RDS-related operations that invoke the flawed function. Detailed technical information about the specific exploitation mechanism can be found in the Linux Kernel Commit that addresses this issue.

Detection Methods for CVE-2022-21385

Indicators of Compromise

  • Unexpected system crashes or kernel panics on Oracle Linux systems
  • System logs showing RDS-related errors or crashes in net_rds_alloc_sgs()
  • Unusual activity involving RDS socket operations from non-privileged users
  • Repeated reboots or system instability without apparent cause

Detection Strategies

  • Monitor kernel logs for crash signatures related to RDS subsystem or net_rds_alloc_sgs() function
  • Implement system call auditing to track RDS socket operations performed by unprivileged users
  • Deploy endpoint detection solutions that can identify kernel-level anomalies and crash patterns
  • Use SentinelOne's behavioral analysis to detect unusual local user activity targeting kernel subsystems

Monitoring Recommendations

  • Enable comprehensive kernel logging to capture crash details and stack traces
  • Configure alerting for unexpected system reboots or kernel panic events
  • Monitor for processes attempting to interact with RDS sockets, especially from non-root users
  • Implement file integrity monitoring on kernel modules and system binaries

How to Mitigate CVE-2022-21385

Immediate Actions Required

  • Apply the latest Oracle Linux kernel updates that contain the fix for CVE-2022-21385
  • Restrict local system access to only trusted and necessary users
  • Monitor systems for signs of exploitation attempts targeting the RDS subsystem
  • Consider disabling the RDS kernel module if not required for cluster operations

Patch Information

Oracle has addressed this vulnerability through kernel updates. The fix has been committed to the upstream Linux kernel with commit ID ea010070d0a7497253d5a6f919f6dd107450b31a. Organizations running Oracle Linux should apply the latest available kernel packages that include this fix. Refer to the Linux Kernel Commit for technical details on the patch.

Workarounds

  • Disable the RDS kernel module if it is not required for your environment using modprobe -r rds or by blacklisting it
  • Restrict local user access to minimize the attack surface
  • Implement network segmentation to limit exposure of affected systems
  • Use containerization or virtualization to isolate critical workloads from potentially compromised systems
bash
# Disable RDS kernel module (if not needed)
modprobe -r rds

# Blacklist RDS module to prevent loading at boot
echo "blacklist rds" >> /etc/modprobe.d/blacklist.conf

# Verify RDS module is not loaded
lsmod | grep rds

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOracle Linux

  • SeverityMEDIUM

  • CVSS Score6.2

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Linux Kernel Commit
  • Related CVEs
  • CVE-2022-21505: Oracle Linux 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