Cyber Resilience

CVE-2026-1707

High

Published: 05 February 2026

Published
05 February 2026
Modified
26 February 2026
KEV Added
Patch
CVSS Score v3.1 7.4 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L
EPSS Score 0.0003 8.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-1707 is a high-severity Improper Access Control (CWE-284) vulnerability in Pgadmin Pgadmin 4. Its CVSS base score is 7.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 8.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and CM-5 (Access Restrictions for Change).

Deeper analysis

CVE-2026-1707 is a restore restriction bypass vulnerability via key disclosure affecting pgAdmin version 9.11 when running in server mode and performing restores from PLAIN-format dump files. The flaw allows attackers to observe active restore operations through the pgAdmin web interface, extract the `\restrict` key in real time, and exploit a race condition by overwriting the restore script with a payload that uses `\unrestrict <key>` to re-enable meta-commands. It has a CVSS v3.1 base score of 7.4 (AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L) and is associated with CWE-284 (Improper Access Control).

An attacker with low-privilege access (PR:L) to the pgAdmin web interface can exploit this during an ongoing restore from a PLAIN-format dump. By monitoring the operation, they extract the restriction key and rapidly overwrite the script to bypass restrictions, achieving reliable arbitrary command execution on the pgAdmin host. The network-accessible nature (AV:N) and lack of user interaction (UI:N) requirements, combined with scope change (S:C), enable significant impact including limited confidentiality, integrity, and availability violations.

Mitigation details and patch information are available in the referenced advisory at https://github.com/pgadmin-org/pgadmin4/issues/9518.

EU & UK References

Vulnerability details

pgAdmin versions 9.11 are affected by a Restore restriction bypass via key disclosure vulnerability that occurs when running in server mode and performing restores from PLAIN-format dump files. An attacker with access to the pgAdmin web interface can observe an…

more

active restore operation, extract the `\restrict` key in real time, and race the restore process by overwriting the restore script with a payload that re-enables meta-commands using `\unrestrict <key>`. This results in reliable command execution on the pgAdmin host during the restore operation.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

The vulnerability enables remote exploitation of the pgAdmin web interface (public-facing) to bypass restrictions and achieve arbitrary command execution on the host.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-7813Same product: Pgadmin Pgadmin 4
CVE-2025-13780Same product: Pgadmin Pgadmin 4
CVE-2025-12762Same product: Pgadmin Pgadmin 4
CVE-2026-7819Same product: Pgadmin Pgadmin 4
CVE-2026-7816Same product: Pgadmin Pgadmin 4
CVE-2026-7815Same product: Pgadmin Pgadmin 4
CVE-2026-37709Shared CWE-284
CVE-2026-39339Shared CWE-284
CVE-2026-46839Shared CWE-284
CVE-2025-26010Shared CWE-284

Affected Assets

pgadmin
pgadmin 4
9.11

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces access restrictions on pgAdmin restore operations so that an authenticated user cannot extract the \restrict key or inject \unrestrict payloads to bypass command restrictions.

prevent

Restricts modification of active restore scripts and files during PLAIN-format restore operations, directly blocking the race-condition overwrite that enables command execution.

prevent

Validates restore input (dump contents and meta-commands) to reject or sanitize \unrestrict attempts that re-enable dangerous commands on the pgAdmin host.

References