CVE-2026-7819 is a symbolic-link path traversal vulnerability in the pgAdmin 4 File Manager affecting versions before 9.15. The flaw stems from access-control logic in check_access_permission using os.path.abspath for path validation. While abspath normalizes relative path components such as '..', it does not resolve symbolic links. As a result, a later file-write operation could follow an attacker-controlled symlink and escape the intended storage boundary. An authenticated user with access to their own storage area could create a symbolic link within that permitted directory pointing to a location outside it, then trigger pgAdmin to write through that link to an arbitrary filesystem path reachable by the pgAdmin process. The fix replaces path validation with os.path.realpath for both source and destination paths, adds an _open_upload_target helper that opens the destination with O_NOFOLLOW to prevent leaf-component symlink traversal and reduce the check-to-open race window, and hardens created file permissions.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
6 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A symbolic-link path traversal vulnerability in pgAdmin 4 File Manager that allows an authenticated user to induce writes outside their intended storage directory via symlink abuse.
A symlink-based path traversal vulnerability in the pgAdmin 4 file manager.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.