CVE-2026-10649
Awaiting Analysis Awaiting Analysis - Queue
Integer Overflow in Pacemaker Leading to DoS

Publication date: 2026-06-16

Last updated on: 2026-06-16

Assigner: Red Hat, Inc.

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-16
Last Modified
2026-06-16
Generated
2026-06-16
AI Q&A
2026-06-16
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-10649 is an integer overflow vulnerability in Pacemaker's remote message decompression process. An unauthenticated remote attacker can send a specially crafted compressed message to the Pacemaker CIB remote listener before authentication completes. This crafted message triggers an integer overflow during size calculations for memory allocation, causing memory corruption.

The memory corruption leads to a crash of the affected service, resulting in a denial of service (DoS) condition. The vulnerability exists in the function handling remote messages and affects versions where the CIB remote listener is enabled.

Impact Analysis

This vulnerability can cause a denial of service (DoS) by crashing the Pacemaker service responsible for managing cluster resources. An attacker can exploit this remotely without authentication, disrupting the availability of the service.

If your system uses Pacemaker with the CIB remote listener enabled, an attacker with network access to this listener can send malicious messages that cause the service to crash, potentially leading to downtime or loss of high availability in your cluster environment.

Detection Guidance

This vulnerability can be detected by monitoring network traffic for attempts to send specially crafted compressed remote messages to the Pacemaker CIB remote listener ports (configured with remote-port or remote-tls-port). Since the vulnerability is triggered before authentication, any unexpected or malformed compressed messages targeting these ports could indicate exploitation attempts.

Additionally, checking for crashes or denial of service conditions in the Pacemaker service logs related to remote message processing may help identify exploitation.

Specific commands are not provided in the available resources, but general network monitoring tools like tcpdump or Wireshark can be used to capture and analyze traffic on the relevant ports. For example:

  • tcpdump -i <interface> port <remote-port>
  • tcpdump -i <interface> port <remote-tls-port>

Reviewing Pacemaker logs for crashes or unusual errors related to remote message decompression can also help detect exploitation attempts.

Mitigation Strategies

Immediate mitigation steps include disabling the Pacemaker CIB remote listener if it is not required, as the vulnerability can only be exploited if remote CIB administration is enabled.

If the remote listener is needed, restrict network access to the listener ports (remote-port or remote-tls-port) to trusted peers only, minimizing exposure to untrusted networks.

Monitor for updates or patches addressing this vulnerability and apply them as soon as they become available. The fix involves adding validation checks and safe memory allocation to prevent integer overflows.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-10649. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart