[GHSA-22qq-3xwm-r5x4] github.com/cometbft/cometbft: backport to 0.37.15 not reflected - #9377
Open
zyl71 wants to merge 1 commit into
Open
Conversation
github-actions
Bot
changed the base branch from
main
to
zyl71/advisory-improvement-9377
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: Go:github.com/cometbft/cometbft: introduced=1.0.0-alpha.1 fixed=1.0.1 | introduced=0 fixed=0.38.17
Proposed: Go:github.com/cometbft/cometbft: introduced=1.0.0-alpha.1 fixed=1.0.1 | introduced=0 fixed=0.37.15 | introduced=0.38.0-alpha.1 fixed=0.38.17
v0.37.15 (Go proxy, 2025-02-03) carries the ASA-2025-001 fix as backport #4906 (f6935284), whose blocksync/pool.go hunk is identical to the referenced 2cebfde0; the published module zip contains the new check while v0.37.14's does not, and the v0.37.15 CHANGELOG names this GHSA. The record's single 0->0.38.17 range therefore marks v0.37.15 through v0.37.18 as vulnerable, and all four of those releases contain the fix.
Release lines: the 0.37 line is fixed at 0.37.15, so the current 0->0.38.17 range is split into 0->0.37.15 plus a separate 0.38 line. That line uses introduced=0.38.0-alpha.1 rather than 0.38.0 so that the five 2023 pre-releases (0.38.0-alpha.1, -alpha.2, -rc1..-rc3), which are unfixed and are covered by the current record, stay in scope; this matches the record's own 1.0.0-alpha.1 convention on the 1.0 line. The existing 1.0.0-alpha.1 -> 1.0.1 range is unchanged. 0.39.x and 0.40.0 were branched after the fix and contain it, so they stay outside every range.
Maintainer statements: the advisory says 'Affected versions: <= v0.38.16, v1.0.0' and 'The new CometBFT releases v1.0.1 and v0.38.17 fix this issue'; it does not mention the 0.37 line. The maintainers' own CHANGELOG at v0.37.15 (same day, 3 February 2025) states that the release fixes ASA-2025-001 and links to this GHSA, so this proposal agrees with the release notes; the advisory text is simply incomplete about 0.37.15.
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.