Fiber is a web framework written in go. Prior to version 2.52.1, the CORS middleware allows for insecure configurations that could potentially expose the application to multiple CORS-related vulnerabilities. Specifically, it allows setting the Access-Control-Allow-Origin header to a wildcard (`*`) while also having the Access-Control-Allow-Credentials set to true, which goes against recommended security best practices. The impact of this misconfiguration is high as it can lead to unauthorized access to sensitive user data and expose the system to various types of attacks listed in the PortSwigger article linked in the references. Version 2.52.1 contains a patch for this issue. As a workaround, users may manually validate the CORS configurations in their implementation to ensure that they do not allow a wildcard origin when credentials are enabled. The browser fetch api, as well as browsers and utilities that enforce CORS policies, are not affected by this.
Metrics
Affected Vendors & Products
References
History
Wed, 05 Feb 2025 22:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Gofiber
Gofiber fiber |
|
CPEs | cpe:2.3:a:gofiber:fiber:*:*:*:*:*:go:*:* | |
Vendors & Products |
Gofiber
Gofiber fiber |

Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2024-08-26T14:39:19.825Z
Reserved: 2024-02-05T14:14:46.380Z
Link: CVE-2024-25124

Updated: 2024-08-01T23:36:21.623Z

Status : Analyzed
Published: 2024-02-21T21:15:09.250
Modified: 2025-02-05T22:03:51.013
Link: CVE-2024-25124

No data.