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

CVE-2025-4971: Broadcom Automic Privilege Escalation Flaw

CVE-2025-4971 is a privilege escalation vulnerability in Broadcom Automic Automation Agent Unix that enables low-privileged users to elevate their access. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-4971 Overview

A privilege escalation vulnerability exists in Broadcom Automic Automation Agent for Unix systems. This vulnerability allows low-privileged users who have execution rights on the agent executable to escalate their privileges to higher access levels. The flaw is classified under CWE-426 (Untrusted Search Path), indicating that the agent executable improperly handles path resolution, potentially allowing malicious libraries or executables to be loaded from untrusted locations.

Critical Impact

Low-privileged users with execution rights on the Automic Automation Agent can achieve privilege escalation, potentially compromising system integrity and gaining unauthorized access to sensitive automation workflows and system resources.

Affected Products

  • Broadcom Automic Automation Agent Unix versions prior to 24.3.0 HF4
  • Broadcom Automic Automation Agent Unix versions prior to 21.0.13 HF1

Discovery Timeline

  • May 20, 2025 - CVE-2025-4971 published to NVD
  • May 21, 2025 - Last updated in NVD database

Technical Details for CVE-2025-4971

Vulnerability Analysis

This vulnerability stems from an untrusted search path weakness (CWE-426) in the Broadcom Automic Automation Agent for Unix platforms. The agent executable fails to properly validate or restrict the paths from which it loads dependent libraries or executables during runtime. When a low-privileged user with execution rights on the agent invokes it, the application may search for and load components from directories that the attacker can control, such as the current working directory or other writable paths in the search order.

The local attack vector requires the attacker to have an existing foothold on the target system with at least minimal execution privileges on the agent. Once exploited, the attacker can achieve high impact to confidentiality, integrity, and availability of the vulnerable system, with secondary scope effects potentially impacting connected systems in the automation environment.

Root Cause

The root cause is an untrusted search path vulnerability (CWE-426) where the Automic Automation Agent executable does not adequately secure the library or executable search paths. When the agent is executed, it may search for dependencies in an order that includes user-writable directories before trusted system directories. This allows an attacker to place a malicious library or binary in a location that will be searched first, enabling code execution with elevated privileges.

Attack Vector

The attack requires local access to a Unix system running a vulnerable version of Broadcom Automic Automation Agent. An attacker must have execution rights on the agent executable, which is a prerequisite for legitimate users who interact with the automation system. The attack proceeds as follows:

  1. The attacker identifies a writable directory in the agent's search path
  2. A malicious shared library or executable is placed in this directory, named to match a legitimate dependency
  3. When the agent is executed, it loads the attacker-controlled component
  4. Code within the malicious component runs with the privileges of the agent process, enabling privilege escalation

The exploitation requires no user interaction and has low attack complexity once initial access is achieved. For detailed technical information, refer to the Secuvera Security Advisory SA-2025-01.

Detection Methods for CVE-2025-4971

Indicators of Compromise

  • Unexpected shared library files appearing in directories within the agent's execution path
  • Anomalous process execution patterns associated with the Automic Automation Agent
  • New or modified files in world-writable directories commonly used for library injection attacks
  • Unusual child processes spawned by the agent executable with elevated privileges

Detection Strategies

  • Monitor file creation and modification events in directories within the Automic Agent's library search path
  • Implement application allowlisting to detect unauthorized binaries or libraries being loaded by the agent
  • Deploy endpoint detection rules to identify privilege escalation attempts originating from the Automic Agent process
  • Review system logs for authentication anomalies following agent execution

Monitoring Recommendations

  • Enable comprehensive audit logging for the Automic Automation Agent executable and its parent directories
  • Configure SentinelOne or equivalent EDR solutions to alert on process lineage anomalies involving the agent
  • Monitor for unexpected changes to environment variables that could manipulate library loading behavior
  • Establish baseline behavior for the Automic Agent and alert on deviations

How to Mitigate CVE-2025-4971

Immediate Actions Required

  • Upgrade Broadcom Automic Automation Agent Unix to version 24.3.0 HF4 or later for the 24.x branch
  • Upgrade to version 21.0.13 HF1 or later for systems running the 21.x branch
  • Review and restrict file permissions on directories in the agent's execution path
  • Audit user accounts with execution rights on the agent and apply principle of least privilege

Patch Information

Broadcom has released security patches to address this vulnerability. Organizations should apply the appropriate hotfix based on their installed version:

  • Version 24.x: Update to 24.3.0 HF4 or later
  • Version 21.x: Update to 21.0.13 HF1 or later

Detailed patch information and download links are available in the Broadcom Security Advisory 25732.

Workarounds

  • Restrict execution permissions on the Automic Automation Agent to only essential administrative accounts
  • Remove write permissions from all directories in the agent's library search path for non-privileged users
  • Configure the agent to run with an explicit, fully-qualified path and secure LD_LIBRARY_PATH environment variable
  • Implement mandatory access control policies (SELinux/AppArmor) to restrict the agent's file access patterns
bash
# Restrict write permissions on agent installation directory
chmod -R o-w /opt/automic/agent
chown -R root:automic /opt/automic/agent

# Ensure secure library path when executing the agent
export LD_LIBRARY_PATH=/opt/automic/agent/lib

# Verify no unexpected files in agent directories
find /opt/automic/agent -type f -mtime -1 -ls

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechBroadcom Automic

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.33%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-426
  • Technical References
  • Broadcom Security Advisory 25732

  • Secuvera Security Advisory SA-2025-01
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent RCE 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