I was reading this article about child_process.exec and its method regarding command line injections vulnerabilities Avoiding Command Injection in Node.js.
I was working on a novel distributed system utilising NodeJS' readline module to execute developer made command scripts.
My question is, are there certain implementations regarding usage of nodejs' readline and repl modules that may be vulnerable to command line injections? If there are can you give some examples :)