Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-7819 Details

Description

Symbolic-link path traversal (CWE-61, CWE-22) in pgAdmin 4 File Manager. check_access_permission used os.path.abspath, which resolves '..' but does not resolve symbolic links, while the subsequent kernel write follows symlinks. An authenticated user could plant a symbolic link inside their own storage directory pointing outside it and induce pgAdmin to write to any path reachable by the pgAdmin process. Fix switches the access check to os.path.realpath for both source and destination, and adds an _open_upload_target helper that opens the target with O_NOFOLLOW (mode 0o600) to close the leaf-component TOCTOU between the access check and the open. File mode is hardened from 0o644 to 0o600. This issue affects pgAdmin 4: before 9.15.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://github.com/pgadmin-org/pgadmin4/issues/9902 PostgreSQLIssue TrackingPatchVendor Advisory

Weakness Enumeration

CWE-IDCWE NameSource
CWE-61UNIX Symbolic Link (Symlink) FollowingCISA-ADP

Affected Products

ProductVersions
pgadmin pgadmin 4
< 9.15

CPE

  • cpe:2.3:a:pgadmin:pgadmin_4:*:*:*:*:*:postgresql:*:*

Remediation

  • No remediation found in references.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-7819
NVD Published Date:
May 11, 2026
NVD Last Modified:
Jun 17, 2026
Source:
PostgreSQL
CVE-2026-7819 Details - Not Deferred