Remote Code Execution (RCE) Affecting angular-expressions package, versions <1.0.1
Threat Intelligence
Do your applications use this vulnerable package?
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 applications- Snyk ID SNYK-JS-ANGULAREXPRESSIONS-543284
- published 26 Jan 2020
- disclosed 26 Jan 2020
- credit Unknown
Introduced: 26 Jan 2020
CVE-2020-5219 Open this link in a new tabHow to fix?
Upgrade angular-expressions
to version 1.0.1 or higher.
Overview
angular-expressions is an Angular expression as standalone module.
Affected versions of this package are vulnerable to Remote Code Execution (RCE)
when expressions.compile
(userControlledInput) is called where userControlledInput
is text that comes from user input. If running angular-expressions in the browser, an attacker could run any browser script when the application code calls expressions.compile
(userControlledInput). If running angular-expressions on the server, an attacker could run any Javascript expression, thus gaining Remote Code Execution.