CVE-2023-27495

@fastify/csrf-protection is a plugin which helps protect Fastify servers against CSRF attacks. The CSRF protection enforced by the @fastify/csrf-protection library in combination with @fastify/cookie can be bypassed from network and same-site attackers under certain conditions. @fastify/csrf-protection supports an optional userInfo parameter that binds the CSRF token to the user. This parameter has been introduced to prevent cookie-tossing attacks as a fix for CVE-2021-29624. Whenever userInfo parameter is missing, or its value can be predicted for the target user account, network and same-site attackers can 1. fixate a _csrf cookie in the victim's browser, and 2. forge CSRF tokens that are valid for the victim's session. This allows attackers to bypass the CSRF protection mechanism. As a fix, @fastify/csrf-protection starting from version 6.3.0 (and v4.1.0) includes a server-defined secret hmacKey that cryptographically binds the CSRF token to the value of the _csrf cookie and the userInfo parameter, making tokens non-spoofable by attackers. This protection is effective as long as the userInfo parameter is unique for each user. This is patched in versions 6.3.0 and v4.1.0. Users are advised to upgrade. Users unable to upgrade may use a random, non-predictable userInfo parameter for each user as a mitigation.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:fastify:csrf-protection:*:*:*:*:*:node.js:*:*
cpe:2.3:a:fastify:csrf-protection:*:*:*:*:*:node.js:*:*

History

02 May 2023, 02:07

Type Values Removed Values Added
CPE cpe:2.3:a:fastify:csrf-protection:*:*:*:*:*:node.js:*:*
First Time Fastify
Fastify csrf-protection
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 6.5
References (MISC) https://www.cvedetails.com/cve/CVE-2021-29624 - (MISC) https://www.cvedetails.com/cve/CVE-2021-29624 - Third Party Advisory
References (MISC) https://github.com/fastify/csrf-protection/security/advisories/GHSA-qrgf-9gpc-vrxw - (MISC) https://github.com/fastify/csrf-protection/security/advisories/GHSA-qrgf-9gpc-vrxw - Vendor Advisory
References (MISC) https://github.com/fastify/csrf-protection/commit/be3e5761f37aa05c7c1ac8ed44499c51ecec8058 - (MISC) https://github.com/fastify/csrf-protection/commit/be3e5761f37aa05c7c1ac8ed44499c51ecec8058 - Patch

20 Apr 2023, 18:17

Type Values Removed Values Added
New CVE

Information

Published : 2023-04-20 18:15

Updated : 2023-12-10 15:01


NVD link : CVE-2023-27495

Mitre link : CVE-2023-27495

CVE.ORG link : CVE-2023-27495


JSON object : View

Products Affected

fastify

  • csrf-protection
CWE
CWE-352

Cross-Site Request Forgery (CSRF)