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
    • 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-2024-31912

CVE-2024-31912: IBM MQ Privilege Escalation Vulnerability

CVE-2024-31912 is a privilege escalation vulnerability in IBM MQ 9.3 LTS and CD that allows authenticated users to gain elevated privileges. This article covers the technical details, affected versions, impact, and mitigation.

Updated: May 15, 2026

CVE-2024-31912 Overview

CVE-2024-31912 is a privilege escalation vulnerability affecting IBM MQ 9.3 LTS and 9.3 CD message-oriented middleware. The flaw stems from incorrect privilege assignment [CWE-266] under certain configurations. An authenticated user can leverage this weakness to elevate their privileges on the affected queue manager. IBM tracks this issue as X-Force ID 289894.

The vulnerability requires low privilege authentication and no user interaction. Successful exploitation impacts confidentiality, integrity, and availability of the MQ environment.

Critical Impact

An authenticated attacker with low privileges can escalate to higher privileges on IBM MQ queue managers, gaining unauthorized access to messages, configurations, and administrative functions.

Affected Products

  • IBM MQ 9.3 LTS (Long Term Support)
  • IBM MQ 9.3 CD (Continuous Delivery)
  • IBM MQ deployments using vulnerable configurations on cpe:2.3:a:ibm:mq:9.3.0

Discovery Timeline

  • 2024-06-28 - CVE-2024-31912 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-31912

Vulnerability Analysis

IBM MQ provides message queuing services that brokers transactions and data between enterprise applications. The product enforces authorization through object authority manager (OAM) records that bind user identities to permissions on queues, topics, and channels. CVE-2024-31912 breaks this model through an incorrect privilege assignment in specific configurations.

An authenticated user who already holds limited access on the queue manager can perform actions that elevate their effective privileges. The result extends what the user can read, write, or administer beyond the boundary the access control model was intended to enforce.

The attack vector is network-based, with low complexity and low privileges required. No user interaction is needed. Scope remains unchanged, but confidentiality, integrity, and availability impacts are all high. The EPSS probability is 0.235% with a percentile of 46.47.

Root Cause

The root cause is classified under [CWE-266] Incorrect Privilege Assignment. Under certain configurations, IBM MQ grants a privilege to an actor that the actor should not receive based on the intended authorization model. The flaw resides in how MQ resolves and assigns identity-bound privileges in the affected 9.3 release stream.

Attack Vector

The attacker must first authenticate to the queue manager with valid low-privilege credentials. Once authenticated, the attacker interacts with MQ over the network through standard administrative or messaging interfaces. The misassigned privilege then becomes available, allowing the attacker to operate as a higher-privileged identity within the MQ environment.

No public proof-of-concept exploit is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. Refer to the IBM X-Force Vulnerability #289894 entry for additional technical detail.

Detection Methods for CVE-2024-31912

Indicators of Compromise

  • Authorization events in MQ error logs (AMQERR01.LOG) showing unexpected successful operations by low-privileged user IDs.
  • New or modified OAM authority records granting elevated permissions on queues, topics, channels, or the queue manager itself.
  • Unusual administrative MQSC commands executed by user accounts that should not possess +chg, +ctrl, or +ctrlx authorities.

Detection Strategies

  • Audit IBM MQ authority events and configuration events by enabling MQSC ALTER QMGR AUTHOREV(ENABLED) CONFIGEV(ENABLED) and forwarding the events to a SIEM.
  • Baseline normal MQ administrative activity per user ID and alert on deviations, especially privilege grants and channel modifications.
  • Correlate MQ authentication events with downstream administrative API calls to detect post-authentication privilege abuse.

Monitoring Recommendations

  • Forward MQ event queues (SYSTEM.ADMIN.QMGR.EVENT, SYSTEM.ADMIN.CONFIG.EVENT) to a centralized log platform.
  • Monitor changes to mqs.ini and qm.ini configuration files for unauthorized modifications to authorization service stanzas.
  • Track usage of setmqaut and equivalent administrative tooling on MQ servers.

How to Mitigate CVE-2024-31912

Immediate Actions Required

  • Inventory all IBM MQ 9.3 LTS and 9.3 CD deployments and identify queue managers running affected fix pack levels.
  • Apply the IBM security update referenced in the IBM Support Advisory #7158072 as soon as it is validated in a test environment.
  • Review and tighten OAM authority records, removing any unnecessary grants to low-privilege user IDs.
  • Rotate credentials for MQ administrative and service accounts after patching.

Patch Information

IBM has issued a security bulletin and remediation guidance for affected versions. Customers should consult the IBM Support Advisory #7158072 for the fix pack or interim fix corresponding to their installed version of IBM MQ 9.3 LTS or 9.3 CD. Apply the fix during a scheduled maintenance window and validate queue manager startup and authorization behavior afterward.

Workarounds

  • Restrict access to MQ listener ports using network segmentation and firewall rules so only trusted hosts can authenticate to queue managers.
  • Enforce least privilege on all MQ user IDs by removing standing administrative authorities and requiring just-in-time elevation.
  • Disable or restrict the configurations identified by IBM as required preconditions for the privilege escalation until the patch is applied.
bash
# Example: review authority records for a queue manager
dspmqaut -m QM1 -t qmgr -p appuser

# Remove unneeded administrative authorities from a low-privilege user
setmqaut -m QM1 -t qmgr -p appuser -remove +chg +ctrl +ctrlx +dsp

# Enable authorization and configuration event monitoring
echo "ALTER QMGR AUTHOREV(ENABLED) CONFIGEV(ENABLED)" | runmqsc QM1

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechIbm Mq

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.24%

  • 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-266

  • NVD-CWE-noinfo
  • Technical References
  • IBM X-Force Vulnerability #289894
  • Vendor Resources
  • IBM Support Advisory #7158072
  • Related CVEs
  • CVE-2026-1713: IBM MQ Information Disclosure Vulnerability

  • CVE-2025-12755: IBM MQ Log Injection Vulnerability

  • CVE-2025-36128: IBM MQ Denial of Service Vulnerability

  • CVE-2024-35116: IBM MQ Denial of Service 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