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-2022-22970 — Hands-on Dev Container environment for exploring CVE-2022-22970 with a vulnerable Spring application and proof-of-concept exploit code. | Kitploit
Tools/GitHubGitHub/performant-labs/cve-2022-22970
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubperformant-labs/cve-2022-22970

CVE-2022-22970

Hands-on Dev Container environment for exploring CVE-2022-22970 with a vulnerable Spring application and proof-of-concept exploit code.

View Repository
21 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-2022-22970

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