Lucene search
+L

78 matches found

OSV
OSV
added 2026/02/24 9:8 p.m.8 views

CVE-2026-25891 Fiber has an Arbitrary File Read in Static Middleware on Windows

Fiber is an Express inspired web framework written in Go. A Path Traversal CWE-22 vulnerability in Fiber allows a remote attacker to bypass the static middleware sanitizer and read arbitrary files on the server file system on Windows. This affects Fiber v3 through version 3.0.0. This has been...

8.7CVSS5.8AI score0.00619EPSS
SaveExploits1References5
ATTACKERKB
ATTACKERKB
added 2026/02/24 9:5 p.m.2 views

CVE-2026-25882

Fiber is an Express inspired web framework written in Go. A denial of service vulnerability exists in Fiber v2 and v3 that allows remote attackers to crash the application by sending requests to routes with more than 30 parameters. The vulnerability results from missing validation during route...

7.5CVSS5.9AI score0.00587EPSS
SaveExploits1References5Affected Software1
Cvelist
Cvelist
added 2026/02/24 9:5 p.m.26 views

CVE-2026-25882 Fiber has a Denial of Service Vulnerability via Route Parameter Overflow

Fiber is an Express inspired web framework written in Go. A denial of service vulnerability exists in Fiber v2 and v3 that allows remote attackers to crash the application by sending requests to routes with more than 30 parameters. The vulnerability results from missing validation during route...

6.9CVSS0.00587EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/02/24 9:5 p.m.6 views

CVE-2026-25882 Fiber has a Denial of Service Vulnerability via Route Parameter Overflow

Fiber is an Express inspired web framework written in Go. A denial of service vulnerability exists in Fiber v2 and v3 that allows remote attackers to crash the application by sending requests to routes with more than 30 parameters. The vulnerability results from missing validation during route...

6.9CVSS5.6AI score0.00587EPSS
SaveExploits1References4
CVE
CVE
added 2026/02/24 9:5 p.m.17 views

CVE-2026-25882

Fiber (Go) has a Denial of Service vulnerability (CVE-2026-25882) affecting v2 and v3: routing mismatch with more than 30 parameters can crash the app due to missing validation during route registration and an unbounded array write during request matching. Affected versions are v2 prior to 2.52.1...

7.5CVSS5.6AI score0.00587EPSS
SaveExploits1References4Affected Software1
CNNVD
CNNVD
added 2026/02/24 12:0 a.m.13 views

Fiber 路径遍历漏洞

Fiber is an open-source web framework written in Go. Versions of Fiber v3 and earlier have a path traversal vulnerability. This vulnerability arises from the possibility of bypassing the static middleware cleaner, which may lead to the reading of arbitrary files on the Windows server file system...

8.7CVSS7.4AI score0.00619EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2026/02/24 12:0 a.m.17 views

Fiber 安全漏洞

Fiber is an open-source web framework written in Go. Versions of Fiber prior to 2.52.12 and 3.1.0 contain security vulnerabilities. These vulnerabilities stem from lack of validation during route registration and unbounded array writes during request matching, which may lead to application crashe...

7.5CVSS5.8AI score0.00587EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2026/02/24 12:0 a.m.11 views

Fiber 安全漏洞

Fiber is an open-source web framework written in Go language. Versions of Fiber prior to 3.1.0 have a security vulnerability. This vulnerability stems from the fiberflash cookie, which can trigger excessive memory allocation through unvalidated msgpack deserialization, potentially leading to...

7.5CVSS5.8AI score0.00396EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/02/24 12:0 a.m.56 views

PT-2026-21802

Name of the Vulnerable Software and Affected Versions Fiber versions 3.0.0 and earlier Fiber versions 3.0.0 through 3.0.0 Description A Path Traversal flaw exists in Fiber, potentially allowing a remote attacker to bypass the static middleware sanitizer and read arbitrary files on the server file...

9.9CVSS5.6AI score0.36912EPSS
SaveExploits45References125
Positive Technologies
Positive Technologies
added 2026/02/24 12:0 a.m.11 views

PT-2026-21803

Name of the Vulnerable Software and Affected Versions Fiber versions prior to 3.1.0 Description The use of the fiber flash cookie can lead to an unbounded allocation on any server. A specially crafted 10-character cookie value triggers an attempt to allocate up to 85GB of memory through unvalidat...

9.9CVSS5.3AI score0.36912EPSS
SaveExploits45References124
RedhatCVE
RedhatCVE
added 2026/02/11 5:57 a.m.10 views

CVE-2025-66630

A flaw was found in the Fiber web framework github.com/gofiber/fiber/v2. On Go versions prior to 1.24, the framework's Universally Unique Identifier UUID generation functions do not return an error when the underlying cryptographic randomness source fails. This can cause applications to use...

9.4CVSS5.1AI score0.00471EPSS
SaveExploits0References6
NVD
NVD
added 2026/02/09 6:16 p.m.13 views

CVE-2025-66630

Fiber is an Express inspired web framework written in Go. Before 2.52.11, on Go versions prior to 1.24, the underlying crypto/rand implementation can return an error if secure randomness cannot be obtained. Because no error is returned by the Fiber v2 UUID functions, application code may...

9.4CVSS0.00471EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/02/09 6:4 p.m.5 views

CVE-2025-66630

Fiber is an Express inspired web framework written in Go. Before 2.52.11, on Go versions prior to 1.24, the underlying crypto/rand implementation can return an error if secure randomness cannot be obtained. Because no error is returned by the Fiber v2 UUID functions, application code may...

9.2CVSS5.6AI score0.00471EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/02/09 6:4 p.m.33 views

CVE-2025-66630 Fiber insecurely fallsback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure

Fiber is an Express inspired web framework written in Go. Before 2.52.11, on Go versions prior to 1.24, the underlying crypto/rand implementation can return an error if secure randomness cannot be obtained. Because no error is returned by the Fiber v2 UUID functions, application code may...

9.2CVSS0.00471EPSS
SaveExploits0References3
CVE
CVE
added 2026/02/09 6:4 p.m.12 views

CVE-2025-66630

Fiber is a Go web framework. Before 2.52.11 and on Go

9.4CVSS5.6AI score0.00471EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/02/09 6:4 p.m.10 views

CVE-2025-66630 Fiber insecurely fallsback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure

Fiber is an Express inspired web framework written in Go. Before 2.52.11, on Go versions prior to 1.24, the underlying crypto/rand implementation can return an error if secure randomness cannot be obtained. Because no error is returned by the Fiber v2 UUID functions, application code may...

9.2CVSS5.6AI score0.00471EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-23668

Malicious code in bioql PyPI...

8.7CVSS6.3AI score0.00355EPSS
SaveExploits0References3
Veracode
Veracode
added 2025/08/25 9:26 a.m.5 views

Denial Of Service (DoS)

github.com/gofiber/fiber is vulnerable to Denial of Service DoS. The vulnerability is due to improper input validation when parsing form data with excessively large numeric slice indexes, leading to integer overflow or memory exhaustion and application crash...

8.7CVSS7.3AI score0.00355EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2025/08/14 2:53 a.m.3 views

SUSE CVE-2025-54801

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

7.5CVSS7.1AI score0.00355EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/08/06 12:0 a.m.8 views

Fiber 安全漏洞

Fiber is an open source web framework written in the Go language by Fiber Open Source. A security vulnerability exists in Fiber 2.52.8 and earlier versions, which stems from an unvalidated slice index range that could result in an integer overflow or memory exhaustion...

8.7CVSS6.8AI score0.00355EPSS
SaveExploits0References2
Rows per page
Query Builder