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

CVE-2022-28893: Linux Kernel Use-After-Free Vulnerability

CVE-2022-28893 is a use-after-free flaw in the Linux kernel SUNRPC subsystem affecting versions through 5.17.2. The vulnerability allows premature memory deallocation before socket state verification. This article covers technical details, affected versions, impact assessment, and available mitigation strategies.

Published: February 17, 2026

CVE-2022-28893 Overview

CVE-2022-28893 is a use-after-free vulnerability in the SUNRPC subsystem of the Linux kernel through version 5.17.2. The vulnerability occurs when the xs_xprt_free function is called before ensuring that sockets are in the intended state, leading to potential memory corruption and exploitation scenarios.

Critical Impact

Local attackers with low privileges can exploit this use-after-free condition to potentially achieve arbitrary code execution, information disclosure, or cause denial of service on affected Linux systems and NetApp appliances.

Affected Products

  • Linux Kernel (through version 5.17.2)
  • NetApp SolidFire, Enterprise SDS & HCI Storage Node
  • NetApp SolidFire & HCI Management Node
  • NetApp HCI Compute Node
  • NetApp H300S, H500S, H700S Storage Systems
  • NetApp H300E, H500E, H700E Storage Systems
  • NetApp H410S, H410C Storage Systems
  • Debian Linux 11.0

Discovery Timeline

  • April 11, 2022 - CVE-2022-28893 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-28893

Vulnerability Analysis

This use-after-free vulnerability (CWE-416) resides in the Linux kernel's SUNRPC (Sun Remote Procedure Call) subsystem, which provides the foundation for NFS (Network File System) communications. The flaw allows memory that has been freed to be accessed again, creating a dangerous condition where the contents of the freed memory region may have been reallocated for other purposes.

The vulnerability requires local access to exploit, meaning an attacker must have existing access to the target system. However, only low privileges are required, and no user interaction is necessary for exploitation. Successful exploitation can result in complete compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of this vulnerability is improper synchronization in the SUNRPC transport layer. The xs_xprt_free function is responsible for freeing RPC transport resources, including socket structures. However, the function may be invoked while sockets are still in an active or pending state, leading to a race condition where the socket memory is freed while still being referenced by other parts of the kernel. This creates a classic use-after-free scenario where subsequent access to the freed memory can corrupt kernel data structures or allow controlled exploitation.

Attack Vector

The attack vector for CVE-2022-28893 is local, requiring an authenticated attacker with low-level privileges on the target system. Exploitation involves triggering the race condition in the SUNRPC subsystem through carefully timed operations that cause xs_xprt_free to be called while socket operations are still in progress.

The vulnerability can be triggered through NFS-related operations where RPC connections are established and torn down. An attacker could manipulate the timing of these operations to cause the premature freeing of socket structures, then leverage the dangling reference to overwrite freed memory with controlled data. This could lead to privilege escalation, kernel code execution, or system crashes.

Detection Methods for CVE-2022-28893

Indicators of Compromise

  • Unexpected kernel crashes or panics related to SUNRPC or NFS subsystems
  • Memory corruption errors in kernel logs referencing xs_xprt_free or related RPC transport functions
  • Unusual NFS-related system calls from unprivileged processes
  • Kernel oops messages indicating use-after-free conditions in networking code

Detection Strategies

  • Monitor kernel logs (dmesg, /var/log/kern.log) for SUNRPC-related errors or memory corruption warnings
  • Deploy kernel runtime protection tools that can detect use-after-free exploitation attempts
  • Implement system call monitoring to identify suspicious patterns of NFS/RPC operations from low-privileged users
  • Use kernel address sanitizer (KASAN) in development environments to detect memory safety violations

Monitoring Recommendations

  • Enable enhanced kernel logging for the SUNRPC subsystem to capture detailed error information
  • Configure audit rules to monitor access to NFS-related system resources by non-privileged accounts
  • Implement real-time kernel integrity monitoring to detect potential exploitation attempts
  • Review system logs regularly for patterns indicating attempted privilege escalation

How to Mitigate CVE-2022-28893

Immediate Actions Required

  • Update the Linux kernel to a patched version that addresses the use-after-free condition in xs_xprt_free
  • Apply vendor-specific patches from NetApp and Debian for affected products and distributions
  • Restrict local access to systems where kernel updates cannot be immediately applied
  • Consider disabling NFS services on systems where they are not required until patches can be deployed

Patch Information

The vulnerability has been addressed in the upstream Linux kernel. The fix is available in the Linux kernel git repository with commit ID 1a3b1bba7c7a5eb8a11513cf88427cb9d77bc60a. The patch ensures proper socket state validation before calling the free function, preventing the race condition that leads to use-after-free.

For distribution-specific updates, refer to Debian Security Advisory DSA-5161 and NetApp Security Advisory NTAP-20220526-0002.

Workarounds

  • Limit local shell access to trusted users only on systems running vulnerable kernel versions
  • Apply mandatory access control policies (SELinux, AppArmor) to restrict NFS and RPC-related operations
  • Consider using kernel live patching solutions if available to apply fixes without system reboots
  • Monitor for and immediately investigate any unusual behavior in the SUNRPC subsystem
bash
# Check current kernel version for vulnerability
uname -r

# Check if SUNRPC module is loaded
lsmod | grep sunrpc

# View available kernel updates (Debian/Ubuntu)
apt list --upgradable | grep linux-image

# Apply kernel updates (Debian/Ubuntu)
sudo apt update && sudo apt upgrade linux-image-$(uname -r)

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.03%

  • 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-416
  • Technical References
  • NetApp Security Advisory NTAP-20220526-0002

  • Debian Security Advisory DSA-5161
  • Vendor Resources
  • Openwall OSS Security Notice

  • Openwall OSS Security Notice

  • Openwall OSS Security Notice

  • Linux Kernel Commit Update
  • Related CVEs
  • CVE-2026-31475: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31469: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31457: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-31444: Linux Kernel Use-After-Free 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