An issue was discovered in the node-serialize package 0.0.4 for Node.js. Untrusted data passed into the unserialize() function can be exploited to achieve arbitrary code execution by passing a JavaScript Object with an Immediately Invoked Function Expression (IIFE).
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
Link | Tags |
---|---|
https://nodesecurity.io/advisories/311 | third party advisory |
https://opsecx.com/index.php/2017/02/08/exploiting-node-js-deserialization-bug-for-remote-code-execution/ | third party advisory exploit |
http://www.securityfocus.com/bid/96225 | vdb entry third party advisory |
http://packetstormsecurity.com/files/161356/Node.JS-Remote-Code-Execution.html | exploit vdb entry third party advisory |
http://packetstormsecurity.com/files/163222/Node.JS-Remote-Code-Execution.html |