Session Fixation Affecting @fastify/passport package, versions <1.1.0 >=2.0.0 <2.3.0
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JS-FASTIFYPASSPORT-5457848
- published 23 Apr 2023
- disclosed 23 Apr 2023
- credit pedromigueladao, lavish
Introduced: 23 Apr 2023
CVE-2023-29019 Open this link in a new tabHow to fix?
Upgrade @fastify/passport
to version 1.1.0, 2.3.0 or higher.
Overview
@fastify/passport is a Simple, unobtrusive authentication for Fastify.
Affected versions of this package are vulnerable to Session Fixation. fastify
applications rely on the @fastify/passport
library for user authentication. The login and user validation are performed by the authenticate
function. When executing this function, the sessionId
is preserved between the pre-login and the authenticated session. Network and same-site attackers can hijack the victim's session by tossing a valid sessionId
cookie in the victim's browser and wait for the victim to log in on the website.