PostgreSQLpgAdmin Development Team4 min readrelease notesintermediate
pgAdmin 4 v9.18 Released
Summary
pgAdmin 4 v9.18 adds a VS‑Code‑style Object Explorer toggle, tightens CSP defaults, and patches five CVEs (auth bypass, argument/connection‑string injection, TOCTOU file write, LLM redirect, empty username import). It also fixes numerous UI bugs, schema‑diff regressions, and updates dependencies. Windows/macOS installers, Docker, RPM/DEB, and a Python wheel are shipped.
- Object Explorer can now be collapsed/expanded via the workspace icon or Ctrl+Alt+B; the state persists across refreshes.
- Default Content‑Security‑Policy now uses per‑request nonces and drops unsafe‑eval, reducing XSS surface.
- Security fixes:
- • CVE‑2026‑86863: Webserver auth bypass fixed by making header‑based identity opt‑in and limited to trusted proxies.
The release hardens pgAdmin’s attack surface—critical for any organization exposing the web UI—while improving developer ergonomics (Object Explorer toggle) and fixing regressions that could break migration or schema‑diff workflows. The detailed CVE mitigations illustrate concrete patterns (header‑…
5/10