
Applicazione proof-of-concept che dimostra la vulnerabilità RCE CVE-2022-42889 in Apache Commons Text 1.9 con passaggi di sfruttamento riproducibili per test di sicurezza e formazione.
Questa repository contiene una semplice applicazione che utilizza Apache Commons Text 1.9, vulnerabile a CVE-2022-42889.
mvn assembly:assembly -DdescriptorId=jar-with-dependencies
java -jar target/demo-0.0.1-SNAPSHOT-jar-with-dependencies.jar
docker build -t poc .
docker run -it poc
Come puoi vedere, l'operazione viene eseguita. Il che indica che la RCE ha avuto successo.