CVE-2023-45141

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 obtain tokens and forge malicious requests on behalf of a user. This can lead to unauthorized actions being taken on the user's behalf, 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 vulnerability 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.
References
Configurations

Configuration 1 (hide)

cpe:2.3:a:gofiber:fiber:*:*:*:*:*:go:*:*

History

23 Oct 2023, 15:05

Type Values Removed Values Added
First Time Gofiber fiber
Gofiber
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 8.8
References (MISC) https://github.com/gofiber/fiber/security/advisories/GHSA-mv73-f69x-444p - (MISC) https://github.com/gofiber/fiber/security/advisories/GHSA-mv73-f69x-444p - Mitigation, Vendor Advisory
CPE cpe:2.3:a:gofiber:fiber:*:*:*:*:*:go:*:*

16 Oct 2023, 21:15

Type Values Removed Values Added
New CVE

Information

Published : 2023-10-16 21:15

Updated : 2023-12-10 15:14


NVD link : CVE-2023-45141

Mitre link : CVE-2023-45141

CVE.ORG link : CVE-2023-45141


JSON object : View

Products Affected

gofiber

  • fiber
CWE
CWE-352

Cross-Site Request Forgery (CSRF)

CWE-565

Reliance on Cookies without Validation and Integrity Checking