CVE-2023-45128

CVSS 3.1 Score 8.8 of 10 (high)

Details

Published Oct 16, 2023
Updated: Oct 23, 2023
CWE ID 352
CWE ID 807
CWE ID 565
CWE ID 20

Summary

CVE-2023-45128 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the Fiber web framework written in Go. This issue allows attackers to inject arbitrary values and forge malicious requests on behalf of users, potentially compromising application security and integrity. The flaw stems from improper validation and enforcement of CSRF tokens within the application, leading to unauthenticated or authenticated user actions. Version 2.50.0 of Fiber addresses this vulnerability. As an added security measure, users are advised to implement captchas or Two-Factor Authentication (2FA), set Session cookies with SameSite=Lax or SameSite=Secure, and use the Secure and HttpOnly attributes. At present, there are no known workarounds for this vulnerability.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share