Lucene search
+L

401 matches found

Veracode
Veracode
added 2023/10/18 6:27 a.m.19 views

Cross-Site Request Forgery (CSRF)

github.com/gofiber/fiber is vulnerable to Cross-Site Request Forgery CSRF. The vulnerability is due to improper validation and enforcement of CSRF tokens within the application. An attacker is able to exploit this vulnerability by tricking a user into clicking on a malicious link or by sending a...

10CVSS6.9AI score0.00313EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2023/10/16 9:15 p.m.20 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
SaveExploits0References1
NVD
NVD
added 2023/10/16 9:15 p.m.51 views

CVE-2023-45128

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 inject arbitrary values and forge malicious requests on behalf of a user. This vulnerability can allow an attacker to injec...

10CVSS9.6AI score0.00313EPSS
SaveExploits0References2
Prion
Prion
added 2023/10/16 9:15 p.m.22 views

Cross site request forgery (csrf)

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

6.8CVSS8.8AI score0.00265EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2023/10/16 8:48 p.m.16 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.8AI score0.00265EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/16 8:48 p.m.14 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
SaveExploits0References3
CVE
CVE
added 2023/10/16 8:48 p.m.81 views

CVE-2023-45141

CVE-2023-45141 affects the Go framework fiber (Fiber). The CSRF token validation vulnerability arises from improper validation/enforcement of CSRF tokens, with tokens not tied to the original requester allowing token reuse and forged actions. Affected data paths include token handling in fiber/v2...

8.8CVSS8.8AI score0.00265EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2023/10/16 8:45 p.m.30 views

CVE-2023-45128 CSRF Token Reuse 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 inject arbitrary values and forge malicious requests on behalf of a user. This vulnerability can allow an attacker to injec...

10CVSS8.8AI score0.00313EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2023/10/16 8:45 p.m.17 views

CVE-2023-45128 CSRF Token Reuse 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 inject arbitrary values and forge malicious requests on behalf of a user. This vulnerability can allow an attacker to injec...

10CVSS7AI score0.00313EPSS
SaveExploits0References2
CVE
CVE
added 2023/10/16 8:45 p.m.107 views

CVE-2023-45128

CVE-2023-45128 affects the Fiber (Go) web framework. The CSRF flaw stems from improper validation/enforcement of CSRF tokens, enabling forged requests without authentication and potentially impacting user actions and data. The issue is addressed in Fiber v2.50.0; upgrading to that version (or lat...

10CVSS9.4AI score0.00313EPSS
SaveExploits0References2Affected Software1
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/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
OSV
OSV
added 2023/09/12 5:31 p.m.60 views

GO-2023-2052 IsFromLocal local address check can be circumvented in github.com/gofiber/fiber/v2

The Ctx.IsFromLocal function can incorrectly report a request as being sent from localhost when the request contains an X-Forwarded-For header containing a localhost IP address...

5.3CVSS5.2AI score0.00531EPSS
SaveExploits0References2
NVD
NVD
added 2023/09/08 7:15 p.m.35 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
SaveExploits0References4
CVE
CVE
added 2023/09/08 6:17 p.m.2502 views

CVE-2023-41338

The CVE-2023-41338 issue affects gofiber (Fiber) prior to v2.49.2 where ctx.IsFromLocal() may return true for requests with X-Forwarded-For: 127.0.0.1, allowing access to localhost-scoped resources. Root cause: improper handling of the X-Forwarded-For header in the Ctx.IsFromLocal logic, enabling...

5.3CVSS5.1AI score0.00531EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2023/09/08 6:17 p.m.32 views

CVE-2023-41338 Vulnerability in Ctx.IsFromLocal() in gofiber

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
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2023/09/08 1:27 p.m.35 views

Fiber unauthorized access vulnerability in `ctx.IsFromLocal()`

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

5.3CVSS6.1AI score0.00531EPSS
SaveExploits0References6Affected Software2
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
VulnCheck KEV
VulnCheck KEV
added 2023/06/22 12:0 a.m.3 views

VulnCheck KEV: CVE-2022-40005

Intelbras WiFiber 120AC inMesh before 1-1-220826 allows command injection by authenticated users, as demonstrated by the /boaform/formPing6 and /boaform/formTracert URIs for ping and traceroute...

8.8CVSS7.4AI score0.34785EPSS
SaveExploits3References1
CNNVD
CNNVD
added 2023/06/06 12:0 a.m.12 views

Tenda G103 命令注入漏洞

Tenda G103 is a GPON fiber optic access device designed for home and SOHO users from Tenda, China. The Tenda G103 version 1.0.0.5 suffers from a command injection vulnerability that stems from the application's failure to properly filter constructed command special characters, commands, etc. An...

8.8CVSS8AI score0.01295EPSS
SaveExploits0References3
Rows per page
Query Builder