漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
rclone: Incomplete path validation allows backend root escape in serve restic
Vulnerability Description
rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.40.0 until 1.75.0, rclone serve restic does not correctly reject URL paths beginning with ../ in cmd/serve/restic/restic.go WithRemote, which accepts a leading parent path and passes it to GET, HEAD, POST, and DELETE handlers for configured backends including WebDAV, FTP, HTTP, Memory, and SFTP. An attacker who can access the REST endpoint may read, create, overwrite, or delete objects outside the path configured by the operator when the operator publishes a backend subdirectory and the backend credential can access parent or sibling objects. This issue is fixed in 1.75.0.
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Vulnerability Title
Rclone 路径遍历漏洞
Vulnerability Description
Rclone是Rclone团队开源的一个支持多协议的数据同步工具。 Rclone 1.40.0版本至1.75.0之前版本存在路径遍历漏洞,该漏洞源于未正确拒绝以../开头的URL路径,可能导致攻击者通过REST端点读取、创建、覆盖或删除配置路径之外的对象。
CVSS Information
N/A
Vulnerability Type
N/A