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

CVE-2025-55108: Control-M/Agent RCE Vulnerability

CVE-2025-55108 is a remote code execution flaw in Control-M/Agent that enables unauthenticated attackers to execute code, read/write files, and perform unauthorized actions. This article covers technical details, impact, and mitigations.

Published: March 11, 2026

CVE-2025-55108 Overview

CVE-2025-55108 is a critical vulnerability affecting BMC Control-M/Agent that enables unauthenticated remote code execution, arbitrary file read and write operations, and other unauthorized actions when mutual SSL/TLS authentication is not enabled. This occurs in the default configuration of the product, significantly expanding the attack surface for organizations using Control-M/Agent without hardened security settings.

The vulnerability is classified under CWE-306 (Missing Authentication for Critical Function), indicating that the affected component fails to properly authenticate users before performing sensitive operations. This allows remote attackers to execute arbitrary code on systems running vulnerable Control-M/Agent instances without any authentication credentials.

Critical Impact

Remote attackers can achieve full system compromise through unauthenticated code execution, file manipulation, and other malicious actions on Control-M/Agent systems using default configurations without mutual SSL/TLS authentication.

Affected Products

  • BMC Control-M/Agent (default configuration without mutual SSL/TLS authentication)
  • BMC Control-M/Agent on-premises deployments
  • Note: BMC Control-M SaaS is NOT impacted by this vulnerability

Discovery Timeline

  • 2025-11-05 - CVE-2025-55108 published to NVD
  • 2025-11-18 - Last updated in NVD database

Technical Details for CVE-2025-55108

Vulnerability Analysis

This vulnerability exploits a fundamental authentication gap in BMC Control-M/Agent deployments. When mutual SSL/TLS authentication is not configured between the Control-M Server and Agent—which is the default state—the Agent accepts connections and commands from any network source without verification. This missing authentication mechanism allows attackers to interact with the Agent as if they were a legitimate Control-M Server.

The implications are severe: attackers can execute arbitrary commands on the target system, read sensitive files, write malicious content to the file system, and perform other unauthorized operations. The network-accessible nature of the vulnerability means that any attacker who can reach the Control-M/Agent service port can potentially exploit it.

BMC has noted that this vulnerability only manifests when documented security best practices are not followed. The vendor has historically recommended configuring SSL/TLS between Control-M Server and Agent components, but the default configuration does not enforce this.

Root Cause

The root cause is CWE-306: Missing Authentication for Critical Function. The Control-M/Agent service does not require authentication by default for incoming connections, allowing any network-accessible entity to send commands and receive responses. The mutual SSL/TLS authentication that would prevent this attack is an optional security configuration rather than a mandatory default setting.

Attack Vector

The attack is network-based and requires no user interaction or prior authentication. An attacker needs network access to the Control-M/Agent service port to exploit this vulnerability. The attack complexity is low once network access is obtained, and successful exploitation grants the attacker the ability to:

  • Execute arbitrary commands with the privileges of the Control-M/Agent service
  • Read arbitrary files accessible to the Agent process
  • Write or modify files on the target system
  • Perform other unauthorized actions within the Agent's operational scope

The vulnerability mechanism works by sending specially crafted requests to the unprotected Agent service. Without mutual SSL/TLS authentication, the Agent cannot distinguish between legitimate Control-M Server communications and malicious attacker commands. Detailed technical exploitation information can be found in the BMC Knowledge Article #000441962.

Detection Methods for CVE-2025-55108

Indicators of Compromise

  • Unexpected network connections to Control-M/Agent service ports from unauthorized IP addresses
  • Anomalous command execution or process spawning from Control-M/Agent processes
  • Unusual file read/write operations performed by the Agent service account
  • Log entries showing connections or commands from sources other than the legitimate Control-M Server

Detection Strategies

  • Monitor network traffic to Control-M/Agent ports for connections from non-Control-M Server IP addresses
  • Implement host-based intrusion detection to identify suspicious command execution originating from Agent processes
  • Audit file system activity performed by the Control-M/Agent service account for anomalous patterns
  • Review Control-M/Agent logs for any unauthorized access attempts or unusual operational commands

Monitoring Recommendations

  • Configure network monitoring and alerting for Control-M/Agent service port access patterns
  • Enable verbose logging on Control-M/Agent instances to capture connection source information
  • Implement SIEM rules to correlate Agent activity with authorized Control-M Server communications
  • Deploy endpoint detection and response (EDR) solutions to monitor Agent process behavior

How to Mitigate CVE-2025-55108

Immediate Actions Required

  • Enable mutual SSL/TLS authentication between Control-M Server and Control-M/Agent immediately
  • Restrict network access to Control-M/Agent ports using firewalls to allow only authorized Control-M Server connections
  • Audit all Control-M/Agent deployments to identify instances running without SSL/TLS authentication
  • Monitor affected systems for indicators of compromise until patches and configurations are applied

Patch Information

BMC has published security guidance and remediation information through their support portal. Organizations should consult the following BMC Knowledge Articles for detailed patching and configuration instructions:

  • BMC Knowledge Article #000441962
  • BMC Knowledge Article #000442099
  • BMC Knowledge Article #000442271

Organizations should prioritize applying vendor-recommended security configurations and any available patches to all Control-M/Agent installations.

Workarounds

  • Configure mutual SSL/TLS authentication between Control-M Server and all Agent instances as per BMC security best practices
  • Implement strict network segmentation to isolate Control-M/Agent services from untrusted network segments
  • Deploy firewall rules to allow Control-M/Agent communication only from known, authorized Control-M Server IP addresses
  • Consider temporary service isolation for vulnerable Agents until proper SSL/TLS configuration can be implemented
bash
# Example network restriction using iptables (adapt to your environment)
# Allow Control-M Server communication only from authorized IP
iptables -A INPUT -p tcp --dport <CONTROL-M-AGENT-PORT> -s <CONTROL-M-SERVER-IP> -j ACCEPT
iptables -A INPUT -p tcp --dport <CONTROL-M-AGENT-PORT> -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechControl M

  • SeverityCRITICAL

  • CVSS Score9.5

  • EPSS Probability0.50%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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-306
  • Technical References
  • BMC Knowledge Article #000441962

  • BMC Knowledge Article #000442099

  • BMC Knowledge Article #000442271
  • Related CVEs
  • CVE-2025-55118: Control-M/Agent Buffer Overflow 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