@fastify/session is a session plugin for fastify. Requires the @fastify/cookie plugin. When restoring the cookie from the session store, the `expires` field is overriden if the `maxAge` field was set.
This means a cookie is never correctly detected as expired and thus expired sessions are not destroyed. This vulnerability has been patched 10.8.0.
References
Configurations
No configuration.
History
21 May 2024, 21:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-05-21 21:15
Updated : 2024-05-22 12:46
NVD link : CVE-2024-35220
Mitre link : CVE-2024-35220
CVE.ORG link : CVE-2024-35220
JSON object : View
Products Affected
No product.
CWE
CWE-613
Insufficient Session Expiration