Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
github.com/gofiber/fiber/v3 cache middleware can mix responses across query parameters
Vulnerability Description
Fiber is a web framework for Go. In github.com/gofiber/fiber/v3 versions through 3.1.0, the default key generator in the cache middleware uses only the request path and does not include the query string. As a result, requests for the same path with different query parameters can share a cache key and receive the wrong cached response. This can cause response mix-up for query-dependent endpoints and may expose data intended for a different request. This issue is fixed after version 3.1.0.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Vulnerability Type
解释冲突
Vulnerability Title
Fiber 安全漏洞
Vulnerability Description
Fiber是Fiber开源的一款使用Go语言编写的开源Web框架。 Fiber 3.1.0及之前版本存在安全漏洞,该漏洞源于缓存中间件中的默认密钥生成器仅使用请求路径而不包含查询字符串,导致具有不同查询参数的相同路径请求可能共享缓存密钥并接收错误的缓存响应,可能导致查询相关端点的响应混淆并暴露其他请求的数据。
CVSS Information
N/A
Vulnerability Type
N/A