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-2026-23780

CVE-2026-23780: BMC Control-M/MFT SQL Injection Vulnerability

CVE-2026-23780 is a SQL injection flaw in BMC Control-M/MFT versions 9.0.20-9.0.22 allowing authenticated attackers to execute malicious queries, read/write files, and achieve RCE. This article covers technical details and mitigations.

Published: April 17, 2026

CVE-2026-23780 Overview

A SQL injection vulnerability has been identified in BMC Control-M/MFT versions 9.0.20 through 9.0.22. The flaw exists in the MFT API's debug interface, where improper input validation and unsafe dynamic SQL handling allow an authenticated attacker to inject malicious queries. Successful exploitation can enable arbitrary file read/write operations and potentially lead to remote code execution.

Critical Impact

Authenticated attackers can leverage this SQL injection vulnerability to read and write arbitrary files on the system, potentially escalating to remote code execution and complete system compromise.

Affected Products

  • BMC Control-M/MFT 9.0.20
  • BMC Control-M/MFT 9.0.21
  • BMC Control-M/MFT 9.0.22

Discovery Timeline

  • April 10, 2026 - CVE-2026-23780 published to NVD
  • April 14, 2026 - Last updated in NVD database

Technical Details for CVE-2026-23780

Vulnerability Analysis

This vulnerability is classified as CWE-89: Improper Neutralization of Special Elements used in an SQL Command (SQL Injection). The MFT API's debug interface fails to properly sanitize user-supplied input before incorporating it into SQL queries. This allows authenticated users to manipulate the structure of database queries by injecting specially crafted SQL syntax.

The vulnerability is particularly dangerous because the database user context under which the MFT application operates has elevated filesystem access privileges. When an attacker successfully injects SQL commands, they can leverage database-specific functions to perform file operations on the underlying system. In many database configurations, this can be extended to execute operating system commands, resulting in full remote code execution.

Root Cause

The root cause of this vulnerability is the use of dynamic SQL construction without proper parameterization or input sanitization in the debug interface endpoint. User-controlled data is directly concatenated into SQL query strings rather than being passed through prepared statements or parameterized queries. The debug interface, which may have been intended for development or troubleshooting purposes, was left accessible in production deployments with insufficient access controls.

Attack Vector

The attack is conducted over the network and requires the attacker to have valid authentication credentials for the Control-M/MFT system. Once authenticated, the attacker can send specially crafted requests to the debug interface endpoint containing SQL injection payloads. These payloads can include UNION-based injections to extract data, stacked queries to modify database contents, or database-specific commands to interact with the filesystem.

The vulnerability allows chaining of exploitation techniques—starting from SQL injection to achieve file read operations for reconnaissance, then file write capabilities to plant webshells or backdoors, ultimately leading to command execution on the underlying server.

Detection Methods for CVE-2026-23780

Indicators of Compromise

  • Unusual or malformed requests to the MFT API debug interface endpoints containing SQL syntax characters such as single quotes, semicolons, or UNION keywords
  • Database error messages in application logs indicating SQL syntax errors from user-supplied input
  • Unexpected file creation or modification in web-accessible directories or system paths
  • Anomalous database queries reading from system tables or attempting to access filesystem functions

Detection Strategies

  • Monitor HTTP request logs for the debug interface endpoint with payloads containing SQL injection patterns such as ', --, UNION SELECT, or xp_cmdshell
  • Deploy web application firewall (WAF) rules to detect and block common SQL injection attack signatures
  • Implement database activity monitoring to alert on queries containing file operation functions or accessing sensitive system tables
  • Review authentication logs for unusual access patterns to the debug interface from unexpected user accounts or IP addresses

Monitoring Recommendations

  • Enable detailed logging for all requests to the MFT API debug interface and forward logs to a SIEM platform for correlation
  • Configure alerts for database queries executing file read/write functions outside of normal application behavior
  • Establish baseline network traffic patterns for the Control-M/MFT system and alert on deviations that may indicate exploitation attempts

How to Mitigate CVE-2026-23780

Immediate Actions Required

  • Apply the BMC Control-M/MFT PAAFP 9.0.22.025 patch immediately to address this vulnerability
  • If patching is not immediately possible, disable or restrict access to the debug interface until the patch can be applied
  • Review user accounts with access to the MFT API and remove unnecessary privileges
  • Audit recent access logs for the debug interface to identify potential exploitation attempts

Patch Information

BMC has released a security patch to address this vulnerability. The patch is available through the BMC Control-M Patch Portal. Organizations running affected versions 9.0.20 through 9.0.22 should apply patch PAAFP-9-0-22-025 or later. For additional support, consult the BMC Issue Management Resource.

Workarounds

  • Disable the debug interface in production environments if it is not required for operations
  • Implement network-level access controls to restrict access to the MFT API debug endpoint to trusted administrative IP addresses only
  • Deploy a web application firewall with SQL injection detection rules in front of the Control-M/MFT application
  • Reduce database user privileges used by the application to the minimum required, removing filesystem access capabilities where possible
bash
# Example: Restricting access to debug interface via firewall rules
# Block external access to debug endpoint while allowing internal admin access
iptables -A INPUT -p tcp --dport 8443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8443 -j DROP

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechBmc Control M

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.19%

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

  • BMC Issue Management Resource
  • Related CVEs
  • CVE-2026-23782: BMC Control-M/MFT Auth Bypass Vulnerability

  • CVE-2025-55113: BMC Control-M/Agent Auth Bypass Flaw
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