CVE-2026-17348
Last modified
CVE-2026-17348 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. In SERVER mode, pgAdmin 4 enforces authentication per route via the @pga_login_required decorator; the application's before_request hook only handles desktop-mode auto-login and the Kerberos/Webserver-auth redirect, so any route shipped without the decorator is reachable without authentication (CWE-306). This is the same defect class previously fixed as CVE-2026-12046 (the sqleditor close/update_connection routes). A follow-up sweep, prompted by a report describing an incomplete fix for CVE-2026-12046, found further routes missing @pga_login_required: the Constraints blueprint's nodes and proplist (object listing) routes and its delete route (a state-mutating DELETE that removes table constraints); preferences.get_all_cli (GET, discloses all CLI-settable preference values); debugger.close (DELETE); and schema_diff.close (DELETE). EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
In SERVER mode, pgAdmin 4 enforces authentication per route via the @pga_login_required decorator; the application's before_request hook only handles desktop-mode auto-login and the Kerberos/Webserver-auth redirect, so any route shipped without the decorator is reachable without authentication (CWE-306). This is the same defect class previously fixed as CVE-2026-12046 (the sqleditor close/update_connection routes). A follow-up sweep, prompted by a report describing an incomplete fix for CVE-2026-12046, found further routes missing @pga_login_required: the Constraints blueprint's nodes and proplist (object listing) routes and its delete route (a state-mutating DELETE that removes table constraints); preferences.get_all_cli (GET, discloses all CLI-settable preference values); debugger.close (DELETE); and schema_diff.close (DELETE). An unauthenticated network client could therefore enumerate constraint metadata, delete table constraints, read preference values, and force-close debugger or schema-diff sessions belonging to other users, without ever authenticating. Fix adds the missing @pga_login_required decorator (and the corresponding import to the Constraints module) to each of these routes. The change is decorator-only; no behavioral changes to the underlying handlers. This issue affects pgAdmin 4 in SERVER mode: the Constraints and Debugger routes from 1.0, the Schema Diff close route from 4.18, and preferences.get_all_cli from 8.2, all before 9.17.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Pgadmin | Pgadmin 4 | >= 1.0, < 9.17 |
References
- https://github.com/pgadmin-org/pgadmin4/issues/10194Issue Tracking, Patch, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-17348?
How severe is CVE-2026-17348?
How do I fix CVE-2026-17348?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-1731BeyondTrust Remote Support (RS) and certain older versions o…9.8
- CVE-2026-1732GitLab has remediated an issue in GitLab CE/EE affecting all…4.3
- CVE-2026-1733A vulnerability was identified in Zhong Bang CRMEB up to 5.6…4.3
- CVE-2026-1734A security flaw has been discovered in Zhong Bang CRMEB up t…5.5
- CVE-2026-17346The fix for CVE-2026-12044 in pgAdmin 4 9.16 hardened qtLite…8.8
- CVE-2026-17347The MASTER_PASSWORD_HOOK setting, introduced in pgAdmin 4 7.…8.8
- CVE-2026-17349/misc/workspace/adhoc_connect_server, part of the Workspaces…9.6
- CVE-2026-1735A weakness has been identified in Yealink MeetingBar A30 133…4.3
- CVE-2026-17350The per-tool permission system (custom roles / role-based to…5.4
- CVE-2026-17351The fix for CVE-2026-12045 in pgAdmin 4 9.16 required the LL…9
- CVE-2026-1736A security vulnerability has been detected in Open5GS up to …5.5
- CVE-2026-1737A vulnerability was detected in Open5GS up to 2.7.6. The aff…5.5
Are you affected by CVE-2026-17348?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
