You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
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
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
New CVE Received from GitHub, Inc.2/21/2024 4:15:09 PM
Action
Type
Old Value
New Value
Added
Description
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.
Added
CVSS V3.1
GitHub, Inc. AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
Added
CWE
GitHub, Inc. CWE-346
Added
CWE
GitHub, Inc. CWE-942
Added
Reference
GitHub, Inc. http://blog.portswigger.net/2016/10/exploiting-cors-misconfigurations-for.html [No types assigned]
Added
Reference
GitHub, Inc. https://codeql.github.com/codeql-query-help/javascript/js-cors-misconfiguration-for-credentials [No types assigned]
Added
Reference
GitHub, Inc. https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSNotSupportingCredentials [No types assigned]
Added
Reference
GitHub, Inc. https://fetch.spec.whatwg.org/#cors-protocol-and-credentials [No types assigned]
Added
Reference
GitHub, Inc. https://github.com/gofiber/fiber/commit/f0cd3b44b086544a37886232d0530601f2406c23 [No types assigned]
Added
Reference
GitHub, Inc. https://github.com/gofiber/fiber/releases/tag/v2.52.1 [No types assigned]
Added
Reference
GitHub, Inc. https://github.com/gofiber/fiber/security/advisories/GHSA-fmg4-x8pw-hjhg [No types assigned]
Added
Reference
GitHub, Inc. https://saturncloud.io/blog/cors-cannot-use-wildcard-in-accesscontrolalloworigin-when-credentials-flag-is-true [No types assigned]
Quick Info
CVE Dictionary Entry: CVE-2024-25124 NVD
Published Date: 02/21/2024 NVD
Last Modified: 02/05/2025
Source: GitHub, Inc.