CVE-2023-27495
Last modified
CVE-2023-27495 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. @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. EPSS estimates a 0.33% chance of exploitation in the next 30 days.
Description
@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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Fastify | Csrf-Protection | < 4.1.0 |
| Fastify | Csrf-Protection | >= 5.0.0, < 6.3.0 |
References
- https://www.cvedetails.com/cve/CVE-2021-29624Third Party Advisory
- https://www.cvedetails.com/cve/CVE-2021-29624Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-27495?
How severe is CVE-2023-27495?
How do I fix CVE-2023-27495?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-2749Download Center fails to properly validate the file path sub…7.5
- CVE-2023-27490NextAuth.js is an open source authentication solution for Ne…8.8
- CVE-2023-27491Envoy is an open source edge and service proxy designed for …9.1
- CVE-2023-27492Envoy is an open source edge and service proxy designed for …6.5
- CVE-2023-27493Envoy is an open source edge and service proxy designed for …9.1
- CVE-2023-27494Streamlit, software for turning data scripts into web applic…6.1
- CVE-2023-27496Envoy is an open source edge and service proxy designed for …7.5
- CVE-2023-27497Due to missing authentication and input sanitization of code…9.8
- CVE-2023-27498SAP Host Agent (SAPOSCOL) - version 7.22, allows an unauthen…7.2
- CVE-2023-27499SAP GUI for HTML - versions KERNEL 7.22, 7.53, 7.54, 7.77, 7…6.1
- CVE-2023-2750Improper Neutralization of Special Elements used in an SQL C…9.8
- CVE-2023-27500An attacker with non-administrative authorizations can explo…8.1
Are you affected by CVE-2023-27495?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
