Cyber Resilience

CVE-2025-0975

Ibm Mq Appliance 9.3.0 – 9.4.2

Published
28 February 2025
Modified
03 July 2025
Patch / advisory
CVSS Score v3.1 8.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0067 49th percentile
Risk Priority 65 floored blend · peak EPSS

Summary

CVE-2025-0975 is a high-severity Improper Neutralization of Escape, Meta, or Control Sequences (CWE-150) vulnerability in Ibm Mq Appliance. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Content Injection (T1659); ranked at the 49th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-0975 affects the console component of IBM MQ versions 9.3 LTS, 9.3 CD, 9.4 LTS, and 9.4 CD. The vulnerability stems from improper neutralization of escape characters (CWE-150), which could allow an authenticated user to execute code. It carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and was published on 2025-02-28.

An authenticated user with low privileges can exploit this vulnerability remotely over the network with low attack complexity and no user interaction. Exploitation enables arbitrary code execution, resulting in high impacts to confidentiality, integrity, and availability on the affected system.

The IBM security advisory at https://www.ibm.com/support/pages/node/7183467 provides details on mitigation, including available patches.

EU & UK References

Vulnerability Data

IBM MQ 9.3 LTS, 9.3 CD, 9.4 LTS, and 9.4 CD console could allow an authenticated user to execute code due to improper neutralization of escape characters.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-54173Same product: Ibm Mq Appliance
CVE-2025-14456Same product: Ibm Mq Appliance
CVE-2024-25048Same product: Ibm Mq Appliance
CVE-2024-51471Same product: Ibm Mq Appliance
CVE-2023-46177Same product: Ibm Mq Appliance
CVE-2023-26285Same product: Ibm Mq Appliance
CVE-2023-22874Same product: Ibm Mq Appliance
CVE-2023-46176Same product: Ibm Mq Appliance
CVE-2025-3631Same product: Ibm Mq Appliance
CVE-2025-23225Same product: Ibm Mq Appliance

Affected Assets

ibm
mq appliance
9.3.0 — 9.4.2 · 9.3.0.0 — 9.3.0.27 · 9.4.0.0 — 9.4.0.10

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.2.10
  • V1.3.12

Mitigating Controls (NIST 800-53 r5) AI

SI-10 requires validation/sanitization of inputs that directly stops escape/meta/control sequences from reaching downstream components.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input neutralization and escaping to prevent this class of flaw.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect the weakness but does not itself implement neutralization.

prevents

Secure development lifecycle mandates input validation and output encoding that directly neutralizes escape/meta sequences.

prevents

Application security requirements explicitly call for controls against injection and malformed input sequences.

prevents

Secure architecture principles reduce attack surface but do not prescribe specific neutralization techniques.

prevents

Secure coding standards require proper escaping and neutralization of control characters before downstream processing.

References