Cross-site Scripting (XSS)
express-sanitize-escape is vulnerable to cross-site scripting XSS. The vulnerability exists as it doesn't sanitize the 'req.query' and 'req.body' since the 'req.param' has not been populated at the time that middleware is called allowing an attacker to inject arbitrary Javascript to cause a...