Fix CVE-2022-22965: Upgrade Spring Framework to 5.3.18#11
Draft
pagarwal-dev with Copilot wants to merge 2 commits into
Draft
Fix CVE-2022-22965: Upgrade Spring Framework to 5.3.18#11pagarwal-dev with Copilot wants to merge 2 commits into
pagarwal-dev with Copilot wants to merge 2 commits into
Conversation
…mework 5.3.18) Co-authored-by: pagarwal-dev <224537592+pagarwal-dev@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix critical remote code execution vulnerability in AuthenticationService
Fix CVE-2022-22965: Upgrade Spring Framework to 5.3.18
Dec 11, 2025
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.
Resolves critical Spring4Shell RCE vulnerability (CVE-2022-22965, CVSS 9.8) affecting Spring Framework < 5.3.18.
Changes
2.5.10→2.6.6org.springframework:spring-beansfrom5.3.16to5.3.185.3.18Vulnerability Context
CVE-2022-22965 allows remote code execution via data binding in Spring MVC/WebFlux applications running on JDK 9+ with Tomcat. Exploitation requires no authentication.
dependencies { - implementation ("org.springframework.boot:spring-boot-starter-web:2.5.10") + implementation ("org.springframework.boot:spring-boot-starter-web:2.6.6") }Verified via dependency tree: all
org.springframework:*artifacts now resolve to5.3.18.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.