CVE-2024-31999
@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 * https://hackerone.com/reports/2374253
如何修補 CVE-2024-31999
要修補 CVE-2024-31999,請將受影響套件升級到下列已修補版本。
- —升級至 7.3.0 或更新版本
CVE-2024-31999 正在被利用嗎?
低 — EPSS 為 0.2%,目前沒有觀察到大規模利用活動。
受影響套件(1)
- from 0, < 7.3.0