[GHSA-3wfj-vh84-732p] org.apache.activemq:activemq-client: backport to 5.10.2 not reflected - #9380
Open
zyl71 wants to merge 1 commit into
Open
Conversation
…o 5.10.2 not reflected
github-actions
Bot
changed the base branch from
main
to
zyl71/advisory-improvement-9380
September 7, 2026 04:28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Comments
Current record: Maven:org.apache.activemq:activemq-client: introduced=0 fixed=5.11.0
Proposed: Maven:org.apache.activemq:activemq-client: introduced=0 fixed=5.10.2
The record's 'fixed 5.11.0' comes from the CVE text ('before 5.11.0'), but the 5.10.x branch received the same one-hunk change (f07e6a53, removing the unauthenticated 'shutdown' ControlCommand handling) and shipped it in 5.10.2 on 2015-02-13. Checked directly in the Maven Central sources jars: activemq-broker 5.10.1 still has the System.exit branch, 5.10.2 and 5.11.0 do not. Apache's own advisory lists affected versions as 5.0.0 - 5.10.1, which matches. Since Maven orders 5.10.2 < 5.11.0 with nothing in between, 0->5.10.2 is the exact range. Side note: the vulnerable class lives in activemq-broker rather than activemq-client.
Release lines: Lines with releases around the fix (trunk fix 2014-08-13, backport 2015-02-12): 5.9 ended with 5.9.1 (2014-04-01) before the fix -> stays affected; 5.10: 5.10.0 (2014-06-05) and 5.10.1 (2015-01-15) still contain the shutdown branch (sources jar), 5.10.2 (2015-02-13) is the first 5.10.x with the backport; 5.11: 5.11.0 (2015-01-30) already contains the trunk commit. Because Maven orders 5.10.2 < 5.11.0 and nothing sits between them, the single range 0->5.10.2 marks exactly 5.0.0..5.10.1 affected and 5.10.2, 5.11.x+ not affected.
Maintainer statements: Apache ActiveMQ advisory CVE-2014-3576-announcement.txt: 'Versions Affected: Apache ActiveMQ 5.0.0 - 5.10.1 ... Mitigation: Upgrade to Apache ActiveMQ 5.11.0'. Naming 5.10.1 as the last affected version is consistent with 5.10.2 being fixed; the record's 'before 5.11.0' wording comes from the NVD/CVE text and wrongly covers 5.10.2.
Evidence:
Version checks:
This comes from a systematic comparison of advisory ranges with fix commits and published registry artifacts. Happy to adjust if the maintainers intend otherwise.