Simple Vulnerable Spring Boot Application to Test the CVE-2021-44228 # vuln_spring_log4j2
Vulnerable spring application for testing the log4j2 (CVE-2021-44228)
<b>Java Version:</b> 1.8
<b>Spring Boot Version:</b> 2.4.0
<b> Spring Core Version:</b> 5.3.1
<b>Log4j Version:</b> 2.13.3
<b>Burp</b>
<img src=/ss/burp.png></img>
<b>Log</b>
<img src=/ss/log.png></img>
[4.0K] /data/pocs/0d16b5a45b0f653f0cd456f51f6097bd24d21dfd
├── [1.6K] pom.xml
├── [ 306] README.md
├── [4.0K] src
│ ├── [4.0K] main
│ │ ├── [4.0K] java
│ │ │ └── [4.0K] com
│ │ │ └── [4.0K] vulnspring
│ │ │ └── [4.0K] logging
│ │ │ ├── [ 327] VulnerableSpringBootApp.java
│ │ │ └── [1.4K] VulnerableSpringBootRest.java
│ │ └── [4.0K] resources
│ │ └── [ 0] application.properties
│ └── [4.0K] test
│ └── [4.0K] java
│ └── [4.0K] com
│ └── [4.0K] vulnspring
│ └── [4.0K] logging
│ └── [ 220] VulnerableSpringBootAppTests.java
└── [4.0K] ss
├── [437K] burp.png
└── [ 35K] log.png
13 directories, 8 files