漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
flatpak-builder has a path traversal leading to arbitrary file read on host when installing licence files
Vulnerability Description
flatpak-builder is a tool to build flatpaks from source. From 1.4.5 to before 1.4.8, the license-files manifest key takes an array of paths to user defined licence files relative to the source directory of the module. The paths from that array are resolved using g_file_resolve_relative_path() and validated to stay inside the source directory using two checks - g_file_get_relative_path() which does not resolve symlinks and g_file_query_file_type() with G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS which only applies to the final path component. The copy operation runs on host. This can be exploited by using a crafted manifest and/or source to read arbitrary files from the host and capture them into the build output. This vulnerability is fixed in 1.4.8.
CVSS Information
N/A
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Vulnerability Title
flatpak-builder 路径遍历漏洞
Vulnerability Description
flatpak-builder是Flatpak开源的一个Flatpak应用构建工具。 flatpak-builder 1.4.5至1.4.8之前版本存在路径遍历漏洞,该漏洞源于license-files清单键的路径解析和验证不足,可能导致从主机读取任意文件并捕获到构建输出中。
CVSS Information
N/A
Vulnerability Type
N/A