Vulnerability Description
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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Gofiber | Fiber | < 2.49.2 |
Related Weaknesses (CWE)
References
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-ForTechnical Description
- https://docs.gofiber.io/api/ctx#isfromlocalProduct
- https://github.com/gofiber/fiber/commit/b8c9ede6efa231116c4bd8bb9d5e03eac1cb76dcPatch
- https://github.com/gofiber/fiber/security/advisories/GHSA-3q5p-3558-364fVendor Advisory
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-ForTechnical Description
- https://docs.gofiber.io/api/ctx#isfromlocalProduct
- https://github.com/gofiber/fiber/commit/b8c9ede6efa231116c4bd8bb9d5e03eac1cb76dcPatch
- https://github.com/gofiber/fiber/security/advisories/GHSA-3q5p-3558-364fVendor Advisory
FAQ
What is CVE-2023-41338?
CVE-2023-41338 is a vulnerability with a CVSS score of 5.3 (MEDIUM). 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...
How severe is CVE-2023-41338?
CVE-2023-41338 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-41338?
Check the references section above for vendor advisories and patch information. Affected products include: Gofiber Fiber.