CVE-2020-5219
published 2020-01-24CVE-2020-5219: Angular Expressions before version 1.0.1 has a remote code execution vulnerability if you call expressions.compile(userControlledInput) where…
PriorityP350high8.8CVSS 3.1
AVNACLPRNUIRSUCHIHAH
EPSS
2.39%
81.9th percentile
Angular Expressions before version 1.0.1 has a remote code execution vulnerability if you call expressions.compile(userControlledInput) 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.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| peerigon | angular-expressions | < 1.0.1 | 1.0.1 |
| peerigon | angular-expressions | >= 0 < 1.0.1 | 1.0.1 |
CVSS provenance
nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
nvdv2.06.8MEDIUMAV:N/AC:M/Au:N/C:P/I:P/A:P
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Remote Code Execution in Angular Expressions
ghsa·2020-01-24
CVE-2020-5219 [HIGH] CWE-74 Remote Code Execution in Angular Expressions
Remote Code Execution in Angular Expressions
### Impact
The vulnerability, reported by GoSecure Inc, allows Remote Code Execution, if you call `expressions.compile(userControlledInput)` 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.
### Patches
Users should upgrade to version 1.0.1 of angular-expressions
### Workarounds
A temporary workaround might be either to :
* disable user-controlled input that will be fed into angular-expressions in your application
OR
* allow only
OSV
Remote Code Execution in Angular Expressions
osv·2020-01-24
CVE-2020-5219 [HIGH] Remote Code Execution in Angular Expressions
Remote Code Execution in Angular Expressions
### Impact
The vulnerability, reported by GoSecure Inc, allows Remote Code Execution, if you call `expressions.compile(userControlledInput)` 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.
### Patches
Users should upgrade to version 1.0.1 of angular-expressions
### Workarounds
A temporary workaround might be either to :
* disable user-controlled input that will be fed into angular-expressions in your application
OR
* allow only
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
http://blog.angularjs.org/2016/09/angular-16-expression-sandbox-removal.htmlhttps://github.com/peerigon/angular-expressions/commit/061addfb9a9e932a970e5fcb913d020038e65667https://github.com/peerigon/angular-expressions/security/advisories/GHSA-hxhm-96pp-2m43http://blog.angularjs.org/2016/09/angular-16-expression-sandbox-removal.htmlhttps://github.com/peerigon/angular-expressions/commit/061addfb9a9e932a970e5fcb913d020038e65667https://github.com/peerigon/angular-expressions/security/advisories/GHSA-hxhm-96pp-2m43
2020-01-24
Published