[Aikido] Fix 18 security issues in spring-core, spring-webmvc, spring-web and 8 more - #329
Open
aikido-autofix[bot] wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
CVE-2026-10051 in Eclipse Jetty - medium severity
In Eclipse Jetty, a first HTTP/1.1 request with trailers causes the server to retain the trailers in subsequent requests performed over the same connection.
Subsequent request that do not have trailers report the trailers of the first request.
Subsequent request that do have trailers report the union of trailers of the first request and the current request.
Details
Remediation Aikido suggests bumping this package to version 12.0.36 to resolve this issue
Reply @AikidoSec ignore: [REASON] to ignore this issue.
More info
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.
Upgrade Spring and Jetty dependencies to fix critical SSRF/open redirect vulnerabilities in URL parsing, Digest authentication bypass via character encoding collision, and HTTP request smuggling via malformed chunk extensions.
✅ No breaking changes for: org.springframework:spring-core, org.springframework:spring-webmvc, org.springframework:spring-web, org.springframework:spring-beans, org.springframework:spring-expression, org.springframework:spring-context, org.eclipse.jetty:jetty-security, io.netty:netty-codec-http2
✅ 18 CVEs resolved by this upgrade
This PR will resolve the following CVEs:
?, allowing attackers to bypass authentication by replacing such characters with?to produce identical hash collisions.🔗 Related Tasks