漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
pgAdmin 4: Local file inclusion and server-side request forgery in LLM API configuration endpoints
Vulnerability Description
Local file inclusion (LFI) and server-side request forgery (SSRF) vulnerabilities in pgAdmin 4 LLM API configuration endpoints. User-supplied api_key_file and api_url preferences were passed to the LLM provider clients without validation. An authenticated user could read arbitrary server-side files by pointing api_key_file at any path readable by the pgAdmin process, or coerce pgAdmin into making requests to internal targets (e.g. cloud metadata services such as 169.254.169.254) by setting api_url, exploiting the chat path and model-list endpoints. Fix restricts api_key_file to the user's private storage (server mode) or home directory (desktop mode), enforces a printable-ASCII key shape and a 1024-byte read cap, and gates api_url against a configurable allow-list (config.ALLOWED_LLM_API_URLS) at every entry point. This issue affects pgAdmin 4: before 9.15.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Vulnerability Type
N/A
Vulnerability Title
pgAdmin 4 安全漏洞
Vulnerability Description
pgAdmin 4是pgAdmin Project开源的一个PostgreSQL的管理和开发平台。 pgAdmin 4 9.15之前版本存在安全漏洞,该漏洞源于本地文件包含和服务端请求伪造,可能导致经过身份验证的用户读取任意服务器端文件或强制pgAdmin向内部目标发起请求。
CVSS Information
N/A
Vulnerability Type
N/A