Junglewise Threat Intelligence

CVE-2026-17348: pgAdmin 4 missing authentication in multiple server-mode routes

CVE-2026-17348 · Severity: medium · CVSS 6.5 · Published 2026-07-31

Executive brief

pgAdmin 4 is a popular management tool for PostgreSQL databases. In certain configurations, several internal functions were accidentally left accessible to anyone on the network without requiring a password. An unauthorized person could use this to delete database table constraints, view system preferences, or disrupt active debugging sessions, potentially leading to data loss or operational disruption.

Technical details

A missing authentication check (CWE-306) exists in pgAdmin 4 when running in SERVER mode. The application relies on the '@pga_login_required' decorator to enforce authentication on a per-route basis, but several routes were identified as missing this decorator. Specifically, the Constraints blueprint (nodes, proplist, and delete routes), preferences.get_all_cli, debugger.close, and schema_diff.close are affected. An unauthenticated network attacker can exploit these endpoints to enumerate metadata, delete table constraints via state-mutating DELETE requests, or terminate sessions belonging to other users. This issue was addressed in version 9.17 by applying the missing decorators.

Affected products

  • pgadmin.org pgAdmin 4 < 9.17

Timeline

  • 2026-07-31: advisory: CVE-2026-17348 published
  • 2026-07-31: disclosed

References