Back to overview

CVE-2023-45128

CRITICAL
10.0
CVSS 3.1
Description
Fiber is an express inspired web framework written in Go. A Cross-Site Request Forgery (CSRF) vulnerability has been identified in the application, which allows an attacker to inject arbitrary values and forge malicious requests on behalf of a user. This vulnerability can allow an attacker to inject arbitrary values without any authentication, or perform various malicious actions on behalf of an authenticated user, potentially compromising the security and integrity of the application. The vulnerability is caused by improper validation and enforcement of CSRF tokens within the application. This issue has been addressed in version 2.50.0 and users are advised to upgrade. Users should take additional security measures like captchas or Two-Factor Authentication (2FA) and set Session cookies with SameSite=Lax or SameSite=Secure, and the Secure and HttpOnly attributes as defense in depth measures. There are no known workarounds for this vulnerability.

Metadata

CVE ID
CVE-2023-45128
State
PUBLISHED
Assigner
GitHub_M
Reserved
2023-10-04 16:02 UTC
Published
2023-10-16 20:45 UTC
Last updated
2024-09-16 14:23 UTC
Primary CWE
CWE-20
CWE-20: Improper Input Validation
Vendor / Product
gofiber / fiber
Sources
cve.org  ·  NVD

Severity & Metrics

10.0 CRITICAL CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L
SSVC — CISA Coordinator
Exploitation
none
Automatable
no
Tech. Impact
total
Affected products (1)
VendorProductPlatformVersions
gofiber fiber < 2.50.0
Weakness (CWE)
CWESourceDescription
CWE-20 cna CWE-20: Improper Input Validation
CWE-352 cna CWE-352: Cross-Site Request Forgery (CSRF)
CWE-565 cna CWE-565: Reliance on Cookies without Validation and Integrity Checking
CWE-807 cna CWE-807: Reliance on Untrusted Inputs in a Security Decision
CVSS scores (1)
ScoreSeverityVersionSourceVector
10.0 CRITICAL 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L
References (2)
Back to overview