A demonstration of CVE-2022-42889 (text4shell) remote code execution vulnerability# text4shell
A demonstration of CVE-2022-42889 (text4shell) remote code execution vulnerability.
Details in [Don't Panic!: CVE-2022-42889 Text4shell vulnerability in Apache Commons Text](https://www.dontpanicblog.co.uk/2023/03/11/cve-2022-42889-text4shell/).
[4.0K] /data/pocs/507d5ad9686680ab37c7d09a2a69dbdf877a1982
├── [1.1K] LICENSE.md
├── [1.5K] pom.xml
├── [ 261] README.md
└── [4.0K] src
├── [4.0K] main
│ ├── [4.0K] java
│ │ └── [4.0K] org
│ │ └── [4.0K] dontpanic
│ │ └── [4.0K] text4shell
│ │ ├── [4.0K] controller
│ │ │ ├── [ 556] ExploitMeController.java
│ │ │ └── [1.5K] HomeController.java
│ │ └── [ 325] Text4shellApplication.java
│ └── [4.0K] resources
│ ├── [ 55] application.properties
│ └── [4.0K] templates
│ └── [ 453] index.html
└── [4.0K] test
└── [4.0K] java
└── [4.0K] org
└── [4.0K] dontpanic
└── [4.0K] text4shell
└── [ 220] Text4shellApplicationTests.java
14 directories, 9 files