Web Exploitation 🕸️
Node.js eval() to RCE
Using direct eval()
can cause remote code execution if not properly validate or sanitize the input. This will lead to abuse of modules such as process
, fs
(file system) and child_process
modules.
To be continue..
Last updated