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

CVE-2025-55113: BMC Control-M/Agent Auth Bypass Flaw

CVE-2025-55113 is an authentication bypass vulnerability in BMC Control-M/Agent that allows attackers to circumvent ACLs using crafted certificates. This article covers technical details, affected versions, and mitigation.

Published: March 24, 2026

CVE-2025-55113 Overview

CVE-2025-55113 is a critical authentication bypass vulnerability affecting BMC Control-M/Agent software. The flaw exists in the Access Control List (ACL) enforcement mechanism when the C router is in use. Due to improper handling of NULL bytes in the email address field of client certificates, an attacker can craft a malicious certificate that causes the ACL verification process to terminate prematurely, effectively bypassing configured access controls.

This vulnerability represents a classic NULL byte injection issue (CWE-158) where string parsing stops at the first NULL character encountered, allowing attackers to manipulate certificate validation logic and gain unauthorized access to protected resources.

Critical Impact

Attackers can completely bypass Access Control List restrictions by exploiting NULL byte handling in client certificate email addresses, potentially gaining unauthorized access to Control-M/Agent managed systems.

Affected Products

  • BMC Control-M/Agent versions 9.0.18 to 9.0.20 (out-of-support, C router is default)
  • Potentially earlier unsupported Control-M/Agent versions
  • Newer Control-M/Agent versions where the C router is manually enabled via JAVA_AR setting

Discovery Timeline

  • September 16, 2025 - CVE-2025-55113 published to NVD
  • October 10, 2025 - Last updated in NVD database

Technical Details for CVE-2025-55113

Vulnerability Analysis

The vulnerability stems from how the Control-M/Agent processes email address fields within X.509 client certificates during ACL enforcement. When the C router component is active, the verification routine uses string comparison functions that interpret NULL bytes (\\x00) as string terminators rather than treating them as part of the certificate data.

This allows an attacker to construct a certificate with an email address like admin@trusted-domain.com\\x00@attacker.com. When processed by the vulnerable ACL verification code, only the portion before the NULL byte (admin@trusted-domain.com) is evaluated, allowing the certificate to pass ACL checks even though it was issued to a different entity.

The C router is the default configuration in out-of-support versions 9.0.18 through 9.0.20, making legacy deployments particularly vulnerable. Newer versions can also be affected if administrators have explicitly configured the JAVA_AR setting to use the C router.

Root Cause

The root cause is improper neutralization of NULL bytes within input (CWE-158) in the certificate email address parsing logic. The C router component uses C-style string handling that treats NULL bytes as string terminators, rather than properly validating the entire certificate field as binary data. This creates a mismatch between how the certificate is issued and how it is validated.

Attack Vector

The attack requires network access to the Control-M/Agent service. An attacker would need to:

  1. Obtain or generate a client certificate containing a specially crafted email address with an embedded NULL byte
  2. Construct the email address so the portion before the NULL byte matches an allowed entry in the target ACL
  3. Present this certificate during the TLS handshake when connecting to the Control-M/Agent
  4. The vulnerable verification code processes only the portion before the NULL byte, granting access

This is a network-based attack that requires some complexity in crafting the malicious certificate, but requires no prior authentication or user interaction. Upon successful exploitation, an attacker gains the access privileges associated with the spoofed identity.

The vulnerability mechanism exploits the NULL byte termination behavior in string processing. When a certificate email field contains a sequence like legitimate-user@allowed-domain.com\\x00attacker-suffix, the ACL verification function interprets only legitimate-user@allowed-domain.com as the email address, terminating processing at the NULL byte. For detailed technical information, refer to the BMC Knowledge Article #000441967.

Detection Methods for CVE-2025-55113

Indicators of Compromise

  • Client certificates containing NULL bytes (\\x00) in the email address or other subject fields
  • Unusual certificate validation events where the processed email address differs from the full certificate data
  • Connection attempts from certificates with suspicious dual-domain email patterns
  • Authentication events where the logged identity doesn't match expected patterns

Detection Strategies

  • Implement deep packet inspection to identify TLS client certificates with NULL bytes in subject fields
  • Monitor Control-M/Agent authentication logs for discrepancies between expected and actual certificate identities
  • Deploy certificate validation rules that reject certificates containing NULL bytes in email fields
  • Configure SentinelOne to detect exploitation attempts targeting certificate validation bypass patterns

Monitoring Recommendations

  • Enable verbose logging on Control-M/Agent to capture full certificate details during authentication
  • Set up alerts for authentication events from unexpected certificate subjects or issuers
  • Monitor for connections from systems that don't match your certificate provisioning infrastructure
  • Review Access Control List match events against expected authorized entities

How to Mitigate CVE-2025-55113

Immediate Actions Required

  • Upgrade Control-M/Agent to a supported version with the security fix applied
  • If using out-of-support versions (9.0.18-9.0.20), plan emergency migration to supported releases
  • Review and restrict which certificate authorities are trusted by Control-M/Agent
  • Audit current ACL configurations and monitor for unauthorized access attempts
  • Consider disabling the C router in favor of the Java router where possible via JAVA_AR configuration

Patch Information

BMC has released security updates to address this vulnerability. Refer to BMC Knowledge Article #000441967 and BMC Knowledge Article #000442099 for detailed patching instructions and supported version information.

Workarounds

  • Switch from the C router to the Java router by configuring the JAVA_AR setting appropriately
  • Implement network segmentation to limit which systems can connect to Control-M/Agent services
  • Deploy additional network-level access controls (firewalls, VPNs) as a defense-in-depth measure
  • Use certificate pinning or stricter CA validation to limit accepted certificates
bash
# Configuration example - Switch to Java router to avoid vulnerable C router
# Edit Control-M/Agent configuration file
# Set JAVA_AR parameter to enable Java-based authentication router
JAVA_AR=Y

# Restart Control-M/Agent service after configuration change
# Consult BMC documentation for your specific platform

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechBmc Control M

  • SeverityCRITICAL

  • CVSS Score9.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-158
  • Vendor Resources
  • BMC Knowledge Article #000441967

  • BMC Knowledge Article #000442099
  • Related CVEs
  • CVE-2026-23782: BMC Control-M/MFT Auth Bypass Vulnerability

  • CVE-2026-23780: BMC Control-M/MFT SQL Injection 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