漏洞标题
" fiber 中 CSRF 令牌验证漏洞"
漏洞描述信息
Fiber中的CSRF Token验证漏洞
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
漏洞类别
跨站请求伪造(CSRF)
漏洞标题
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 user's behalf, potentially compromising the security and integrity of the application. The vulnerability is caused by improper validation and enforcement of CSRF tokens within the application. This vulnerability has been addressed in version 2.50.0 and users are advised to upgrade. Users should take additional security measures like captchas or Two-Factor Authentication (2FA) and set Session cookies with SameSite=Lax or SameSite=Secure, and the Secure and HttpOnly attributes.
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
漏洞类别
跨站请求伪造(CSRF)
漏洞标题
Fiber 安全漏洞
漏洞描述信息
Fiber是一款使用Go语言编写的开源Web框架。 Fiber存在安全漏洞,该漏洞源于存在跨站请求伪造(CSRF)漏洞。攻击者可利用该漏洞代替用户获取token并伪造恶意请求。
CVSS信息
N/A
漏洞类别
其他