-
Notifications
You must be signed in to change notification settings - Fork 582
[GHSA-355h-qmc2-wpwf] Jetty has HTTP Request Smuggling via Chunked Extension Quoted-String Parsing #7421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: jhy/advisory-improvement-7421
Are you sure you want to change the base?
[GHSA-355h-qmc2-wpwf] Jetty has HTTP Request Smuggling via Chunked Extension Quoted-String Parsing #7421
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,7 +1,7 @@ | ||||||||||||
| { | ||||||||||||
| "schema_version": "1.4.0", | ||||||||||||
| "id": "GHSA-355h-qmc2-wpwf", | ||||||||||||
| "modified": "2026-04-14T23:40:31Z", | ||||||||||||
| "modified": "2026-04-14T23:40:32Z", | ||||||||||||
| "published": "2026-04-14T23:40:31Z", | ||||||||||||
| "aliases": [ | ||||||||||||
| "CVE-2026-2332" | ||||||||||||
|
|
@@ -116,14 +116,11 @@ | |||||||||||
| "introduced": "9.4.0" | ||||||||||||
| }, | ||||||||||||
| { | ||||||||||||
| "fixed": "9.4.60" | ||||||||||||
| "last_affected": "9.4.59" | ||||||||||||
| } | ||||||||||||
| ] | ||||||||||||
| } | ||||||||||||
| ], | ||||||||||||
| "database_specific": { | ||||||||||||
| "last_known_affected_version_range": "<= 9.4.59" | ||||||||||||
| } | ||||||||||||
| ] | ||||||||||||
|
||||||||||||
| ] | |
| ], | |
| "database_specific": { | |
| "last_known_affected_version_range": "<= 9.4.59" | |
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description notes Jetty 9’s latest release is
9.4.58... (EOL), but the advisory now markslast_affectedas9.4.59. Please reconcile this by settinglast_affectedto the actual last released vulnerable version (or using the project’s exact version string convention, e.g., including the.vYYYYMMDDsuffix if that’s what consumers expect) so the affected range doesn’t reference a version that may not exist.