The WebControl in RaspberryTortoise through 2012-10-28 is vulnerable to remote code execution via shell metacharacters in a URI. The file nodejs/raspberryTortoise.js has no validation on the parameter incomingString before passing it to the child_process.exec function.
The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.
Link | Tags |
---|---|
https://github.com/raspberrytorte/tortoise/tree/master/nodejs | third party advisory exploit |
https://gist.github.com/PreethamBomma/e7b6d220790f95555dc2c5ac1d7d2f85 | third party advisory exploit |