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.
References
| Link | Resource |
|---|---|
| https://github.com/pgadmin-org/pgadmin4/issues/9900 | Issue Tracking Patch Vendor Advisory |
Configurations
History
26 May 2026, 13:29
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:pgadmin:pgadmin_4:*:*:*:*:*:postgresql:*:* | |
| First Time |
Pgadmin pgadmin 4
Pgadmin |
|
| References | () https://github.com/pgadmin-org/pgadmin4/issues/9900 - Issue Tracking, Patch, Vendor Advisory |
11 May 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-552 |
11 May 2026, 16:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-11 16:17
Updated : 2026-05-26 13:29
NVD link : CVE-2026-7817
Mitre link : CVE-2026-7817
CVE.ORG link : CVE-2026-7817
JSON object : View
Products Affected
pgadmin
- pgadmin_4
CWE
CWE-552
Files or Directories Accessible to External Parties
