github.com/gofiber/fiber
⚡️ Express inspired web framework written in Go
Activity
- Latest release
- 6y ago
- Total releases
- 20
- Cadence
- ~3 days
- Last 12 months
- 0
Reach
- Stars
- 40.1k
Details
- First release
- Jun 12, 2020
| Version | Released | |
|---|---|---|
v1.14.6
patch
5 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev |
v1.14.6
patch
Dependencies (6)
|
|
v1.14.5
patch
5 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev |
v1.14.5
patch
Dependencies (6)
|
|
v1.14.4
patch
5 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev |
v1.14.4
patch
Dependencies (6)
|
|
v1.14.3
patch
5 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev |
v1.14.3
patch
Dependencies (6)
|
|
v1.14.2
patch
5 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev |
v1.14.2
patch
Dependencies (6)
|
|
v1.14.0
minor
5 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev |
v1.14.0
minor
Dependencies (6)
|
|
v1.14.1
patch
5 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev |
v1.14.1
patch
Dependencies (6)
|
|
v1.13.3
patch
5 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev |
v1.13.3
patch
Dependencies (6)
|
|
v1.13.2
patch
5 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev |
v1.13.2
patch
Dependencies (6)
|
|
v1.13.1
patch
5 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev |
v1.13.1
patch
Dependencies (6)
|
|
v1.13.0
minor
5 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev |
v1.13.0
minor
Dependencies (6)
|
|
v1.12.6
patch
5 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev |
v1.12.6
patch
Dependencies (8)
|
|
v1.12.5
patch
6 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2020-15111
GO-2021-0108
GHSA-9cx9-x2gp-9qvh
Jul 28, 2021
CRLF vulnerability in Fiber in github.com/gofiber/fiber Due to improper input sanitization, a maliciously constructed filename could cause a file download to use an attacker controlled filename, as well as injecting additional headers into an HTTP response. Fixed in
1.12.6
References Updated May 20, 2024 · Source: OSV.dev |
v1.12.5
patch
Dependencies (8)
|
|
v1.12.4
patch
6 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2020-15111
GO-2021-0108
GHSA-9cx9-x2gp-9qvh
Jul 28, 2021
CRLF vulnerability in Fiber in github.com/gofiber/fiber Due to improper input sanitization, a maliciously constructed filename could cause a file download to use an attacker controlled filename, as well as injecting additional headers into an HTTP response. Fixed in
1.12.6
References Updated May 20, 2024 · Source: OSV.dev |
v1.12.4
patch
Dependencies (8)
|
|
v1.12.3
patch
6 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2020-15111
GO-2021-0108
GHSA-9cx9-x2gp-9qvh
Jul 28, 2021
CRLF vulnerability in Fiber in github.com/gofiber/fiber Due to improper input sanitization, a maliciously constructed filename could cause a file download to use an attacker controlled filename, as well as injecting additional headers into an HTTP response. Fixed in
1.12.6
References Updated May 20, 2024 · Source: OSV.dev |
v1.12.3
patch
Dependencies (8)
|
|
v1.12.2
patch
6 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2020-15111
GO-2021-0108
GHSA-9cx9-x2gp-9qvh
Jul 28, 2021
CRLF vulnerability in Fiber in github.com/gofiber/fiber Due to improper input sanitization, a maliciously constructed filename could cause a file download to use an attacker controlled filename, as well as injecting additional headers into an HTTP response. Fixed in
1.12.6
References Updated May 20, 2024 · Source: OSV.dev |
v1.12.2
patch
Dependencies (5)
|
|
v1.12.1
patch
6 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2020-15111
GO-2021-0108
GHSA-9cx9-x2gp-9qvh
Jul 28, 2021
CRLF vulnerability in Fiber in github.com/gofiber/fiber Due to improper input sanitization, a maliciously constructed filename could cause a file download to use an attacker controlled filename, as well as injecting additional headers into an HTTP response. Fixed in
1.12.6
References Updated May 20, 2024 · Source: OSV.dev |
v1.12.1
patch
Dependencies (5)
|
|
v1.12.0
minor
6 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2020-15111
GO-2021-0108
GHSA-9cx9-x2gp-9qvh
Jul 28, 2021
CRLF vulnerability in Fiber in github.com/gofiber/fiber Due to improper input sanitization, a maliciously constructed filename could cause a file download to use an attacker controlled filename, as well as injecting additional headers into an HTTP response. Fixed in
1.12.6
References Updated May 20, 2024 · Source: OSV.dev |
v1.12.0
minor
Dependencies (4)
|
|
v1.12.0-alpha
pre
6 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2020-15111
GO-2021-0108
GHSA-9cx9-x2gp-9qvh
Jul 28, 2021
CRLF vulnerability in Fiber in github.com/gofiber/fiber Due to improper input sanitization, a maliciously constructed filename could cause a file download to use an attacker controlled filename, as well as injecting additional headers into an HTTP response. Fixed in
1.12.6
References Updated May 20, 2024 · Source: OSV.dev |
v1.12.0-alpha
pre
Dependencies (4)
|
|
v1.11.1
initial
6 CVEs
CVE-2026-53624
GHSA-gv83-gqw6-9j2c
GO-2026-5912
Jul 06, 2026
GoFiber never set HSTS header in helmet middleware due to incorrect protocol check
4.8
/ 10
Medium
Network
High
None
None
Unchanged
Low
Low
None
SummaryThe DetailsRoot cause:
The correct method is
Since Note on test coverage: The existing helmet test ( PoCClean-checkout maintainer-runnable recipe:
Expected vulnerable output:
Expected output after fix:
Observed output from this environment (commit
Negative/control case: With Cleanup: Remove ImpactThe HSTS header is never applied in production, leaving all users vulnerable to:
This affects any application that:
The vulnerability requires an active MITM attacker on the network path, which is realistic in public Wi-Fi, corporate networks, and ISP-level scenarios. Suggested remediationIn
Additionally, update the existing test to use a realistic TLS simulation instead of
Regression test: Add a test case that verifies HSTS is set when Fixed in
3.4.0
References Updated Jul 24, 2026 · Source: OSV.dev
CVE-2025-66630
GO-2026-4471
GHSA-68rr-p4fp-j59v
Feb 19, 2026
Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() on crypto/rand failure in github.com/gofiber/fiber Fiber has an insecure fallback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure in github.com/gofiber/fiber References Updated Feb 19, 2026 · Source: OSV.dev
CVE-2025-48075
GO-2025-3706
GHSA-hg3g-gphw-5hhm
May 27, 2025
Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber Fiber panics when fiber.Ctx.BodyParser parses invalid range index in github.com/gofiber/fiber References Updated Feb 04, 2026 · Source: OSV.dev
CVE-2024-38513
GO-2024-2959
GHSA-98j2-3j3p-fw2v
Jul 02, 2024
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber References Updated Mar 03, 2026 · Source: OSV.dev
CVE-2023-41338
GHSA-3q5p-3558-364f
GO-2023-2052
Sep 08, 2023
Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`
5.3
/ 10
Medium
Network
Low
None
None
Unchanged
Low
None
None
ImpactThis vulnerability can be categorized as a security misconfiguration. It 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. In it's implementation it uses c.IPs():
Thereby, setting PatchesThis issue has been patched in WorkaroundsCurrently, there are no known workarounds to remediate this vulnerability without upgrading to the patched version. We strongly advise users to apply the patch as soon as it is released. ReferencesFor further information and context regarding this security issue, please refer to the following resources: References
Updated Sep 10, 2026 · Source: OSV.dev
CVE-2020-15111
GO-2021-0108
GHSA-9cx9-x2gp-9qvh
Jul 28, 2021
CRLF vulnerability in Fiber in github.com/gofiber/fiber Due to improper input sanitization, a maliciously constructed filename could cause a file download to use an attacker controlled filename, as well as injecting additional headers into an HTTP response. Fixed in
1.12.6
References Updated May 20, 2024 · Source: OSV.dev |
v1.11.1
initial
Dependencies (4)
|