SCA: security update for pgadmin4 (GHSA-hr4r-fwpv-c95j)

high Tenable Self-Hosted Container Security Plugin ID 442102

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-7819)

Solution

Update the pgadmin4 library and its related packages to version 9.15 or later.

See Also

https://github.com/advisories/GHSA-hr4r-fwpv-c95j

Plugin Details

Severity: High

ID: 442102

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 5/18/2026

Updated: 6/1/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.64

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 8.5

Temporal Score: 6.3

Vector: CVSS2#AV:N/AC:L/Au:S/C:N/I:C/A:C

CVSS Score Source: CVE-2026-7819

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.1

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: High

Base Score: 7.2

Threat Score: 5.1

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/11/2026

Vulnerability Publication Date: 5/11/2026

Reference Information

CVE: CVE-2026-7819

cwe: CWE-61