Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/gofiber/fiber/v2
  4. ›
  5. CVE-2023-41338

CVE-2023-41338: Always-Incorrect Control Flow Implementation

September 8, 2023 (updated September 12, 2023)

Fiber is an Express inspired web framework built in the go language. Versions of gofiber prior to 2.49.2 does 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

  • developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For
  • docs.gofiber.io/api/ctx
  • github.com/advisories/GHSA-3q5p-3558-364f
  • github.com/gofiber/fiber/commit/b8c9ede6efa231116c4bd8bb9d5e03eac1cb76dc
  • github.com/gofiber/fiber/security/advisories/GHSA-3q5p-3558-364f
  • nvd.nist.gov/vuln/detail/CVE-2023-41338

Code Behaviors & Features

Detect and mitigate CVE-2023-41338 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.49.2

Fixed versions

  • v2.49.2

Solution

Upgrade to version 2.49.2 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-670: Always-Incorrect Control Flow Implementation

Source file

go/github.com/gofiber/fiber/v2/CVE-2023-41338.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:07 +0000.