Lucene search
+L

78 matches found

CVE
CVE
added 2025/08/05 11:33 p.m.88 views

CVE-2025-54801

CVE-2025-54801 affects github.com/gofiber/fiber/v2 prior to 2.52.9. The BodyParser parses form data where a very large numeric key is treated as a slice index, causing an out-of-bounds/oversized slice allocation in the decoder. Root cause: the decoder allocates a slice of length idx+1 without val...

8.7CVSS6.5AI score0.00355EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/08/05 11:33 p.m.10 views

CVE-2025-54801 Fiber Susceptible to Crash via `BodyParser` Due to Unvalidated Large Slice Index in Decoder

Fiber is an Express inspired web framework written in Go. In versions 2.52.8 and below, when using Fiber's Ctx.BodyParser to parse form data containing a large numeric key that represents a slice index e.g., test.18446744073704, the application crashes due to an out-of-bounds slice allocation in...

8.7CVSS6.7AI score0.00355EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/08/05 12:0 a.m.4 views

PT-2025-32003 · Fiber · Fiber

Name of the Vulnerable Software and Affected Versions: Fiber versions 2.52.8 and below Description: Fiber is an Express inspired web framework written in Go. When using Fiber's Ctx.BodyParser to parse form data containing a large numeric key that represents a slice index e.g., test.18446744073704...

8.7CVSS6.5AI score0.00355EPSS
SaveExploits0References11
Snyk
Snyk
added 2025/05/22 8:8 p.m.3 views

Improper Validation of Array Index

Overview Affected versions of this package are vulnerable to Improper Validation of Array Index through the fiber.Ctx.BodyParser method that panics when trying to parse a negative range index. An attacker can cause the server to crash by sending a specially crafted payload with a negative index f...

8.7CVSS6.9AI score0.0044EPSS
SaveExploits1References2
NVD
NVD
added 2025/05/22 6:15 p.m.40 views

CVE-2025-48075

Fiber is an Express-inspired web framework written in Go. Starting in version 2.52.6 and prior to version 2.52.7, fiber.Ctx.BodyParser can map flat data to nested slices using keyidxvalue syntax, but when idx is negative, it causes a panic instead of returning an error stating it cannot process t...

8.7CVSS0.0044EPSS
SaveExploits1References2
CVE
CVE
added 2025/05/22 5:25 p.m.202 views

CVE-2025-48075

Summary: The CVE-2025-48075 entry concerns the GoFiber (fiber) web framework. Starting in versions 2.52.6 and earlier than 2.52.7, fiber.Ctx.BodyParser can map flat data to nested slices using key[idx]value syntax; if idx is negative, it panics instead of returning an error, potentially causing d...

8.7CVSS6.5AI score0.0044EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2025/05/22 5:25 p.m.11 views

CVE-2025-48075 Fiber panics when fiber.Ctx.BodyParser parses invalid range index

Fiber is an Express-inspired web framework written in Go. Starting in version 2.52.6 and prior to version 2.52.7, fiber.Ctx.BodyParser can map flat data to nested slices using keyidxvalue syntax, but when idx is negative, it causes a panic instead of returning an error stating it cannot process t...

8.7CVSS6.5AI score0.0044EPSS
SaveExploits1References2
OSV
OSV
added 2025/05/22 5:25 p.m.20 views

CVE-2025-48075 Fiber panics when fiber.Ctx.BodyParser parses invalid range index

Fiber is an Express-inspired web framework written in Go. Starting in version 2.52.6 and prior to version 2.52.7, fiber.Ctx.BodyParser can map flat data to nested slices using keyidxvalue syntax, but when idx is negative, it causes a panic instead of returning an error stating it cannot process t...

8.7CVSS6.3AI score0.0044EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2024/07/01 12:0 a.m.10 views

Fiber Security Breach

Fiber is an open source web framework written in the Go language. A security vulnerability exists in Fiber versions prior to 2.52.5 that stems from a problem with the session middleware, which can lead to unauthorized access and session fixation attacks...

10CVSS6.7AI score0.00686EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/21 9:1 p.m.50 views

CVE-2024-25124 Fiber has Insecure CORS Configuration, Allowing Wildcard Origin with Credentials

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 whil...

9.4CVSS9.4AI score0.0066EPSS
SaveExploits1References10
CNNVD
CNNVD
added 2024/02/21 12:0 a.m.7 views

Fiber Security Breach

Fiber is an open source web framework written in the Go language. A security vulnerability exists in Fiber versions prior to 2.52.1 that stems from allowing insecure configurations that could lead to unauthorized access to sensitive user data...

9.8CVSS6.6AI score0.0066EPSS
SaveExploits1References9
CNNVD
CNNVD
added 2023/10/16 12:0 a.m.7 views

Fiber Security Breach

Fiber is an open source web framework written in the Go language. A security vulnerability exists in Fiber that stems from the presence of a cross-site request forgery CSRF vulnerability. The vulnerability can be exploited by an attacker to inject arbitrary values instead of the user and forge...

10CVSS6.8AI score0.00313EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2023/10/16 12:0 a.m.29 views

Fiber Security Breach

Fiber is an open source web framework written in the Go language. A security vulnerability exists in Fiber that stems from the presence of a cross-site request forgery CSRF vulnerability. The vulnerability can be exploited by an attacker to obtain a token instead of the user and forge malicious...

8.8CVSS6.8AI score0.00265EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2023/09/08 12:0 a.m.7 views

Fiber Security Breach

Fiber is an open source web framework written in the Go language. A security vulnerability exists in Fiber versions prior to 2.49.1 that stems from not properly restricting access to localhost, which could allow an unauthorized attacker to access resources supplied to the localhost only...

5.3CVSS6.7AI score0.00531EPSS
SaveExploits0References5
CNVD
CNVD
added 2021/02/24 12:0 a.m.10 views

Fiber Encryption Problem Vulnerability

Fiber is an open source web framework written in the Go language . An encryption issue vulnerability exists in FiberHome HG6245D, which can be exploited by an attacker to find passwords and authentication cookies stored in plaintext on the device...

7.5CVSS6.8AI score0.18862EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/02/24 12:0 a.m.9 views

Fiber Trust Management Issues Vulnerabilities

Fiber is an open source web framework written in the Go language . A trust management issue vulnerability exists in FiberHome HG6245D, which can be exploited by attackers to attack affected components using default passwords or hard-coded passwords and hard-coded certificates...

9.8CVSS6.8AI score0.158EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/02/24 12:0 a.m.31 views

Fiber has an unspecified vulnerability

Fiber is an open source web framework written in the Go language . A security vulnerability exists in FiberHome HG6245D that can be exploited by an attacker to extract information from the device...

7.5CVSS6.6AI score0.16206EPSS
SaveExploits1References1
OSV
OSV
added 2020/07/20 6:15 p.m.15 views

CVE-2020-15111

In Fiber before version 1.12.6, the filename that is given in c.Attachment https://docs.gofiber.io/ctxattachment is not escaped, and therefore vulnerable for a CRLF injection attack. I.e. an attacker could upload a custom filename and then give the link to the victim. With this filename, the...

5.4CVSS7AI score
SaveExploits0References2
Rows per page
Query Builder