In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade org.webjars:dustjs-linkedin
to version 2.6.0 or higher.
org.webjars:dustjs-linkedin is a Javascript templating engine designed to run asynchronously on both the server and the browser.
Affected versions of this package are vulnerable to Code Injection. Dust.js uses Javascript's eval()
function to evaluate the "if" statement conditions. The input to the function is sanitized by escaping all potentially dangerous characters.
However, if the variable passed in is an array, no escaping is applied, exposing an easy path to code injection. The risk of exploit is especially high given the fact express
, koa
and many other Node.js servers allow users to force a query parameter to be an array using the param[]=value
notation.