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

CVE-2026-35091: Corosync UDP Packet DoS Vulnerability

CVE-2026-35091 is a denial of service flaw in Corosync that allows remote unauthenticated attackers to crash systems via crafted UDP packets. This article covers the technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-35091 Overview

A flaw was found in Corosync, the cluster engine that provides group communication services for high availability clusters. A remote unauthenticated attacker can exploit a wrong return value vulnerability in the Corosync membership commit token sanity check by sending a specially crafted User Datagram Protocol (UDP) packet. This can lead to an out-of-bounds read, causing a denial of service (DoS) and potentially disclosing limited memory contents. This vulnerability affects Corosync when running in totemudp/totemudpu mode, which is the default configuration.

Critical Impact

Remote unauthenticated attackers can cause denial of service and potential memory disclosure on Corosync cluster nodes using default UDP transport mode.

Affected Products

  • Corosync (totemudp mode)
  • Corosync (totemudpu mode)
  • High availability cluster deployments using default Corosync configuration

Discovery Timeline

  • 2026-04-01 - CVE CVE-2026-35091 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-35091

Vulnerability Analysis

This vulnerability stems from an incorrect return value handling in the membership commit token sanity check logic within Corosync. When processing incoming UDP packets, Corosync validates membership commit tokens to ensure cluster integrity. However, due to improper handling of return values during this sanity check (CWE-253: Incorrect Check of Function Return Value), the validation can be bypassed.

When an attacker sends a specially crafted UDP packet, the flawed return value check allows the application to proceed with processing malformed data. This results in an out-of-bounds read condition, where Corosync attempts to access memory beyond allocated buffer boundaries. The consequences are twofold: the cluster node may crash causing service disruption, and limited portions of memory may be inadvertently disclosed to the attacker.

The vulnerability is particularly significant because it affects the default transport configuration (totemudp/totemudpu), meaning most deployments are vulnerable unless explicitly configured otherwise.

Root Cause

The root cause is a wrong return value vulnerability (CWE-253) in the membership commit token sanity check function. The code fails to properly evaluate the return value from validation routines, allowing malformed packets to bypass security checks. This incorrect conditional logic permits processing of untrusted input that should have been rejected, ultimately leading to out-of-bounds memory access when handling the crafted data.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker with network access to the Corosync UDP port (typically UDP 5405) can send specially crafted packets targeting the membership commit token handling code. The attack flow involves:

  1. The attacker identifies a target running Corosync in UDP transport mode
  2. A maliciously crafted UDP packet is constructed to exploit the return value check flaw
  3. Upon receipt, the sanity check incorrectly passes due to improper return value handling
  4. The malformed token data triggers an out-of-bounds read operation
  5. The service crashes (DoS) or sensitive memory content is leaked to the attacker

The vulnerability mechanism centers on the improper handling of function return values during token validation. When the sanity check routine returns an unexpected value indicating an error condition, the calling code fails to properly interpret this result and continues processing. This allows maliciously crafted token data to bypass validation, ultimately causing the out-of-bounds read when the corrupted data is dereferenced. For additional technical details, refer to the Red Hat CVE Advisory and associated bug reports.

Detection Methods for CVE-2026-35091

Indicators of Compromise

  • Unexpected Corosync service crashes or restarts on cluster nodes
  • Unusual UDP traffic patterns targeting Corosync ports (default UDP 5405)
  • Corosync log entries indicating token processing errors or memory access violations
  • Cluster membership instability or unexpected node departures

Detection Strategies

  • Monitor system logs for Corosync crash events using journalctl -u corosync or equivalent
  • Deploy network intrusion detection rules to identify malformed UDP packets targeting Corosync ports
  • Enable core dump analysis to identify out-of-bounds read patterns in crash scenarios
  • Use SentinelOne Singularity platform for behavioral detection of process crashes and anomalous network activity

Monitoring Recommendations

  • Configure real-time alerting for Corosync service state changes and crashes
  • Implement network traffic analysis on UDP port 5405 to detect exploitation attempts
  • Enable memory protection features and crash reporting for Corosync processes
  • Review cluster health metrics for unusual node membership changes

How to Mitigate CVE-2026-35091

Immediate Actions Required

  • Restrict network access to Corosync UDP ports (5405) using firewall rules to trusted cluster nodes only
  • Consider switching transport mode from totemudp/totemudpu to knet (Kronosnet) if supported by your deployment
  • Monitor for vendor security patches and apply them as soon as available
  • Implement network segmentation to isolate cluster communication traffic

Patch Information

No specific patch version has been identified in the available data. Organizations should monitor the Red Hat CVE Advisory and Red Hat Bug Report #2453813 for patch availability and updated package versions. Consult your Linux distribution's security advisories for Corosync package updates.

Workarounds

  • Configure firewall rules to restrict UDP 5405 access to authorized cluster member IP addresses only
  • Switch to knet transport mode if feasible for your cluster deployment
  • Deploy IDS/IPS rules to detect and block malformed Corosync UDP packets
  • Enable SELinux or AppArmor confinement for Corosync to limit impact of potential exploits
bash
# Configuration example
# Restrict Corosync UDP port access to cluster members only
# Example using iptables - replace IPs with actual cluster node addresses
iptables -A INPUT -p udp --dport 5405 -s 192.168.1.10 -j ACCEPT
iptables -A INPUT -p udp --dport 5405 -s 192.168.1.11 -j ACCEPT
iptables -A INPUT -p udp --dport 5405 -s 192.168.1.12 -j ACCEPT
iptables -A INPUT -p udp --dport 5405 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechCorosync

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-253
  • Technical References
  • Red Hat CVE Advisory

  • Red Hat Bug Report #2453169

  • Red Hat Bug Report #2453813
  • Related CVEs
  • CVE-2026-35092: Corosync Integer Overflow DoS Vulnerability

  • CVE-2025-30472: Corosync Buffer Overflow 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