Express OpenID Connect is express JS middleware implementing sign on for Express web apps using OpenID Connect. Versions before and including `2.5.1` do not regenerate the session id and session cookie when user logs in. This behavior opens up the application to various session fixation vulnerabilities. Versions `2.5.2` contains a patch for this issue.
References
Link | Resource |
---|---|
https://github.com/auth0/express-openid-connect/commit/5ab67ff2bd84f76674066b5e129b43ab5f2f430f | Patch Third Party Advisory |
https://github.com/auth0/express-openid-connect/releases/tag/v2.5.2 | Release Notes Third Party Advisory |
https://github.com/auth0/express-openid-connect/security/advisories/GHSA-7rg2-qxmf-hhx9 | Third Party Advisory |
https://github.com/auth0/express-openid-connect/commit/5ab67ff2bd84f76674066b5e129b43ab5f2f430f | Patch Third Party Advisory |
https://github.com/auth0/express-openid-connect/releases/tag/v2.5.2 | Release Notes Third Party Advisory |
https://github.com/auth0/express-openid-connect/security/advisories/GHSA-7rg2-qxmf-hhx9 | Third Party Advisory |
Configurations
History
21 Nov 2024, 06:25
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/auth0/express-openid-connect/commit/5ab67ff2bd84f76674066b5e129b43ab5f2f430f - Patch, Third Party Advisory | |
References | () https://github.com/auth0/express-openid-connect/releases/tag/v2.5.2 - Release Notes, Third Party Advisory | |
References | () https://github.com/auth0/express-openid-connect/security/advisories/GHSA-7rg2-qxmf-hhx9 - Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : 6.8
v3 : 4.6 |
Information
Published : 2021-12-09 16:15
Updated : 2024-11-21 06:25
NVD link : CVE-2021-41246
Mitre link : CVE-2021-41246
CVE.ORG link : CVE-2021-41246
JSON object : View
Products Affected
auth0
- express_openid_connect
CWE
CWE-384
Session Fixation