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-2025-30472

CVE-2025-30472: Corosync Buffer Overflow Vulnerability

CVE-2025-30472 is a stack-based buffer overflow flaw in Corosync through version 3.1.9 that can be exploited via crafted UDP packets. This article covers the technical details, affected versions, and mitigation strategies.

Updated: January 22, 2026

CVE-2025-30472 Overview

CVE-2025-30472 is a stack-based buffer overflow vulnerability affecting Corosync through version 3.1.9. The flaw exists in the orf_token_endian_convert function within exec/totemsrp.c and can be triggered via a large UDP packet when encryption is disabled or an attacker knows the encryption key. This vulnerability allows remote attackers to potentially achieve arbitrary code execution or cause denial of service on systems running vulnerable Corosync cluster communication infrastructure.

Critical Impact

Remote attackers can exploit this stack-based buffer overflow to compromise high-availability cluster nodes, potentially disrupting critical infrastructure services and gaining unauthorized access to cluster-connected systems.

Affected Products

  • Corosync versions through 3.1.9
  • Systems using Corosync for cluster communication with encryption disabled
  • Cluster deployments where encryption keys may have been compromised

Discovery Timeline

  • 2025-03-22 - CVE-2025-30472 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-30472

Vulnerability Analysis

This vulnerability is classified as CWE-121 (Stack-based Buffer Overflow) and CWE-787 (Out-of-bounds Write). The flaw resides in Corosync's token ring protocol implementation, specifically within the endian conversion routine that processes incoming network tokens. When processing oversized UDP packets, the orf_token_endian_convert function fails to properly validate the packet size before copying data to a stack-allocated buffer, leading to a classic stack-based buffer overflow condition.

Corosync is a group communication system used for implementing high availability within applications. It is commonly deployed in conjunction with Pacemaker for managing cluster resources in enterprise Linux environments. The vulnerability is particularly dangerous because it can be exploited remotely over the network without any prior authentication, assuming encryption is disabled or the attacker has obtained the encryption key.

Root Cause

The root cause of this vulnerability is insufficient bounds checking in the orf_token_endian_convert function located at line 4677 in exec/totemsrp.c. When processing incoming ORF tokens via UDP, the function does not adequately validate the size of incoming packet data against the destination buffer's capacity before performing memory operations. This allows an attacker to craft a malicious UDP packet that exceeds the expected buffer size, causing stack memory corruption.

Attack Vector

The attack is network-based and requires the attacker to send specially crafted UDP packets to a Corosync cluster node. The exploitation prerequisites include:

  1. Network access to the Corosync communication port (typically UDP 5405)
  2. Either encryption must be disabled on the cluster, OR the attacker must possess knowledge of the encryption key
  3. The attacker must craft a UDP packet with a payload size large enough to trigger the buffer overflow in the endian conversion routine

The vulnerability manifests during the endian conversion process for ORF (Ordering and Reliable Fifo) tokens used in Corosync's totem single-ring ordering and membership protocol. The vulnerable code path can be found in the GitHub repository. Technical details and discussion are available in GitHub Issue #778.

Detection Methods for CVE-2025-30472

Indicators of Compromise

  • Unusual UDP traffic to Corosync ports (default 5405) with abnormally large packet sizes
  • Unexpected Corosync service crashes or restarts on cluster nodes
  • Memory corruption errors or segmentation faults in Corosync logs
  • Anomalous cluster membership changes or split-brain scenarios without clear cause

Detection Strategies

  • Monitor Corosync service stability and log for unexpected crashes or restarts
  • Implement network intrusion detection rules to identify oversized UDP packets targeting Corosync ports
  • Deploy endpoint detection solutions capable of identifying stack buffer overflow exploitation attempts
  • Audit cluster encryption configuration to ensure encryption is enabled with strong keys

Monitoring Recommendations

  • Enable enhanced logging for Corosync daemon activity and cluster communications
  • Configure alerts for Corosync service failures or unexpected restarts
  • Monitor network traffic patterns for anomalous UDP packet sizes targeting cluster communication ports
  • Implement SIEM correlation rules to detect potential exploitation attempts across cluster nodes

How to Mitigate CVE-2025-30472

Immediate Actions Required

  • Verify Corosync encryption is enabled on all cluster nodes and encryption keys are securely managed
  • Restrict network access to Corosync communication ports using firewall rules
  • Update Corosync to a patched version as soon as one becomes available
  • Monitor the Corosync project and GitHub Issue #778 for security updates

Patch Information

Administrators should monitor the official Corosync project and distribution security advisories for patch availability. Debian users can refer to the Debian LTS Announcement for distribution-specific updates. Ensure all cluster nodes are updated simultaneously to prevent compatibility issues.

Workarounds

  • Enable Corosync encryption with a strong, randomly generated key to prevent exploitation by attackers without key knowledge
  • Implement strict network segmentation to limit access to Corosync cluster communication ports
  • Use firewall rules to allow only trusted cluster node IP addresses to communicate on Corosync ports
  • Consider deploying intrusion prevention systems (IPS) capable of blocking oversized UDP packets
bash
# Verify Corosync encryption is enabled
grep -E "crypto_cipher|crypto_hash" /etc/corosync/corosync.conf

# Example firewall rule to restrict Corosync port access (iptables)
iptables -A INPUT -p udp --dport 5405 -s <trusted_cluster_subnet> -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
  • TypeBuffer Overflow

  • Vendor/TechCorosync

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.19%

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

  • CWE-787
  • Technical References
  • Corosync Project Homepage

  • GitHub Code Reference

  • GitHub Issue #778

  • Debian LTS Announcement
  • Related CVEs
  • CVE-2026-35092: Corosync Integer Overflow DoS Vulnerability

  • CVE-2026-35091: Corosync UDP Packet 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