CVE-2026-7814 impacts pgAdmin 4 versions up to 9.13. When rendering the navigation tree, table schemas, or execution plans in the Explain Visualizer, user-controlled PostgreSQL object names (database, schema, table, column, index) were assigned directly to DOM elements using .innerHTML without escaping HTML entities. An attacker who can create database objects with names containing malicious <script> tags can execute arbitrary JavaScript in the browser of any database administrator who views the object in pgAdmin 4.