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-2020-25654

CVE-2020-25654: Pacemaker ACL Bypass Vulnerability

CVE-2020-25654 is an ACL bypass vulnerability in Clusterlabs Pacemaker allowing local attackers in the haclient group to bypass access controls via IPC communication. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-25654 Overview

An Access Control List (ACL) bypass vulnerability was discovered in ClusterLabs Pacemaker, the widely-used open-source high-availability cluster resource manager. This flaw allows attackers with a local account on the cluster who are members of the haclient group to bypass ACL restrictions by communicating directly with various Pacemaker daemons through Inter-Process Communication (IPC) mechanisms. This bypass enables unauthorized execution of privileged cluster management tasks that would normally be restricted by the configured ACLs.

Critical Impact

Local attackers in the haclient group can bypass ACL restrictions and perform unauthorized cluster management operations, potentially compromising the integrity and availability of high-availability clusters.

Affected Products

  • ClusterLabs Pacemaker (versions prior to security fix)
  • ClusterLabs Pacemaker 2.0.5-rc1
  • Debian Linux 9.0

Discovery Timeline

  • 2020-11-24 - CVE-2020-25654 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-25654

Vulnerability Analysis

This vulnerability represents an Authorization Bypass flaw (CWE-284: Improper Access Control) in Pacemaker's access control implementation. The core issue lies in how Pacemaker handles IPC communications between local users and its daemon processes. While Pacemaker implements ACLs to restrict what actions users can perform through the standard configuration interface, these restrictions can be circumvented when users communicate directly with the underlying daemons via IPC.

The attack requires the attacker to have a local account on a cluster node and membership in the haclient group, which is the standard group used for Pacemaker cluster administration. Users in this group have legitimate access to communicate with Pacemaker services, but the ACL enforcement was designed to limit their capabilities based on configured policies. The vulnerability allows these users to bypass the policy enforcement layer entirely.

Root Cause

The root cause of this vulnerability is improper enforcement of access controls at the IPC layer. Pacemaker's architecture separates the configuration interface from the backend daemons, with ACLs enforced at the configuration layer. However, the IPC communication channels between local processes and Pacemaker daemons did not properly enforce the same ACL restrictions. This architectural oversight means that users who can directly access the IPC mechanisms can perform operations that should require elevated permissions, effectively rendering the ACL configuration ineffective for local privileged group members.

Attack Vector

The attack vector for CVE-2020-25654 involves a local attacker who already has legitimate access to a cluster node as a member of the haclient group. Rather than using the standard crm or pcs command-line tools (which enforce ACLs), the attacker can craft direct IPC messages to Pacemaker daemons such as pacemaker-based, pacemaker-controld, or pacemaker-attrd. By bypassing the configuration layer, the attacker can execute privileged operations including modifying cluster configuration, manipulating resource states, or disrupting cluster operations—all actions that their assigned ACL role should prevent.

The vulnerability is particularly concerning in multi-tenant or shared cluster environments where ACLs are relied upon to provide separation of duties and limit the blast radius of compromised accounts.

Detection Methods for CVE-2020-25654

Indicators of Compromise

  • Unusual IPC activity from users in the haclient group that bypasses standard cluster management tools
  • Cluster configuration changes that do not appear in standard audit logs from crm or pcs commands
  • Direct socket connections to Pacemaker daemon IPC endpoints from unexpected processes
  • Cluster resource state modifications without corresponding authorized configuration changes

Detection Strategies

  • Monitor IPC communications to Pacemaker daemons using auditd rules on relevant socket files
  • Compare cluster configuration changes against authorized change management records
  • Implement logging of all direct daemon communications at the Pacemaker level
  • Review haclient group membership regularly to ensure only authorized users have access

Monitoring Recommendations

  • Enable comprehensive audit logging for Pacemaker operations and cluster state changes
  • Monitor for anomalous patterns in cluster management activity outside normal operational windows
  • Set up alerts for cluster configuration modifications that don't originate from approved administrative interfaces
  • Track membership changes to the haclient group and correlate with authorization requests

How to Mitigate CVE-2020-25654

Immediate Actions Required

  • Apply vendor security patches for Pacemaker from your distribution's package repository
  • Review and audit all members of the haclient group to ensure only trusted administrators have access
  • Implement network isolation for cluster management interfaces where possible
  • Monitor cluster activity for signs of unauthorized modifications

Patch Information

ClusterLabs has addressed this vulnerability in updated versions of Pacemaker. Administrators should consult the ClusterLabs User Mailing List announcement for specific version details. Distribution-specific patches are available:

  • Debian: Security update available via Debian LTS announcement
  • Gentoo: Addressed in GLSA 2023-09-09
  • Red Hat/CentOS: Tracked in Red Hat Bugzilla #1888191

Workarounds

  • Restrict haclient group membership to only essential, highly-trusted administrators
  • Implement additional host-based access controls (such as SELinux or AppArmor policies) to limit IPC access to Pacemaker daemons
  • Use network segmentation to isolate cluster nodes from untrusted network segments
  • Enable enhanced auditing and monitoring until patches can be applied
bash
# Review haclient group membership
getent group haclient

# Audit Pacemaker IPC socket access (add to auditd rules)
-w /var/run/pacemaker/ -p rwxa -k pacemaker_ipc

# Check current Pacemaker version
pacemakerd --version

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechClusterlabs Pacemaker

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.09%

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

  • NVD-CWE-Other
  • Technical References
  • Red Hat Bug Report #1888191

  • Debian LTS Announcement January 2021

  • OSS-Sec Mailing List Discussion

  • Gentoo GLSA 2023-09-09
  • Vendor Resources
  • ClusterLabs User Mailing List
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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