CVE-2026-10649: Pacemaker Integer Overflow RCE Denial of Service Vulnerability
Pacemaker, a cluster resource management system, contains a vulnerability that allows an unauthenticated attacker to crash a critical service by sending a malicious compressed message. The flaw occurs in how the system decompresses remote messages before verifying the sender's identity, meaning an attacker on the network can trigger this issue without any credentials. The result is denial of service—the CIB remote listener component stops functioning.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.6 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
- Weaknesses (CWE)
- CWE-190
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-16 / 2026-07-22
NVD description (verbatim)
A flaw was found in Pacemaker. An unauthenticated remote attacker can exploit an integer overflow vulnerability in the remote message decompression process. By sending a specially crafted compressed remote message before authentication, an attacker can cause memory corruption, leading to a denial of service (DoS) in the CIB remote listener. This can result in the affected service crashing.
28 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-10649 is an integer overflow vulnerability in Pacemaker's remote message decompression handler. The flaw exists in the pre-authentication message processing pipeline, where compressed data is decompressed before credential validation. An attacker can craft a specially formatted compressed message that triggers an integer overflow during decompression, corrupting memory in the CIB (Cluster Information Base) remote listener process. This leads to process termination and denial of service. The vulnerability is classified as CWE-190 (Integer Overflow or Wraparound).
Business impact
Exploitation of this vulnerability disrupts cluster management capabilities. In production environments, Pacemaker manages resource failover and high-availability services; a crashed CIB listener impairs or prevents cluster state synchronization and resource orchestration. For organizations relying on Pacemaker for application availability, successful attacks could cause cascading service outages. The attack requires only network access—no credentials or user interaction—making it a persistent availability risk for exposed clusters.
Affected systems
Pacemaker systems exposed to untrusted networks are at risk. This includes clusters with remote messaging enabled and systems where the CIB remote listener listens on accessible network interfaces. Organizations should inventory Pacemaker deployments and confirm which versions are in use; vendor-specific product lists and patch applicability require consultation of the official Pacemaker security advisory.
Exploitability
This vulnerability has a low barrier to exploitation. The attack vector is network-based, requires no authentication or user interaction, and the complexity is low. An attacker needs only the ability to send a network packet to the CIB remote listener port. No specialized tools or extensive reconnaissance are required; a proof-of-concept could be relatively straightforward. However, the vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, indicating no widespread active exploitation has been reported to date.
Remediation
Remediation requires applying a vendor-supplied security patch. Immediately check the official Pacemaker security advisory for affected versions and available patches. Patch deployment should be prioritized given the high CVSS score (8.6) and ease of exploitation. Until patching is feasible, network segmentation and firewall rules limiting access to the CIB remote listener port can reduce exposure. Verify against the vendor advisory for specific version numbers and patch applicability to your deployment.
Patch guidance
Consult the Pacemaker project's official security advisory to identify which versions are vulnerable and which patches resolve the issue. Apply patches in a controlled manner, testing in non-production environments first to ensure cluster stability. Consider the timing and sequence of updates across cluster nodes to maintain high availability during the patching window. After patching, verify the CIB remote listener is functioning and cluster nodes are synchronized.
Detection guidance
Monitor for unexpected crashes or restarts of the CIB remote listener process (often named 'pacemaker' or 'cib'). Network-based detection can identify malformed compressed messages sent to the CIB remote listener port by looking for irregular decompression patterns or early connection terminations. Log analysis should capture any errors related to message decompression failures. Establish baseline metrics for listener uptime and alert on anomalous restarts that may indicate exploitation attempts.
Why prioritize this
This vulnerability merits immediate attention due to its combination of high CVSS score (8.6), network-accessible attack vector, lack of authentication requirement, and high availability impact. The simplicity of exploitation—an attacker needs only network access and no special privileges—means the window for undetected attacks is wide. While not yet in the KEV catalog, the technical characteristics suggest urgent patching is warranted.
Risk score, explained
The CVSS 3.1 score of 8.6 (HIGH) reflects the network attack vector, low complexity, no privilege or user interaction requirement, and high impact on availability. The scope is unchanged (local resources affected). The low confidentiality and integrity impacts reflect potential side-effects of memory corruption; the high availability impact reflects assured service disruption. This scoring appropriately prioritizes the denial of service threat.
Frequently asked questions
Can this vulnerability be exploited before authentication?
Yes. The flaw occurs in the pre-authentication decompression stage of message handling, meaning an attacker can trigger it without any credentials or cluster membership.
What is the primary business consequence of a successful attack?
Service disruption. The CIB remote listener crashes, impairing or halting cluster resource management and failover capabilities until the service is restarted or the cluster is recovered.
Are there temporary mitigations if patching is delayed?
Network segmentation and firewall rules can restrict access to the CIB remote listener port to trusted sources only. However, these are temporary measures; patching should be prioritized as the primary remediation.
Is this vulnerability being actively exploited in the wild?
As of the last update, this vulnerability is not listed in the CISA KEV catalog, indicating no known widespread active exploitation. However, the ease of exploitation means vigilance is warranted.
This analysis is based on publicly available vulnerability data current as of the publication date. Specific patch versions, affected product lists, and vendor guidance must be verified against the official Pacemaker security advisory. Organizations should not delay patching based solely on this summary; consult vendor documentation for your specific deployment. SEC.co does not assume liability for the accuracy of third-party security advisories or the efficacy of recommended mitigations in all environments. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2023-29146HIGHInteger Overflow in Malwarebytes EDR 1.0.11 Linux Hash Functions
- CVE-2025-14098HIGHAvira Antivirus Engine Heap Buffer Overflow—Patch Guidance
- CVE-2025-66280HIGHQNAP Integer Overflow Vulnerability: Patch & Risk Assessment
- CVE-2026-0095HIGHAndroid Bluetooth Integer Overflow Privilege Escalation
- CVE-2026-0131HIGHAndroid RTP Integer Overflow Privilege Escalation Vulnerability
- CVE-2026-0148HIGHAndroid RTP Video Decoder Integer Overflow Remote Code Execution
- CVE-2026-0150HIGHAndroid EdgeTPU Firmware Privilege Escalation Vulnerability
- CVE-2026-0151HIGHAndroid Graphics Integer Overflow RCE Vulnerability