Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
spring-boot-cve-2022-22965 — Showcase of overridding the Spring Framework version in older Spring Boot versions | Kitploit
Tools/GitHubGitHub/snicoll-scratches/spring-boot-cve-2022-22965
Vulnerability AnalysisCode AnalysisExploitationWeb SecurityLearning & Education
GitHubsnicoll-scratches/spring-boot-cve-2022-22965

spring-boot-cve-2022-22965

Showcase of overridding the Spring Framework version in older Spring Boot versions

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
4 years agoNot yet reviewed

= Spring Framework version override showcase

This repository showcases how you can override the Spring Framework version of a Spring Boot 2.4-based application.

Spring Boot 2.4.x is https://spring.io/projects/spring-boot#support[out of OSS support], the latest version is 2.4.13. It uses Spring Framework 5.3.13 that is vulnerable to https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement[CVE-2022-22965].

Three sample projects are provided:

  • spring-boot-2.4-gradle: A gradle-based project showcasing how you can use ext to override the Spring Framework version.
  • spring-boot-2.4-maven: A maven-based project showcasing how you can use the spring-framework.version property when using the Spring Boot parent.
  • spring-boot-2.4-maven-custom-parent: A maven-based project showcasing how you can import the Spring Framework BOM when using a custom parent.
Download Tool