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
    • 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-36516

CVE-2020-36516: Linux Kernel TCP Session DOS Vulnerability

CVE-2020-36516 is a denial of service flaw in Linux Kernel affecting TCP sessions through hash-based IPID assignment. Attackers can inject data or terminate sessions. This article covers technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-36516 Overview

CVE-2020-36516 is a cryptographic vulnerability in the Linux kernel through version 5.16.11 that affects the IP identification (IPID) assignment mechanism. The mixed IPID assignment method, when combined with the hash-based IPID assignment policy, creates a weakness that allows an off-path attacker to inject malicious data into a victim's TCP session or forcibly terminate active TCP connections. This vulnerability represents a significant threat to network security as it enables sophisticated man-in-the-middle style attacks without requiring the attacker to be positioned on the network path between communicating parties.

Critical Impact

Off-path attackers can inject arbitrary data into active TCP sessions or terminate connections without being on the network path, potentially compromising data integrity and availability of network services.

Affected Products

  • Linux Kernel (through version 5.16.11)
  • NetApp Cloud Volumes ONTAP Mediator
  • NetApp E-Series SANtricity OS Controller
  • NetApp SolidFire, Enterprise SDS & HCI Storage Node
  • NetApp SolidFire & HCI Management Node
  • NetApp H-Series Storage/Compute Nodes (H300S, H500S, H700S, H300E, H500E, H700E, H410S, H410C, H610C, H615C, H610S)
  • NetApp Bootstrap OS
  • NetApp HCI Compute Node

Discovery Timeline

  • 2022-02-26 - CVE-2020-36516 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-36516

Vulnerability Analysis

This vulnerability exists in the Linux kernel's implementation of IP packet identification assignment. The Linux kernel employs a mixed IPID assignment strategy that combines both per-connection and globally shared IPID counters with hash-based assignment. The fundamental weakness arises from how these mechanisms interact, creating predictable patterns that an attacker can exploit.

When the kernel generates IP packets, it assigns IPID values using a combination of hash-based calculations and counter increments. The vulnerability allows an attacker to observe IPID values from packets they receive and use this information to infer the state of TCP connections between other parties. By carefully analyzing these patterns, an attacker can determine sequence numbers and craft packets that will be accepted by the victim's TCP stack.

The attack enables two primary exploitation scenarios: first, an attacker can inject malicious data into an existing TCP connection by sending spoofed packets with valid sequence numbers derived from IPID analysis; second, the attacker can craft TCP RST packets to forcibly terminate legitimate sessions, causing denial of service conditions.

Root Cause

The root cause of this vulnerability is classified under CWE-327 (Use of a Broken or Risky Cryptographic Algorithm). The IPID assignment mechanism relies on a hash-based approach that does not provide sufficient entropy or unpredictability. The algorithm's weaknesses allow statistical analysis of observed IPID values to leak information about other TCP connections, fundamentally breaking the isolation that should exist between network sessions.

The hash function used for IPID generation creates correlations between different connections that share underlying state, enabling side-channel inference attacks. This cryptographic weakness in the IPID assignment policy is the core flaw that enables off-path attackers to gain visibility into TCP session states.

Attack Vector

The attack vector is network-based and can be executed by an off-path attacker. Unlike traditional man-in-the-middle attacks that require the attacker to intercept traffic, this vulnerability allows an attacker positioned anywhere on the internet to target TCP sessions between other parties.

The attack proceeds in several phases: First, the attacker establishes connections with the target server to observe IPID values in responses. By sending carefully crafted probe packets and analyzing the IPID values returned, the attacker can detect when the target is communicating with other parties and infer TCP sequence number information. Armed with this knowledge, the attacker can then inject spoofed packets into the victim's TCP session or send RST packets to terminate the connection.

This attack requires the attacker to be able to send spoofed IP packets and receive responses from the target system. The complexity is heightened by the need for precise timing and statistical analysis, but the attack is feasible against persistent TCP connections.

Detection Methods for CVE-2020-36516

Indicators of Compromise

  • Unusual patterns of TCP connection resets affecting specific services or hosts
  • Detection of spoofed IP packets with sequence numbers that closely match active sessions
  • Anomalous IPID value patterns in incoming packets suggesting reconnaissance activity
  • Unexpected TCP data injection causing application-level errors or data corruption

Detection Strategies

  • Deploy network intrusion detection systems (IDS) with rules to identify TCP session anomalies and potential injection attempts
  • Implement TCP sequence number validation monitoring to detect out-of-sequence packet injection attempts
  • Enable logging for unexpected TCP RST packets and analyze patterns for coordinated termination attacks
  • Monitor for source IP address spoofing attempts at network perimeter devices

Monitoring Recommendations

  • Enable comprehensive network flow logging to establish baseline TCP connection patterns
  • Configure endpoint detection solutions to alert on suspicious TCP stack behavior
  • Implement network segmentation monitoring to detect lateral movement attempts following session hijacking
  • Review firewall and IDS logs regularly for signs of reconnaissance probing

How to Mitigate CVE-2020-36516

Immediate Actions Required

  • Update Linux kernel to a patched version that addresses the IPID assignment vulnerability
  • Apply vendor-specific firmware updates for affected NetApp products
  • Implement network-level controls to detect and block spoofed packets
  • Review critical TCP-based services and consider additional application-layer encryption

Patch Information

Organizations should update their Linux kernel installations to versions that include fixes for the IPID assignment mechanism. The vulnerability affects kernels through version 5.16.11, and updated kernels with corrected IPID generation should be deployed. For NetApp products, administrators should consult the NetApp Security Advisory for specific firmware and software update guidance.

Additional technical details about the vulnerability mechanism can be found in the ACM Article on Security.

Workarounds

  • Enable strict ingress filtering (BCP38/BCP84) at network boundaries to prevent IP address spoofing
  • Configure TCP connection timeouts and limits to reduce the window of opportunity for injection attacks
  • Deploy application-layer encryption (TLS) for sensitive TCP communications to mitigate data injection risks
  • Consider implementing network-level anomaly detection for TCP traffic patterns
bash
# Configuration example - Enable strict reverse path filtering
echo 1 > /proc/sys/net/ipv4/conf/all/rp_filter
echo 1 > /proc/sys/net/ipv4/conf/default/rp_filter

# Verify reverse path filtering is enabled
sysctl net.ipv4.conf.all.rp_filter
sysctl net.ipv4.conf.default.rp_filter

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 Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-327
  • Technical References
  • ACM Article on Security

  • NetApp Security Advisory
  • Related CVEs
  • CVE-2026-23405: Linux Kernel AppArmor DOS Vulnerability

  • CVE-2026-23404: Linux Kernel AppArmor DoS Vulnerability

  • CVE-2026-23398: Linux Kernel ICMP DoS Vulnerability

  • CVE-2026-23312: Linux Kernel Kaweth Driver DoS Vulnerability
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