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
    • 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-2021-23133

CVE-2021-23133: Linux Kernel SCTP Privilege Escalation

CVE-2021-23133 is a race condition privilege escalation vulnerability in Linux Kernel SCTP sockets allowing attackers to gain root access. This article covers technical details, affected versions, and mitigations.

Updated: May 16, 2026

CVE-2021-23133 Overview

CVE-2021-23133 is a race condition vulnerability in the Linux kernel's Stream Control Transmission Protocol (SCTP) socket implementation (net/sctp/socket.c). The flaw exists in kernel versions before 5.12-rc8 and can be exploited to escalate privileges from a network service context or an unprivileged process to root. The root cause is that sctp_destroy_sock is called without holding sock_net(sk)->sctp.addr_wq_lock, allowing an element to be removed from the auto_asconf_splist list without proper locking. The vulnerability is classified as a race condition flaw [CWE-362] affecting the Linux kernel and downstream distributions including Fedora, Debian, NetApp appliances, and Broadcom Brocade Fabric OS.

Critical Impact

Local attackers with network service privileges or, under specific BPF cgroup configurations, unprivileged users can escalate to root by triggering the unlocked list manipulation in sctp_destroy_sock.

Affected Products

  • Linux kernel versions before 5.12-rc8
  • Fedora 32, 33, and 34; Debian Linux 9.0
  • NetApp SolidFire/HCI Management Node, Cloud Backup, H-series firmware (H300S, H500S, H700S, H410S, H300E, H500E, H700E, H410C), SolidFire Baseboard Management Controller, and Broadcom Brocade Fabric Operating System

Discovery Timeline

  • 2021-04-22 - CVE-2021-23133 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-23133

Vulnerability Analysis

The Linux kernel implements SCTP, a transport-layer protocol that supports auto-asconf address reconfiguration. Each SCTP socket with auto-asconf enabled is tracked on a per-net-namespace linked list called auto_asconf_splist. Insertion and removal from this list must be serialized using the sctp.addr_wq_lock spinlock to preserve list integrity across concurrent operations.

The destructor function sctp_destroy_sock removed the socket from auto_asconf_splist without acquiring addr_wq_lock. When socket destruction races with concurrent list operations, the unlocked unlink corrupts list pointers. An attacker who controls the timing can convert this corruption into a use-after-free condition affecting kernel memory, leading to kernel-mode code execution and privilege escalation to root.

Root Cause

The defect is a synchronization failure [CWE-362]. The sctp_destroy_sock path performed list manipulation against auto_asconf_splist without holding the lock that other writers respect. The upstream fix, committed as b166a20b07382b8bc1dcee2a448715c9c2c81b5b, moves the list removal under proper locking and restructures destruction ordering to eliminate the race window.

Attack Vector

Exploitation requires local access and the ability to create SCTP sockets. The standard path requires CAP_NET_ADMIN or equivalent network service privileges to create and tear down SCTP sockets at high frequency. A secondary unprivileged path exists when a BPF_CGROUP_INET_SOCK_CREATE program is attached and denies creation of an SCTP socket, because the failure path still invokes sctp_destroy_sock. An attacker triggers concurrent SCTP socket creation and destruction to race the unprotected list unlink, corrupt the auto_asconf_splist structure, and pivot the corruption into a kernel control-flow hijack. No verified public exploit code is available; the vulnerability is described in prose based on the upstream patch and Openwall oss-security discussion threads from April and May 2021.

Detection Methods for CVE-2021-23133

Indicators of Compromise

  • Unexpected kernel oops or general protection faults referencing sctp_destroy_sock, auto_asconf_splist, or SCTP list traversal functions in dmesg or /var/log/kern.log.
  • Processes with limited privileges spawning shells or executing commands as UID 0 shortly after generating high volumes of SCTP socket activity.
  • Unusual socket(AF_INET, SOCK_STREAM, IPPROTO_SCTP) syscall bursts from non-network services or unprivileged users.

Detection Strategies

  • Audit kernel logs for SCTP-related crashes, slab corruption warnings, or list debug asserts on systems where lib/list_debug.c checks are enabled.
  • Use auditd rules to record socket() syscalls with IPPROTO_SCTP (protocol 132) and correlate with process privilege transitions.
  • Hunt for attached BPF_CGROUP_INET_SOCK_CREATE programs that deny SCTP socket creation, since this enables the unprivileged exploitation path.

Monitoring Recommendations

  • Enable kernel lockdep and KASAN on test systems to surface race conditions and memory corruption tied to SCTP destruction paths.
  • Forward kernel ring buffer and audit logs to a centralized analytics platform and alert on SCTP-related faults paired with subsequent privilege escalation events.
  • Track installed kernel package versions across the fleet and flag hosts running kernels older than the distribution-supplied fix.

How to Mitigate CVE-2021-23133

Immediate Actions Required

  • Update the Linux kernel to 5.12-rc8 or later, or apply the distribution backport that incorporates commit b166a20b07382b8bc1dcee2a448715c9c2c81b5b.
  • Apply vendor patches from the Debian LTS announcement, Fedora package updates, and the NetApp Security Advisory NTAP-20210611-0008.
  • Reboot affected hosts after patching, since live kernel changes are required to remove the vulnerable code path.

Patch Information

The upstream fix landed in the Linux kernel mainline as commit b166a20b07382b8bc1dcee2a448715c9c2c81b5b, shipped in 5.12-rc8. Distribution backports are available from Debian, Fedora, NetApp, and Broadcom. Additional context is published on the Openwall oss-security list.

Workarounds

  • Blacklist the sctp kernel module on systems that do not require SCTP, preventing the vulnerable code from being loaded.
  • Remove or audit any BPF_CGROUP_INET_SOCK_CREATE programs that deny SCTP socket creation to close the unprivileged exploitation path until patches are applied.
  • Restrict CAP_NET_ADMIN and SCTP socket creation to trusted services using seccomp or LSM policies.
bash
# Blacklist the SCTP module to mitigate exposure until patched
echo "install sctp /bin/true" | sudo tee /etc/modprobe.d/disable-sctp.conf
sudo rmmod sctp 2>/dev/null || true

# Verify installed kernel version meets the fix level
uname -r

# Debian/Ubuntu: apply updates
sudo apt-get update && sudo apt-get install --only-upgrade linux-image-$(uname -r | sed 's/.*-//')

# Fedora: apply updates
sudo dnf update kernel

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-362
  • Technical References
  • Fedora Package Announcement CUX2CA63453

  • Fedora Package Announcement PAEQ3H6H

  • Fedora Package Announcement XZASHZVCOF

  • NetApp Security Advisory NTAP-20210611-0008
  • Vendor Resources
  • Openwall OSS Security Discussion 1

  • Openwall OSS Security Discussion 2

  • Openwall OSS Security Discussion 3

  • Openwall OSS Security Discussion 4

  • Linux Kernel Commit b166a20

  • Debian LTS Security Announcement 19

  • Debian LTS Security Announcement 20

  • Openwall OSS Security Discussion 2 (April 18)
  • Related CVEs
  • CVE-2026-43332: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43344: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43306: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43351: Linux Kernel 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