This image contains a very simple node app that is vulnerable to a RCE via an eval statement.
10K+
This is a simple Node app that is vulnerable to command injection via a flawed use of the eval statement.
You can set this up using docker as:
docker run -p 8080:8080 -d appsecco/node-simple-rce
Browse to the following link to begin: http://localhost:8080/?q='Test'
Exploitation and discussion at: http://ibreak.software/2016/08/23/nodejs-rce-and-a-simple-reverse-shell
Content type
Image
Digest
Size
96 MB
Last updated
almost 9 years ago
docker pull appsecco/node-simple-rce