[GHSA-2r2c-cx56-8933] JLine3 Telnet server: Unauthenticated Remote DoS via Unbounded Telnet NAWS Terminal Geometry - #9278
Open
dolores193 wants to merge 1 commit into
Conversation
Collaborator
|
Hi there @gnodet! A community member has suggested an improvement to your security advisory. If approved, this change will affect the global advisory listed at github.com/advisories. It will not affect the version listed in your project repository. This change will be reviewed by our Security Curation Team. If you have thoughts or feedback, please share them in a comment here! If this PR has already been closed, you can start a new community contribution for this advisory |
github-actions
Bot
changed the base branch from
main
to
dolores193/advisory-improvement-9278
August 31, 2026 18:09
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
Subject: Affected/patched version range is incomplete — missing 3.x and 4.0.x backport branches
The current advisory only lists a single linear range:
Affected: < 4.2.1
Patched: 4.2.1
However, the fix for this CVE was backported to two additional maintenance
branches and released independently:
Evidence (official upstream release notes, both explicitly reference this
advisory as a backport):
"Security: Limit telnet NEW-ENVIRON variable count and NAWS geometry
bounds (backport of GHSA-47qp, GHSA-2r2c)"
This is also reflected in OSV.dev's own "extracted_events" for this CVE,
which lists three separate introduced/fixed pairs (0→3.30.14, 4.0.0→4.0.16,
4.1.0→4.2.1):
https://osv.dev/vulnerability/CVE-2026-56740 (or CVE-2026-56741)
Because this GHSA record only encodes the mainline "< 4.2.1" range, scanners
that rely on it (e.g. Trivy, which consults GHSA/OSV exclusively for
pkg:maven/... packages) produce false positives for users who are already on
the patched 3.30.14 / 4.0.16 releases and correctly flag them as still
vulnerable up to 4.2.1.
Could the affected_range / patched_versions be updated to reflect all three
branches, similar to how OSV.dev's extracted_events already models it?
Suggested corrected ranges: