Lucene search
K

16 matches found

SUSE CVE
SUSE CVE
added 2026/03/04 12:26 a.m.2 views

SUSE CVE-2026-25891

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.9AI score0.00618EPSS
Exploits1References3
Vulnrichment
Vulnrichment
added 2026/02/09 6:4 p.m.5 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
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2024-0629

Malicious code in bioql PyPI...

9.8CVSS9.1AI score0.0066EPSS
Exploits1References10
NVD
NVD
added 2025/08/06 12:15 a.m.7 views

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

8.7CVSS0.00331EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2025/08/05 11:33 p.m.4 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.4AI score0.00331EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2025/02/04 11:51 p.m.10 views

CVE-2024-22199

This package provides universal methods to use multiple template engines with the Fiber web framework using the Views interface. This vulnerability specifically impacts web applications that render user-supplied data through this template engine, potentially leading to the execution of malicious...

9.3CVSS6.1AI score0.00484EPSS
Exploits0References1
NVD
NVD
added 2024/02/21 9:15 p.m.24 views

CVE-2024-25124

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.8CVSS9.2AI score0.0066EPSS
Exploits1References8
Prion
Prion
added 2024/02/21 9:15 p.m.27 views

Design/Logic Flaw

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

7.5CVSS7AI score0.0066EPSS
Exploits1References8
Cvelist
Cvelist
added 2024/02/21 9:1 p.m.16 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
Exploits1References8
Prion
Prion
added 2024/01/11 6:15 p.m.20 views

Cross site scripting

This package provides universal methods to use multiple template engines with the Fiber web framework using the Views interface. This vulnerability specifically impacts web applications that render user-supplied data through this template engine, potentially leading to the execution of malicious...

5.8CVSS6.3AI score0.00484EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2024/01/11 5:39 p.m.17 views

CVE-2024-22199 Django Template Engine Vulnerable to XSS

This package provides universal methods to use multiple template engines with the Fiber web framework using the Views interface. This vulnerability specifically impacts web applications that render user-supplied data through this template engine, potentially leading to the execution of malicious...

9.3CVSS9.2AI score0.00484EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2024/01/11 5:39 p.m.14 views

CVE-2024-22199 Django Template Engine Vulnerable to XSS

This package provides universal methods to use multiple template engines with the Fiber web framework using the Views interface. This vulnerability specifically impacts web applications that render user-supplied data through this template engine, potentially leading to the execution of malicious...

9.3CVSS6.1AI score0.00484EPSS
Exploits0References2
OSV
OSV
added 2024/01/11 5:39 p.m.222 views

CVE-2024-22199 Django Template Engine Vulnerable to XSS

This package provides universal methods to use multiple template engines with the Fiber web framework using the Views interface. This vulnerability specifically impacts web applications that render user-supplied data through this template engine, potentially leading to the execution of malicious...

9.3CVSS6.7AI score0.00484EPSS
Exploits0References4
NVD
NVD
added 2023/10/16 9:15 p.m.14 views

CVE-2023-45141

Fiber is an express inspired web framework written in Go. A Cross-Site Request Forgery CSRF vulnerability has been identified in the application, which allows an attacker to obtain tokens and forge malicious requests on behalf of a user. This can lead to unauthorized actions being taken on the...

8.8CVSS8.7AI score0.00265EPSS
Exploits0References1
OSV
OSV
added 2023/10/16 8:48 p.m.10 views

CVE-2023-45141 CSRF Token Validation Vulnerability in fiber

Fiber is an express inspired web framework written in Go. A Cross-Site Request Forgery CSRF vulnerability has been identified in the application, which allows an attacker to obtain tokens and forge malicious requests on behalf of a user. This can lead to unauthorized actions being taken on the...

8.6CVSS8.3AI score0.00265EPSS
Exploits0References3
NVD
NVD
added 2023/09/08 7:15 p.m.32 views

CVE-2023-41338

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

5.3CVSS5.2AI score0.00531EPSS
Exploits0References4
Rows per page
Query Builder