The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-12755

CVE-2025-12755: IBM MQ Log Injection Vulnerability

CVE-2025-12755 is a log injection flaw in IBM MQ Operator and Advanced container images that enables attackers to inject malicious data into log files. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2025-12755 Overview

IBM MQ Operator and IBM-supplied MQ Advanced container images contain a log injection vulnerability (CWE-117) where log messages are not properly neutralized before being written to log files. This flaw could allow an unauthorized user to inject malicious data into MQ log entries, potentially leading to misleading logs, log manipulation, or downstream log-processing issues.

Critical Impact

Attackers with local access can inject arbitrary content into MQ log files, potentially corrupting audit trails, enabling log forgery, or exploiting vulnerabilities in downstream log processing systems such as SIEM platforms.

Affected Products

  • IBM MQ Operator SC2 versions 3.2.0 through 3.8.1
  • IBM MQ Operator LTS versions 2.0.0 through 2.0.29
  • IBM-supplied MQ Advanced container images (SC2, CD, and LTS 9.3.x–9.4.x releases)

Discovery Timeline

  • 2026-02-17 - CVE CVE-2025-12755 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2025-12755

Vulnerability Analysis

This vulnerability stems from improper output neutralization for logs (CWE-117), a common flaw where user-controlled input is written to log files without adequate sanitization. In the context of IBM MQ Operator and associated container images, log messages containing special characters or control sequences are not properly escaped before being written to log files.

The attack requires local access to the system, though no privileges or user interaction are required to exploit the vulnerability. The impact is limited to integrity concerns—specifically the ability to manipulate log content—without affecting confidentiality or availability of the underlying MQ infrastructure.

Root Cause

The root cause is the failure to sanitize or encode log message content before writing to log files. When log entries contain user-supplied data, special characters such as newline characters (\n, \r), ANSI escape sequences, or log format delimiters can be injected to manipulate how logs appear or are processed.

This violation of secure coding practices allows attackers to forge log entries that appear legitimate, hide malicious activity within manipulated logs, or inject payloads that exploit vulnerabilities in log analysis tools that consume these log files.

Attack Vector

The attack vector is local, requiring the attacker to have access to supply input that ends up in MQ log messages. An attacker could craft input containing newline characters and log format prefixes to inject fake log entries that appear authentic.

For example, an attacker might inject a message containing \n[INFO] User admin logged in successfully\n which would create the appearance of a legitimate authentication event in the log file. Similarly, ANSI escape codes or log parser-specific payloads could be injected to manipulate downstream systems that process these logs.

The vulnerability affects containerized deployments using IBM-supplied images, making it particularly relevant in Kubernetes and OpenShift environments where centralized logging and log aggregation are common practices.

Detection Methods for CVE-2025-12755

Indicators of Compromise

  • Log entries containing unexpected newline sequences or log format prefixes within message content
  • Abnormal log file growth patterns or entries with inconsistent timestamp formatting
  • Presence of ANSI escape sequences or control characters in log files
  • Log entries that appear duplicated or contain embedded log-formatted strings

Detection Strategies

  • Implement log integrity monitoring to detect anomalous patterns or injected content in MQ log files
  • Deploy file integrity monitoring (FIM) on MQ log directories to identify unexpected modifications
  • Configure SIEM rules to detect log entries with suspicious characters or malformed structures
  • Review MQ logs for entries containing escape sequences, carriage returns, or embedded log prefixes

Monitoring Recommendations

  • Enable centralized logging with input validation before log aggregation
  • Monitor for unusual log entry patterns that may indicate injection attempts
  • Implement alerting for log entries containing control characters or format string patterns
  • Regularly audit log processing pipelines for proper input sanitization

How to Mitigate CVE-2025-12755

Immediate Actions Required

  • Review the IBM Support Page for official patch information and guidance
  • Inventory all IBM MQ Operator and MQ Advanced container deployments to identify affected versions
  • Prioritize patching for systems where log integrity is critical for compliance or security monitoring
  • Implement input validation for any user-controllable data that may appear in MQ logs

Patch Information

IBM has released security updates to address this vulnerability. Administrators should consult the IBM Support Page for specific patch versions and upgrade instructions applicable to their deployment scenario (SC2, LTS, or CD release streams).

For IBM MQ Operator deployments, upgrade to the patched version appropriate for your release stream. For container images, pull the latest patched images from IBM's container registry.

Workarounds

  • Implement log output encoding at the application layer to neutralize special characters before logging
  • Configure log processing systems to sanitize input before parsing or aggregation
  • Restrict local access to systems running affected MQ deployments to reduce exposure
  • Deploy network segmentation to limit potential attack paths to affected containers
bash
# Example: Review MQ container image versions for affected deployments
kubectl get pods -A -o jsonpath='{range .items[*]}{.metadata.namespace}{"\t"}{.metadata.name}{"\t"}{range .spec.containers[*]}{.image}{"\n"}{end}{end}' | grep -E "mq|ibm"

# Check MQ Operator version in OpenShift/Kubernetes
kubectl get csv -A | grep ibm-mq

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIbm Mq

  • SeverityMEDIUM

  • CVSS Score4.0

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-117
  • Technical References
  • IBM Support Page
  • Related CVEs
  • CVE-2026-1713: IBM MQ Information Disclosure Vulnerability

  • CVE-2023-28950: IBM MQ Information Disclosure Vulnerability

  • CVE-2024-35116: IBM MQ Denial of Service Vulnerability

  • CVE-2024-31912: IBM MQ Privilege Escalation Vulnerability
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