Fiber is an Express inspired web framework built in the go language. Versions of gofiber prior to 2.49.2 did not properly restrict access to localhost. This issue impacts users of our project who rely on the `ctx.IsFromLocal` method to restrict access to localhost requests. If exploited, it could allow unauthorized access to resources intended only for localhost. Setting `X-Forwarded-For: 127.0.0.1` in a request from a foreign host, will result in true for `ctx.IsFromLocal`. Access is limited to the scope of the affected process. This issue has been patched in version `2.49.2` with commit `b8c9ede6`. Users are advised to upgrade. There are no known workarounds to remediate this vulnerability without upgrading to the patched version.
References
Configurations
History
21 Nov 2024, 08:21
Type | Values Removed | Values Added |
---|---|---|
References | () https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For - Technical Description | |
References | () https://docs.gofiber.io/api/ctx#isfromlocal - Product | |
References | () https://github.com/gofiber/fiber/commit/b8c9ede6efa231116c4bd8bb9d5e03eac1cb76dc - Patch | |
References | () https://github.com/gofiber/fiber/security/advisories/GHSA-3q5p-3558-364f - Vendor Advisory |
12 Sep 2023, 19:12
Type | Values Removed | Values Added |
---|---|---|
First Time |
Gofiber
Gofiber fiber |
|
CPE | cpe:2.3:a:gofiber:fiber:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.3 |
References | (MISC) https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For - Technical Description | |
References | (MISC) https://github.com/gofiber/fiber/security/advisories/GHSA-3q5p-3558-364f - Vendor Advisory | |
References | (MISC) https://docs.gofiber.io/api/ctx#isfromlocal - Product | |
References | (MISC) https://github.com/gofiber/fiber/commit/b8c9ede6efa231116c4bd8bb9d5e03eac1cb76dc - Patch |
08 Sep 2023, 19:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-09-08 19:15
Updated : 2024-11-21 08:21
NVD link : CVE-2023-41338
Mitre link : CVE-2023-41338
CVE.ORG link : CVE-2023-41338
JSON object : View
Products Affected
gofiber
- fiber
CWE
CWE-670
Always-Incorrect Control Flow Implementation