CVE-2024-31999

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-31999
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-31999.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-31999
Aliases
Related
Published
2024-04-10T22:15:07Z
Modified
2025-01-08T14:27:28.861819Z
Summary
[none]
Details

@festify/secure-session creates a secure stateless cookie session for Fastify. At the end of the request handling, it will encrypt all data in the session with a secret key and attach the ciphertext as a cookie value with the defined cookie name. After that, the session on the server side is destroyed. When an encrypted cookie with matching session name is provided with subsequent requests, it will decrypt the ciphertext to get the data. The plugin then creates a new session with the data in the ciphertext. Thus theoretically the web instance is still accessing the data from a server-side session, but technically that session is generated solely from a user provided cookie (which is assumed to be non-craftable because it is encrypted with a secret key not known to the user). The issue exists in the session removal process. In the delete function of the code, when the session is deleted, it is marked for deletion. However, if an attacker could gain access to the cookie, they could keep using it forever. Version 7.3.0 contains a patch for the issue. As a workaround, one may include a "last update" field in the session, and treat "old sessions" as expired.

References

Affected packages

Git / github.com/fastify/fastify-secure-session

Affected ranges

Type
GIT
Repo
https://github.com/fastify/fastify-secure-session
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed

Affected versions

v2.*

v2.3.1

v3.*

v3.0.0
v3.1.0

v4.*

v4.0.0
v4.1.0
v4.1.1

v5.*

v5.0.0
v5.1.0
v5.1.1
v5.2.0
v5.3.0

v6.*

v6.0.0
v6.1.0
v6.2.0

v7.*

v7.0.0
v7.1.0
v7.2.0