Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @fastify/csrf-protection
  4. ›
  5. CVE-2023-27495

CVE-2023-27495: Cross-Site Request Forgery (CSRF)

April 20, 2023 (updated May 2, 2023)

@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.

References

  • github.com/advisories/GHSA-qrgf-9gpc-vrxw
  • github.com/fastify/csrf-protection/commit/be3e5761f37aa05c7c1ac8ed44499c51ecec8058
  • github.com/fastify/csrf-protection/releases/tag/v4.1.0
  • github.com/fastify/csrf-protection/releases/tag/v6.3.0
  • github.com/fastify/csrf-protection/security/advisories/GHSA-qrgf-9gpc-vrxw
  • github.com/fastify/csrf-protection/security/advisories/GHSA-rc4q-9m69-gqp8
  • nvd.nist.gov/vuln/detail/CVE-2023-27495
  • www.cvedetails.com/cve/CVE-2021-29624

Code Behaviors & Features

Detect and mitigate CVE-2023-27495 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 4.1.0, all versions starting from 5.0.0 before 6.3.0

Fixed versions

  • 4.1.0
  • 6.3.0

Solution

Upgrade to versions 4.1.0, 6.3.0 or above.

Impact 6.5 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-352: Cross-Site Request Forgery (CSRF)

Source file

npm/@fastify/csrf-protection/CVE-2023-27495.yml

Spotted a mistake? Edit the file on GitLab.

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

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