Ecosyste.ms: Advisories

An open API service providing security vulnerability metadata for many open source software ecosystems.

Security Advisories: GSA_kwCzR0hTQS05d3dwLXE3d3EtangzNc4AA63x

@fastify/secure-session: Reuse of destroyed secure session cookie

Impact

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.

Patches

Fixed in 56d66642ecc633cff0606927601e81cdac361370.
Update to v7.3.0.

Workarounds

Include a "last update" field in the session, and treat "old sessions" as expired.
Make sure to configure your cookie as "http only".

References

Permalink: https://github.com/advisories/GHSA-9wwp-q7wq-jx35
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05d3dwLXE3d3EtangzNc4AA63x
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: 21 days ago
Updated: 11 days ago


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

Identifiers: GHSA-9wwp-q7wq-jx35, CVE-2024-31999
References: Repository: https://github.com/fastify/fastify-secure-session
Blast Radius: 13.7

Affected Packages

npm:@fastify/secure-session
Dependent packages: 19
Dependent repositories: 71
Downloads: 139,219 last month
Affected Version Ranges: < 7.3.0
Fixed in: 7.3.0
All affected versions: 4.0.0, 4.1.0, 4.1.1, 5.0.0, 5.1.0, 5.1.1, 5.2.0, 5.3.0, 6.0.0, 6.1.0, 6.2.0, 7.0.0, 7.1.0
All unaffected versions: 7.3.0, 7.4.0, 7.5.0, 7.5.1