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.
Casky was already ahead
This CVE exploits attack patterns that Casky's 0matched skills already investigate — long before this vulnerability was disclosed. Claude's reasoning model maps these techniques to MITRE ATT&CK, so practitioners who ran these skills have already seen the threat behaviour in their findings.
CVE-2026-7819 is a path traversal vulnerability in pgAdmin 4's File Manager that allows authenticated users to write files outside their intended storage directory. The vulnerability exists because the access permission check uses os.path.abspath(), which resolves relative path components like '..' but does not follow symbolic links, while the subsequent file write operation does follow symlinks. An attacker with pgAdmin access can create a symbolic link within their own storage area pointing to a sensitive location outside it—such as configuration files, application directories, or system paths—and trick pgAdmin into writing arbitrary content there. This affects any organization using pgAdmin 4 for database administration, particularly those with multiple users or untrusted administrative access.
Casky's Claude-powered security skills would detect the attack patterns underlying this vulnerability by analyzing file system operations and path resolution inconsistencies. While this specific CVE maps to CWE-61 and CWE-22 (path traversal weaknesses) rather than discrete MITRE ATT&CK techniques, Casky practitioners would identify indicators such as: unusual symbolic link creation patterns within user directories, divergence between permission validation paths and actual file write destinations, and authentication logs showing file operations that don't align with expected directory boundaries. The platform's 754 mapped skills would highlight access control bypass attempts (T1548), privilege escalation signals, and file system manipulation anomalies that practitioners should monitor in pgAdmin process behavior and audit logs.
Composite risk scoring from EPSS, CISA KEV, Shodan, and GreyNoise — 21 security APIs correlated into a single Casky Risk Score. Coming in Casky Pro. Join early access →
Casky has 0 skills that investigate the attack patterns behind CVE-2026-7819. Run one and get CVSS-scored findings in 3 minutes.
Run the skill that detects this →© 2026 Casky.AI, Inc. · AI Security Investigation