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-2026-31662

CVE-2026-31662: Linux Kernel DoS Vulnerability

CVE-2026-31662 is a denial-of-service vulnerability in the Linux Kernel's TIPC group broadcast handler that causes counter underflow, blocking communications. This article covers technical details, affected versions, and fixes.

Published: April 30, 2026

CVE-2026-31662 Overview

CVE-2026-31662 is an Integer Underflow vulnerability discovered in the Linux kernel's Transparent Inter-Process Communication (TIPC) subsystem. The flaw exists in the tipc_group_proto_rcv() function, which handles GRP_ACK_MSG protocol messages. When processing duplicate group acknowledgment messages, the handler incorrectly decrements the bc_ackers counter without validating whether the message has already been processed, leading to an integer underflow condition.

Critical Impact

Successful exploitation causes the bc_ackers counter (a u16 type) to wrap from 0 to 65535, resulting in persistent denial of service where all subsequent group broadcasts on the affected socket remain blocked until the group is recreated.

Affected Products

  • Linux Kernel versions from 4.15 onwards
  • Linux Kernel 7.0 release candidates (rc1 through rc7)
  • Systems using TIPC group communication functionality

Discovery Timeline

  • April 24, 2026 - CVE-2026-31662 published to NVD
  • April 27, 2026 - Last updated in NVD database

Technical Details for CVE-2026-31662

Vulnerability Analysis

The vulnerability resides in the TIPC group communication protocol handler within the Linux kernel. The tipc_group_proto_rcv() function processes incoming GRP_ACK_MSG messages, which are acknowledgments from group members confirming receipt of broadcast messages. The function maintains a bc_ackers counter to track how many members still need to acknowledge the current broadcast round.

The fundamental issue is that the handler decrements bc_ackers on every inbound group ACK without checking whether the specific member has already acknowledged the current broadcast round. In normal operation, each member sends exactly one ACK per broadcast round, and bc_ackers decrements from the total member count down to zero.

However, when duplicate or replayed ACK messages arrive (due to network conditions, malicious crafting, or protocol anomalies), the counter continues decrementing past zero. Since bc_ackers is declared as a u16 (unsigned 16-bit integer), decrementing when the value is already zero causes the counter to wrap around to 65535.

Root Cause

The root cause is the absence of idempotent handling for GRP_ACK_MSG messages in tipc_group_proto_rcv(). The code lacks validation to track which members have already acknowledged and should filter out duplicate or stale ACKs before modifying the bc_acked or bc_ackers state variables.

This is classified as CWE-191 (Integer Underflow), where an arithmetic operation produces a result below the minimum value representable by the data type, causing the value to wrap to a large positive number.

Attack Vector

An attacker with network access can exploit this vulnerability by sending crafted duplicate GRP_ACK_MSG packets to a TIPC socket participating in group communication. The attack does not require authentication or user interaction.

Once the underflow occurs, tipc_group_bc_cong() interprets the large bc_ackers value (65535) as indicating severe congestion, causing it to report that the group is congested. This blocks all subsequent broadcast operations on the affected socket. The denial of service persists until the application destroys and recreates the TIPC group, as no self-healing mechanism exists to detect or correct the corrupted counter state.

The vulnerability affects systems where TIPC is enabled and used for inter-process or inter-node communication, commonly found in cluster computing environments, high-availability systems, and distributed applications.

Detection Methods for CVE-2026-31662

Indicators of Compromise

  • Sudden persistent failures of TIPC group broadcast operations returning congestion errors
  • The bc_ackers counter showing an abnormally high value (near 65535) when it should be at or near zero
  • Applications using TIPC group communication experiencing unexplained hangs on broadcast calls

Detection Strategies

  • Monitor TIPC socket statistics for anomalous bc_ackers values using kernel tracing or debugging interfaces
  • Deploy network traffic analysis to detect duplicate or replayed GRP_ACK_MSG packets targeting TIPC ports
  • Configure SentinelOne's Singularity Platform to alert on kernel module behavior anomalies related to TIPC subsystem state

Monitoring Recommendations

  • Enable kernel auditing for TIPC protocol message handling events
  • Implement network-level monitoring for unusual TIPC message patterns or replay attacks
  • Use SentinelOne endpoint detection to identify processes experiencing repeated TIPC broadcast failures

How to Mitigate CVE-2026-31662

Immediate Actions Required

  • Apply the official kernel patch from the Linux kernel stable branches immediately
  • If patching is not immediately possible, consider temporarily disabling TIPC if it is not essential to operations
  • Monitor affected systems for signs of exploitation while awaiting patch deployment

Patch Information

The Linux kernel maintainers have released patches across multiple stable branches to address this vulnerability. The fix implements idempotent handling for GRP_ACK_MSG by ignoring duplicate or stale ACKs before modifying the bc_acked or bc_ackers counters.

Official patches are available through the following kernel commits:

  • Linux Kernel Commit 1b6f13f
  • Linux Kernel Commit 36ec4fd
  • Linux Kernel Commit 3bcf7ac
  • Linux Kernel Commit 48a5fea
  • Linux Kernel Commit 575faea
  • Linux Kernel Commit a2ea1ef
  • Linux Kernel Commit a7db57c
  • Linux Kernel Commit e0bb732

Workarounds

  • Disable TIPC kernel module if group communication functionality is not required using modprobe -r tipc
  • Implement network-level filtering to prevent untrusted sources from sending TIPC protocol messages
  • Isolate TIPC-enabled systems in restricted network segments to limit exposure to potential attackers
bash
# Disable TIPC module if not required
sudo modprobe -r tipc

# Prevent TIPC module from loading on boot
echo "blacklist tipc" | sudo tee /etc/modprobe.d/blacklist-tipc.conf

# Verify TIPC module is not loaded
lsmod | grep tipc

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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-191
  • Vendor Resources
  • Linux Kernel Commit 1b6f13f

  • Linux Kernel Commit 36ec4fd

  • Linux Kernel Commit 3bcf7ac

  • Linux Kernel Commit 48a5fea

  • Linux Kernel Commit 575faea

  • Linux Kernel Commit a2ea1ef

  • Linux Kernel Commit a7db57c

  • Linux Kernel Commit e0bb732
  • Related CVEs
  • CVE-2026-31739: Linux Kernel Tegra Crypto DoS Vulnerability

  • CVE-2026-43054: Linux Kernel tcm_loop DOS Vulnerability

  • CVE-2026-31736: Linux Kernel MTK PPE DoS Vulnerability

  • CVE-2026-31727: Linux Kernel USB Gadget 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