highCVSS 7Vulnerability

CVE-2026-7818

Deserialization of untrusted data (CWE-502) in pgAdmin 4 FileBackedSessionManager. The session manager performed unsafe deserialization of session-file contents (using Python's standard object-serialization module) before performing any HMAC integrity check. Any file dropped into the sessions directory was deserialized unconditionally. An authenticated user with write access to the sessions directory (whether by misconfiguration or in combination with another path-traversal flaw) could plant a crafted serialized payload to achieve operating-system level remote code execution under the pgAdmin process identity. Fix prepends a 64-byte hex SHA-256 HMAC over the session body, computed with SECRET_KEY, and verifies it via hmac.compare_digest before any deserialization. The check is raised (rather than asserted) on empty SECRET_KEY so it is not stripped under -O. This issue affects pgAdmin 4: before 9.15.

Properties

summary
pgAdmin 4 has deserialization of untrusted data in its FileBackedSessionManager
severity
high
epss_score
0.00131
cvss_score
7
ghsa_published
2026-05-11T18:31:44Z
source_url
https://github.com/advisories/GHSA-4rhg-h8f2-v4jm
ghsa_updated
2026-05-18T15:12:49Z
ghsa_id
GHSA-4rhg-h8f2-v4jm
cve_id
CVE-2026-7818
cvss_vector
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
is_ghsa_only
false
epss_percentile
0.03125

Related Entities (5)

ENRICHED_BY (1)

[Source]FIRST EPSS

HAS_WEAKNESS (1)

[Weakness]Deserialization of Untrusted Data

REPORTED_BY (1)

[Source]GitHub Advisory Database

VULNERABLE_TO (1)

[Software]pip/pgadmin4

AFFECTS (1)

[Software]pip/pgadmin4

Explore deeper with Ninja Signal's threat intelligence graph

CVE-2026-7818 (CVSS 7) — Ninja Signal Threat Intelligence | Ninja Signal