Lucene search

K
cveGitHub_MCVE-2022-24794
HistoryMar 31, 2022 - 11:15 p.m.

CVE-2022-24794

2022-03-3123:15:08
CWE-601
GitHub_M
web.nvd.nist.gov
66
express openid connect
express js
middleware
open redirect
unauthorized access
cve-2022-24794
security vulnerability

CVSS2

5.8

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:P/I:P/A:N

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

LOW

Availability Impact

NONE

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

EPSS

0.001

Percentile

26.2%

Express OpenID Connect is an Express JS middleware implementing sign on for Express web apps using OpenID Connect. Users of the requiresAuth middleware, either directly or through the default authRequired option, are vulnerable to an Open Redirect when the middleware is applied to a catch all route. If all routes under example.com are protected with the requiresAuth middleware, a visit to http://example.com//google.com will be redirected to google.com after login because the original url reported by the Express framework is not properly sanitized. This vulnerability affects versions prior to 2.7.2. Users are advised to upgrade. There are no known workarounds.

Affected configurations

Nvd
Vulners
Node
auth0express_openid_connectRange<2.7.2node.js
VendorProductVersionCPE
auth0express_openid_connect*cpe:2.3:a:auth0:express_openid_connect:*:*:*:*:*:node.js:*:*

CNA Affected

[
  {
    "product": "express-openid-connect",
    "vendor": "auth0",
    "versions": [
      {
        "status": "affected",
        "version": "< 2.7.2"
      }
    ]
  }
]

CVSS2

5.8

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:P/I:P/A:N

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

LOW

Availability Impact

NONE

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

EPSS

0.001

Percentile

26.2%

Related for CVE-2022-24794