漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Next.js: Response Body Cache Confusion for Requests Containing Bodies
Vulnerability Description
Next.js is a React framework for building full-stack web applications. In versions 12.0.0 through 15.5.20 and 16.0.0 through 16.2.10, a server-side fetch with a request body may return a cached response body from a different request to the same URL but different body. Confidential data in the POST's response body would then leak to unauthorized requests. Though the request itself will not be deduped. This only applies to fetch calls with a request that has a different init than the one passed to fetch. A safe request would be: fetch(new Request(init), init). An unsafe request would be: fetch(new Request(init), aDifferentInit). This issue has been fixed in versions 15.5.21 and 16.2.11.
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
Vulnerability Type
通过缓存导致的信息暴露
Vulnerability Title
Vercel Next.js 信息泄露漏洞
Vulnerability Description
Vercel Next.js是Vercel公司开源的一个 React 框架。 Vercel Next.js 12.0.0版本至15.5.20版本和16.0.0版本至16.2.10版本存在信息泄露漏洞,该漏洞源于服务端fetch请求可能返回不同请求的缓存响应体,导致POST请求中的敏感数据泄露给未授权请求。
CVSS Information
N/A
Vulnerability Type
N/A