Session fixation in express-openid-connect
Moderate severity
GitHub Reviewed
Published
Dec 9, 2021
in
auth0/express-openid-connect
•
Updated Feb 1, 2023
Description
Published by the National Vulnerability Database
Dec 9, 2021
Reviewed
Dec 9, 2021
Published to the GitHub Advisory Database
Dec 9, 2021
Last updated
Feb 1, 2023
Overview
Versions
2.3.0
up to and including2.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.Am I affected?
You are affected by this vulnerability if you are using
express-openid-connect
version2.3.0
up to and including2.5.1
and use a custom session store.How to fix that?
Upgrade to version
>= 2.5.2
.Will this update impact my users?
The fix provided in patch will not affect your users.
References