漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
pnpm: Unsafe default behavior breaks integrity check
Vulnerability Description
pnpm is a package manager. Prior to 10.34.0 and 11.4.0, `pnpm install` in non-frozen mode can accept new remote package content after detecting that the downloaded tarball does not match the integrity recorded in pnpm-lock.yaml. When a package is already locked with an integrity value, and the registry later serves different metadata and tarball content for the same package name and version, pnpm initially reports an integrity mismatch. However, plain pnpm install then performs a resolution repair, accepts the registry's new integrity, updates the lockfile, installs the new content, and exits successfully. This means the lockfile integrity check does not act as a hard stop by default. This vulnerability is fixed in 10.34.0 and 11.4.0.
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N
Vulnerability Type
对数据真实性的验证不充分
Vulnerability Title
pnpm 输入验证错误漏洞
Vulnerability Description
pnpm是pnpm团队开源的一个包管理器。 pnpm 10.33.4之前版本和11.0.0版本至11.4.0之前版本存在输入验证错误漏洞,该漏洞源于pnpm install在非冻结模式下解包完整性验证缺陷,可能导致下载的tarball与锁文件中记录的完整性不匹配时仍接受新的远程包内容。
CVSS Information
N/A
Vulnerability Type
N/A