Improve GHSA-r7wm-3cxj-wff9 - #8984
Open
anthonydahanne wants to merge 1 commit into
Open
Conversation
github-actions
Bot
changed the base branch from
main
to
anthonydahanne/advisory-improvement-8984
August 4, 2026 22:41
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Jackson async-parser advisory with new CVE metadata and revised affected-version information.
Changes:
- Adds CVE-2026-68494 and its reference.
- Corrects the lower bound and parent CVSS score.
- Adds 2.22.x and 3.2.x ranges, though upstream evidence shows those releases already contain the fix.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
anthonydahanne
force-pushed
the
anthonydahanne-GHSA-r7wm-3cxj-wff9
branch
from
August 5, 2026 01:46
cd30fc0 to
fd7a673
Compare
anthonydahanne
force-pushed
the
anthonydahanne-GHSA-r7wm-3cxj-wff9
branch
from
August 5, 2026 01:50
fd7a673 to
1fedaa7
Compare
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
Adding the CVE ID assigned by HeroDevs (CNA): CVE-2026-68494, published 2026-08-04. The CVE record cites this GHSA as its source advisory and links CVE-2026-18401 as the incomplete-fix parent.
Three corrections to the affected-version data:
The 2.22.x and 3.2.x lines appear to be missing. Per the upstream release notes the fix also shipped in 2.22.1 and 3.2.1, so >= 2.22.0, < 2.22.1 and >= 3.2.0, < 3.2.1 should be listed as affected. Users on those lines currently receive no alert.
The 2.x range has no lower bound (introduced: 0). maxNumberLength was introduced in 2.15.0, so releases before that have no constraint to bypass. Note GHSA-72hv-8253-57qq's OSV export already uses introduced: 2.15.0.
Minor factual error in the description: "The parent advisory was scored CVSS 8.7 High" — GHSA-72hv-8253-57qq is scored 6.9 Moderate. 8.7 is this advisory's score.