Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @fastify/secure-session
  4. ›
  5. CVE-2024-31999

CVE-2024-31999: @fastify/secure-session: Reuse of destroyed secure session cookie

April 10, 2024

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.

References

  • github.com/advisories/GHSA-9wwp-q7wq-jx35
  • github.com/fastify/fastify-secure-session
  • github.com/fastify/fastify-secure-session/commit/56d66642ecc633cff0606927601e81cdac361370
  • github.com/fastify/fastify-secure-session/security/advisories/GHSA-9wwp-q7wq-jx35
  • nvd.nist.gov/vuln/detail/CVE-2024-31999

Code Behaviors & Features

Detect and mitigate CVE-2024-31999 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 7.3.0

Fixed versions

  • 7.3.0

Solution

Upgrade to version 7.3.0 or above.

Impact 7.4 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-613: Insufficient Session Expiration

Source file

npm/@fastify/secure-session/CVE-2024-31999.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:59 +0000.