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-35092

CVE-2026-35092: Corosync Integer Overflow DoS Vulnerability

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

Published: April 2, 2026

CVE-2026-35092 Overview

A critical integer overflow vulnerability has been discovered in Corosync's join message sanity validation mechanism. This flaw allows remote, unauthenticated attackers to send specially crafted User Datagram Protocol (UDP) packets to affected systems, resulting in service crashes and denial of service conditions. The vulnerability specifically impacts Corosync deployments configured to use totemudp or totemudpu transport modes.

Critical Impact

Remote unauthenticated attackers can crash Corosync cluster services via crafted UDP packets, causing denial of service in high-availability cluster environments.

Affected Products

  • Corosync deployments using totemudp transport mode
  • Corosync deployments using totemudpu transport mode
  • Red Hat Enterprise Linux systems with affected Corosync versions

Discovery Timeline

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

Technical Details for CVE-2026-35092

Vulnerability Analysis

This vulnerability stems from an integer overflow condition (CWE-190) in Corosync's join message processing logic. When Corosync receives a join message from a potential cluster member, it performs sanity validation on the incoming data. However, due to improper handling of integer boundaries during this validation process, an attacker can craft malicious UDP packets that trigger an integer overflow condition.

The vulnerability is exploitable over the network without authentication or user interaction, making it particularly dangerous in environments where Corosync cluster communication ports are accessible. When exploited, the integer overflow causes the Corosync service to crash, disrupting cluster operations and potentially affecting all services that depend on the high-availability cluster functionality.

Root Cause

The root cause is an integer overflow vulnerability (CWE-190) in the join message sanity validation code. When processing incoming join messages, the validation routine performs arithmetic operations on attacker-controlled values without proper bounds checking. This allows specially crafted values to overflow integer boundaries, leading to unexpected behavior and subsequent service crashes.

Integer overflows occur when an arithmetic operation produces a value that exceeds the maximum size the data type can store, causing the value to wrap around. In security-critical code paths like message validation, this can bypass intended security checks or cause memory corruption.

Attack Vector

The attack vector is network-based, requiring the attacker to send crafted UDP packets to Corosync's communication ports. The attack characteristics include:

  • Network accessibility: Attacker must be able to reach Corosync UDP ports (typically port 5405)
  • No authentication required: The vulnerability exists in pre-authentication message processing
  • No user interaction: Exploitation is fully automated and requires no victim action
  • Transport modes: Only totemudp and totemudpu configurations are vulnerable

An attacker would craft UDP packets containing malformed join messages with integer values specifically designed to trigger the overflow condition during sanity validation. Upon receiving these packets, the vulnerable Corosync instance processes the message, encounters the integer overflow, and crashes.

Detection Methods for CVE-2026-35092

Indicators of Compromise

  • Unexpected Corosync service crashes or restarts in cluster environments
  • Malformed UDP packets targeting Corosync communication ports (default: 5405)
  • Cluster membership instability or frequent node rejoining events
  • Anomalous network traffic patterns to Corosync UDP ports from unexpected sources

Detection Strategies

  • Monitor Corosync service availability and implement alerting for unexpected restarts
  • Analyze network traffic for malformed or unusually large UDP packets destined for Corosync ports
  • Review system logs for Corosync crash dumps indicating integer overflow or memory corruption
  • Deploy intrusion detection rules to identify crafted join message patterns

Monitoring Recommendations

  • Enable verbose logging for Corosync to capture detailed information about incoming messages
  • Implement network-level monitoring for anomalous UDP traffic patterns to cluster ports
  • Configure automated alerting for Corosync service failures or unexpected terminations
  • Monitor cluster quorum status for unexpected changes that may indicate ongoing attacks

How to Mitigate CVE-2026-35092

Immediate Actions Required

  • Restrict network access to Corosync UDP ports (default: 5405) using firewall rules
  • Allow only trusted cluster node IP addresses to communicate with Corosync services
  • Monitor for vendor security updates from Red Hat and upstream Corosync maintainers
  • Review cluster network architecture to ensure Corosync traffic is isolated from untrusted networks

Patch Information

Security advisories and patch information are available through the following resources:

  • Red Hat CVE Advisory - Official Red Hat security advisory with remediation guidance
  • Red Hat Bug Report #2453169 - Technical details and patch tracking
  • Red Hat Bug Report #2453814 - Additional bug tracking information

Organizations should monitor these resources for official patches and apply updates as soon as they become available.

Workarounds

  • Configure firewall rules to restrict Corosync UDP port access to only authorized cluster nodes
  • Consider switching to totemknet transport mode if operationally feasible, as it is not affected by this vulnerability
  • Implement network segmentation to isolate cluster communication from untrusted networks
  • Deploy rate limiting on network devices to mitigate potential DoS attack impact
bash
# Configuration example - Restrict Corosync port access via iptables
# Allow only trusted cluster nodes to access Corosync UDP port
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 Score7.5

  • EPSS Probability0.06%

  • 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-190
  • Technical References
  • Red Hat CVE Advisory

  • Red Hat Bug Report #2453169

  • Red Hat Bug Report #2453814
  • Related CVEs
  • CVE-2026-35091: Corosync UDP Packet 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