Upgrade httpcomponents.client5 to 5.6.2 - #7128
Merged
Merged
Conversation
Upgrade httpclient5 from 5.6.1 to 5.6.2 to resolve CVE-2026-54428 (CWE-770: Allocation of Resources Without Limits or Throttling) in the transitive dependency httpcore5-h2. The vulnerability allows a remote attacker to exhaust memory via oversized HTTP/2 HPACK header blocks before SETTINGS ACK applies the configured limit. httpclient5 5.6.2 pulls in httpcore5-h2 5.4.3 which contains the fix. Fixes #7123
dagnir
approved these changes
Jul 9, 2026
bhoradc
enabled auto-merge
July 9, 2026 22:48
|
This pull request has been closed and the conversation has been locked. Comments on closed PRs are hard for our team to see. If you need more assistance, please open a new issue that references this one. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Motivation and Context
Upgrade
httpclient5from5.6.1to5.6.2to resolve CVE-2026-54428 - a HIGH severity vulnerability (CVSS 7.5) in the transitive dependencyhttpcore5-h2.httpclient5@5.6.2pulls inhttpcore5-h2@5.4.3which contains the fix.Fixes #7123
Modifications
Bump
httpcomponents.client5.versionfrom5.6.1to5.6.2No breaking changes
httpclient5 5.6.2 release notes - shows below changes:
httpcore5 5.4.3 release notes include the fix:
All other transitive dependency versions are identical between
5.6.1and5.6.2.License