Lucene search

K
cvelistGitHub_MCVELIST:CVE-2021-21277
HistoryFeb 01, 2021 - 3:05 p.m.

CVE-2021-21277 Angular Expressions - Remote Code Execution

2021-02-0115:05:24
CWE-74
GitHub_M
www.cve.org

8.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:N

9.1 High

AI Score

Confidence

High

0.009 Low

EPSS

Percentile

82.9%

angular-expressions is “angular’s nicest part extracted as a standalone module for the browser and node”. In angular-expressions before version 1.1.2 there is a vulnerability which allows Remote Code Execution if you call “expressions.compile(userControlledInput)” where “userControlledInput” is text that comes from user input. The security of the package could be bypassed by using a more complex payload, using a “.constructor.constructor” technique. In terms of impact: 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. This is fixed in version 1.1.2 of angular-expressions A temporary workaround might be either to disable user-controlled input that will be fed into angular-expressions in your application or allow only following characters in the userControlledInput.

CNA Affected

[
  {
    "product": "angular-expressions",
    "vendor": "peerigon",
    "versions": [
      {
        "status": "affected",
        "version": "< 1.1.2"
      }
    ]
  }
]

8.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:N

9.1 High

AI Score

Confidence

High

0.009 Low

EPSS

Percentile

82.9%

Related for CVELIST:CVE-2021-21277