Security Bulletin
Summary
PAM, go-git, Golang.org/X/Crypto and IBM MQ used by IBM MQ Operator and Queue Manager container images are vulnerable to denial of service due to improper memory allocation, spoofing attacks, and providing weaker than expected security which might allow an attacker to execute arbitrary code on the system. This bulletin identifies the steps required to address these vulnerabilities.
Vulnerability Details
DESCRIPTION: A vulnerability was found in PAM. The secret information is stored in memory, where the attacker can trigger the victim program to execute by sending characters to its standard input (stdin). As this occurs, the attacker can train the branch predictor to execute an ROP chain speculatively. This flaw could result in leaked passwords, such as those found in /etc/shadow while performing authentications.
CWE: CWE-922: Insecure Storage of Sensitive Information
CVSS Source: CVE.org
CVSS Base score: 4.7
CVSS Vector: (CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N)
CVEID: CVE-2024-10963
DESCRIPTION: A vulnerability was found in pam_access due to the improper handling of tokens in access.conf, interpreted as hostnames. This flaw allows attackers to bypass access restrictions by spoofing hostnames, undermining configurations designed to limit access to specific TTYs or services. The flaw poses a risk in environments relying on these configurations for local access control.
CWE: CWE-287: Improper Authentication
CVSS Source: CVE.org
CVSS Base score: 6.5
CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N)
CVEID: CVE-2024-51471
DESCRIPTION: IBM MQ Appliance 9.3 LTS, 9.3 CD, and 9.4 LTS web console could allow an authenticated user to cause a denial-of-service when trace is enabled due to information being written into memory outside of the intended buffer size.
CWE: CWE-125: Out-of-bounds Read
CVSS Source: psirt@us.ibm.com
CVSS Base score: 5.3
CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H)
CVEID: CVE-2024-51470
DESCRIPTION: IBM MQ 9.1 LTS, 9.2 LTS, 9.3 LTS, 9.3 CD, 9.4 LTS, 9.4 CD, IBM MQ Appliance 9.3 LTS, 9.3 CD, 9.4 LTS, and IBM MQ for HPE NonStop 8.1.0 through 8.1.0.25 could allow an authenticated user to cause a denial-of-service due to messages with improperly set values.
CWE: CWE-754: Improper Check for Unusual or Exceptional Conditions
CVSS Source: psirt@us.ibm.com
CVSS Base score: 6.5
CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H)
CVEID: CVE-2024-52898
DESCRIPTION: IBM MQ 9.3 LTS, 9.3 CD, 9.4 LTS, and 9.4 CD web console could allow a local user to obtain sensitive information when a detailed technical error message is returned.
CWE: CWE-209: Generation of Error Message Containing Sensitive Information
CVSS Source: psirt@us.ibm.com
CVSS Base score: 6.2
CVSS Vector: (CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)
CVEID: CVE-2024-52897
DESCRIPTION: IBM MQ 9.2 LTS, 9.3 LTS, 9.3 CD, 9.4 LTS, and 9.4 CD web console could allow a remote attacker to obtain sensitive information when a detailed technical error message is returned.
CWE: CWE-209: Generation of Error Message Containing Sensitive Information
CVSS Source: psirt@us.ibm.com
CVSS Base score: 6.2
CVSS Vector: (CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)
CVEID: CVE-2024-52896
DESCRIPTION: IBM MQ 9.2 LTS, 9.3 LTS, 9.3 CD, 9.4 LTS, and 9.4 CD web console could allow a remote attacker to obtain sensitive information when a detailed technical error message is returned.
CWE: CWE-209: Generation of Error Message Containing Sensitive Information
CVSS Source: psirt@us.ibm.com
CVSS Base score: 6.2
CVSS Vector: (CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)
CVEID: CVE-2025-21613
DESCRIPTION: go-git is a highly extensible git implementation library written in pure Go. An argument injection vulnerability was discovered in go-git versions prior to v5.13. Successful exploitation of this vulnerability could allow an attacker to set arbitrary values to git-upload-pack flags. This only happens when the file transport protocol is being used, as that is the only protocol that shells out to git binaries. This vulnerability is fixed in 5.13.0.
CWE: CWE-88: Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CVSS Source: CISA ADP
CVSS Base score: 9.8
CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)
CVEID: CVE-2025-21614
DESCRIPTION: go-git is a highly extensible git implementation library written in pure Go. A denial of service (DoS) vulnerability was discovered in go-git versions prior to v5.13. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server which triggers resource exhaustion in go-git clients. Users running versions of go-git from v4 and above are recommended to upgrade to v5.13 in order to mitigate this vulnerability.
CWE: CWE-400: Uncontrolled Resource Consumption
CVSS Source: security-advisories@github.com
CVSS Base score: 7.5
CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)
CVEID: CVE-2024-45337
DESCRIPTION: Applications and libraries which misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that "A call to this function does not guarantee that the key offered is in fact used to authenticate." Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.
CVSS Source: CISA
CVSS Base score: 9.1
CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N)
Affected Products and Versions
| Affected Product(s) | Version(s) |
| IBM MQ Operator |
SC2 (formerly LTS): v3.2.0 - v3.2.7 LTS: v2.0.0 - 2.0.29 Other Release: v2.4.0 - v2.4.8, v2.3.0 - 2.3.3, v2.2.0 - v2.2.2 |
| IBM supplied MQ Advanced container images |
CD: 9.3.4.0-r1, 9.3.4.1-r1, 9.3.5.0-r1, 9.3.5.0-r2, 9.3.5.1-r1, 9.3.5.1-r2, 9.4.1.0-r1, 9.4.1.0-r2
|
Remediation/Fixes
Issues mentioned by this security bulletin are addressed in -
- IBM MQ Operator v3.4.1 CD release that included IBM supplied MQ Advanced 9.4.1.1-r1 container image.
- IBM MQ Operator v3.2.8 SC2 (formerly LTS) release that included IBM supplied MQ Advanced 9.4.0.7-r1 container image.
- IBM MQ Container 9.4.1.1-r1 release.
IBM strongly recommends applying the latest container images.
IBM MQ Operator v3.4.1 CD release details:
|
Image |
Fix Version |
Registry |
Image Location |
|
ibm-mq-operator |
v3.4.1 |
icr.io |
icr.io/cpopen/ibm-mq-operator@sha256:e4eceb4c8bdee9d16c9ef3c708af5e5e3622a20ba452cddacebf65b316565fa1 |
|
ibm-mqadvanced-server |
9.4.1.1-r1 |
cp.icr.io |
cp.icr.io/cp/ibm-mqadvanced-server@sha256:6095c85ba2e1242459ed8a9c0340aad0431313046fae85bd00ffb2d369062fc6 |
|
ibm-mqadvanced-server-integration |
9.4.1.1-r1 |
cp.icr.io |
cp.icr.io/cp/ibm-mqadvanced-server-integration@sha256:f6c0a44606f8af1fe05daf9f3f0638c5fa883375076e994a2f39210c4b5b316f |
|
ibm-mqadvanced-server-dev |
9.4.1.1-r1 |
icr.io |
icr.io/ibm-messaging/ibm-mqadvanced-server-dev@sha256:546658d75bd5cde3006852b407e202513187f8c1cf2d08c6a4d2fb0c16565f06 |
IBM MQ Operator v3.2.8 SC2 (formerly LTS) release details:
|
Image |
Fix Version |
Registry |
Image Location |
|
ibm-mq-operator |
v3.2.8 |
icr.io |
icr.io/cpopen/ibm-mq-operator@sha256:b95e15a48b0dd7154f218420397ddd5c1af33efbf506ff18b4a99083b560d0f9 |
|
ibm-mqadvanced-server |
9.4.0.7-r1 |
cp.icr.io |
cp.icr.io/cp/ibm-mqadvanced-server@sha256:1b754ab08d4852777a8050335abca29f22b7b4ccb2fe20948622694f5b78d6e6 |
|
ibm-mqadvanced-server-integration |
9.4.0.7-r1 |
cp.icr.io |
cp.icr.io/cp/ibm-mqadvanced-server-integration@sha256:4dd72f533ca802c2a103670a51b922d9d23b92276eef3e9e908bfeb4a937804d |
|
ibm-mqadvanced-server-dev |
9.4.0.7-r1 |
icr.io |
icr.io/ibm-messaging/ibm-mqadvanced-server-dev@sha256:05ac175c016a8356455a5c2c42762c0112b67243859b31f2de8e2147b52ef98e |
IBM MQ Container 9.4.1.1-r1 release details:
|
Image |
Fix Version |
Registry |
Image Location |
|
ibm-mqadvanced-server |
9.4.1.1-r1 |
cp.icr.io |
cp.icr.io/cp/ibm-mqadvanced-server@sha256:6095c85ba2e1242459ed8a9c0340aad0431313046fae85bd00ffb2d369062fc6 |
|
ibm-mqadvanced-server-integration |
9.4.1.1-r1 |
cp.icr.io |
cp.icr.io/cp/ibm-mqadvanced-server-integration@sha256:f6c0a44606f8af1fe05daf9f3f0638c5fa883375076e994a2f39210c4b5b316f |
|
ibm-mqadvanced-server-dev |
9.4.1.1-r1 |
icr.io |
icr.io/ibm-messaging/ibm-mqadvanced-server-dev@sha256:546658d75bd5cde3006852b407e202513187f8c1cf2d08c6a4d2fb0c16565f06 |
Workarounds and Mitigations
None
Get Notified about Future Security Bulletins
References
Acknowledgement
Change History
31 Jan 2025: Initial Publication
*The CVSS Environment Score is customer environment specific and will ultimately impact the Overall CVSS Score. Customers can evaluate the impact of this vulnerability in their environments by accessing the links in the Reference section of this Security Bulletin.
Disclaimer
According to the Forum of Incident Response and Security Teams (FIRST), the Common Vulnerability Scoring System (CVSS) is an "industry open standard designed to convey vulnerability severity and help to determine urgency and priority of response." IBM PROVIDES THE CVSS SCORES ""AS IS"" WITHOUT WARRANTY OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY. In addition to other efforts to address potential vulnerabilities, IBM periodically updates the record of components contained in our product offerings. As part of that effort, if IBM identifies previously unidentified packages in a product/service inventory, we address relevant vulnerabilities regardless of CVE date. Inclusion of an older CVEID does not demonstrate that the referenced product has been used by IBM since that date, nor that IBM was aware of a vulnerability as of that date. We are making clients aware of relevant vulnerabilities as we become aware of them. "Affected Products and Versions" referenced in IBM Security Bulletins are intended to be only products and versions that are supported by IBM and have not passed their end-of-support or warranty date. Thus, failure to reference unsupported or extended-support products and versions in this Security Bulletin does not constitute a determination by IBM that they are unaffected by the vulnerability. Reference to one or more unsupported versions in this Security Bulletin shall not create an obligation for IBM to provide fixes for any unsupported or extended-support products or versions.
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
26 February 2025
UID
ibm17182196