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-2020-10711

CVE-2020-10711: Linux Kernel SELinux DOS Vulnerability

CVE-2020-10711 is a NULL pointer dereference flaw in the Linux kernel's SELinux subsystem that allows remote attackers to crash the system. This article covers the technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-10711 Overview

A NULL pointer dereference vulnerability was discovered in the Linux kernel's SELinux subsystem in versions before 5.7. This flaw occurs while importing the Commercial IP Security Option (CIPSO) protocol's category bitmap into the SELinux extensible bitmap via the ebitmap_netlbl_import routine. The vulnerability allows a remote network user to crash the system kernel, resulting in a denial of service condition.

Critical Impact

Remote attackers can exploit this NULL pointer dereference to crash the Linux kernel, causing system-wide denial of service without requiring authentication.

Affected Products

  • Linux Kernel (versions before 5.7)
  • Red Hat Enterprise Linux 6.0, 7.0, 8.0
  • Red Hat OpenStack 13
  • Red Hat Virtualization Host 4.0
  • Red Hat 3scale 2.0
  • Debian Linux 8.0, 9.0, 10.0
  • openSUSE Leap 15.1, 15.2
  • Canonical Ubuntu Linux 14.04 ESM, 16.04 ESM, 18.04 LTS, 19.10, 20.04 LTS

Discovery Timeline

  • May 12, 2020 - Vulnerability disclosed via OpenWall OSS Security Discussion
  • May 22, 2020 - CVE-2020-10711 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-10711

Vulnerability Analysis

This vulnerability exists in the SELinux network labeling subsystem's handling of CIPSO (Commercial IP Security Option) protocol data. The flaw is classified as CWE-476 (NULL Pointer Dereference) and allows remote network-based attacks with high complexity requirements.

The core issue lies in how the kernel processes CIPSO restricted bitmap tags. When the cipso_v4_parsetag_rbm routine processes an incoming CIPSO restricted bitmap tag, it incorrectly sets a security attribute flag indicating that a category bitmap is present, even when no memory has been allocated for this bitmap. Subsequently, when SELinux attempts to import this category bitmap through the ebitmap_netlbl_import routine, it dereferences the NULL pointer, causing a kernel panic.

Root Cause

The root cause is a logic error in the CIPSO tag parsing code where the category bitmap presence flag is set unconditionally during tag processing. The cipso_v4_parsetag_rbm function fails to properly validate that the category bitmap has been successfully allocated before setting the MLS_CAT security attribute flag. This creates a state inconsistency where SELinux's ebitmap_netlbl_import function expects valid bitmap data but receives a NULL pointer instead.

Attack Vector

The vulnerability can be exploited remotely over the network by sending specially crafted CIPSO-labeled IP packets to a vulnerable system. The attack does not require authentication or user interaction, though the attack complexity is considered high due to the specific network conditions required.

An attacker would craft network packets containing malformed CIPSO restricted bitmap tags designed to trigger the vulnerable code path. When the target kernel processes these packets and attempts to apply SELinux labeling, the NULL pointer dereference causes an immediate kernel panic, resulting in system crash and denial of service.

The exploitation requires:

  1. Network access to the target system
  2. SELinux and CIPSO/NetLabel functionality enabled on the target
  3. Crafted CIPSO packets with malformed restricted bitmap tags

Detection Methods for CVE-2020-10711

Indicators of Compromise

  • Unexpected system crashes or kernel panics on Linux systems with SELinux enabled
  • Kernel oops messages referencing ebitmap_netlbl_import or cipso_v4_parsetag_rbm functions
  • Network traffic containing unusual CIPSO-labeled IP packets
  • Repeated system reboots without apparent cause on network-facing servers

Detection Strategies

  • Monitor kernel logs for NULL pointer dereference messages in SELinux or NetLabel subsystems
  • Implement network intrusion detection rules for anomalous CIPSO protocol traffic
  • Deploy crash dump analysis to identify kernel panics originating from the SELinux bitmap handling code
  • Use SentinelOne's kernel-level monitoring to detect exploitation attempts targeting the SELinux subsystem

Monitoring Recommendations

  • Enable kernel crash dump collection to capture evidence of exploitation attempts
  • Configure network monitoring for unusual CIPSO-labeled traffic patterns
  • Monitor system availability and unexpected reboot events on SELinux-enabled systems
  • Implement alerting for kernel oops messages containing references to affected functions

How to Mitigate CVE-2020-10711

Immediate Actions Required

  • Update the Linux kernel to version 5.7 or later where the vulnerability has been patched
  • Apply vendor-specific security patches from your Linux distribution
  • Consider temporarily disabling CIPSO/NetLabel functionality if not required for operations
  • Implement network filtering to block potentially malicious CIPSO-labeled traffic at the perimeter

Patch Information

Security patches are available from multiple vendors:

  • Red Hat: Red Hat CVE Report
  • Debian: Debian Security Advisory #4698 and Debian Security Advisory #4699
  • Ubuntu: Multiple Ubuntu Security Notices including USN-4411-1, USN-4412-1, USN-4413-1, USN-4414-1, and USN-4419-1
  • openSUSE: Security announcements available via openSUSE Security Announcement
  • NetApp: NetApp Security Advisory

Workarounds

  • Disable CIPSO protocol support in the kernel if not required for your environment
  • Implement network-level filtering to drop CIPSO-labeled packets from untrusted sources
  • Use network segmentation to limit exposure of vulnerable systems to potential attack traffic
  • Consider disabling SELinux network labeling features temporarily until patches can be applied
bash
# Check current kernel version
uname -r

# For RHEL/CentOS systems, update kernel packages
yum update kernel

# For Debian/Ubuntu systems, update kernel packages
apt-get update && apt-get upgrade linux-image-$(uname -r)

# Verify SELinux status
sestatus

# To temporarily disable NetLabel CIPSO support (requires reboot)
# Add to kernel boot parameters: netlabel.cipso_v4=0

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.9

  • EPSS Probability5.44%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • openSUSE Security Announcement

  • openSUSE Security Announcement

  • Debian LTS Security Announcement

  • NetApp Security Advisory

  • Ubuntu Security Notice #4411

  • Ubuntu Security Notice #4412

  • Ubuntu Security Notice #4413

  • Ubuntu Security Notice #4414

  • Ubuntu Security Notice #4419

  • Debian Security Advisory #4698

  • Debian Security Advisory #4699
  • Vendor Resources
  • Red Hat CVE Report

  • OpenWall OSS Security Discussion
  • Related CVEs
  • CVE-2026-31418: Linux Kernel Netfilter IPset DoS Flaw

  • CVE-2026-31420: Linux Kernel Bridge MRP DoS Vulnerability

  • CVE-2026-31415: Linux Kernel IPv6 DoS Vulnerability

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