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
CVE-2024-22262 — Proof-of-concept exploit for CVE-2024-22262 in Spring applications, with a Dev Container environment for hands-on vulnerability exploration and testing. | Kitploit
Tools/GitHubGitHub/performant-labs/cve-2024-22262
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubperformant-labs/cve-2024-22262

CVE-2024-22262

Proof-of-concept exploit for CVE-2024-22262 in Spring applications, with a Dev Container environment for hands-on vulnerability exploration and testing.

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Spring CVE-2024-22262

Proof of Concept

This repo contains a Development Container environment and Spring application of the correct version specifically to explore this CVE.

Setup Instructions

Clone the repo to your machine and use Docker and your favorite IDE.

OR

Use GitPod online with https://gitpod.io/#<URL to this repo>

OR

Use GitPod Desktop:

  1. Download GitPod Desktop and install it.
  2. Click Projects.
  3. Click New Environment.
  4. Provide the URL of this repo.

Within the development environment you've chosen above:

  1. Run the app:
root@kitploit:~
cd spring-cve-harness
mvn spring-boot:run
  1. Perform the exploit.

Don't forget to commit your changes back to this repo.

Useful URLs

Development Containers Project Page

  • https://containers.dev

Development Containers Images

  • https://github.com/devcontainers/images

Developing inside a container

  • https://code.visualstudio.com/docs/devcontainers/containers

Container Guides

  • https://containers.dev/guides
Download Tool