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
snakeyaml_cve_poc — SnakeYAML-CVE-2022-1471-POC | Kitploit
Tools/GitHubGitHub/falconkei/snakeyaml_cve_poc
Payload GenerationVulnerability AnalysisCode AnalysisExploitationWeb Application Exploitation
GitHubfalconkei/snakeyaml_cve_poc

snakeyaml_cve_poc

SnakeYAML-CVE-2022-1471-POC

View Repository
4432 years 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

snakeyaml_cve_poc

SnakeYAML-CVE-2022-1471-POC

build

Either build the jar on your host with mvn clean compile assembly:single

Or use docker to build an image with docker build -t snakeyaml .

run

Run the container with docker run --rm -p8080:8080 snakeyaml

or the jar if you built on your host with java -jar target/snakeyaml-1.0-SNAPSHOT-jar-with-dependencies.jar

use

Send a get request to serialize object of student class and send yaml as response

Send a post request with yaml to read YAML object as custom java object - deserialization

exploit

Download Tool

Execute python3 -m http.server 8000 to run the http server

Send a post request with yaml containing exploit

You should observe a HTTP GET request on the listner