Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-4rhg-h8f2-v4jm

Опубликовано: 11 мая 2026
Источник: github
Github: Прошло ревью
CVSS4: 7.3
CVSS3: 7

Описание

pgAdmin 4 has deserialization of untrusted data in its FileBackedSessionManager

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.

Пакеты

Наименование

pgadmin4

pip
Затронутые версииВерсия исправления

< 9.15

9.15

EPSS

Процентиль: 3%
0.00131
Низкий

7.3 High

CVSS4

7 High

CVSS3

Дефекты

CWE-502

Связанные уязвимости

CVSS3: 7
nvd
3 месяца назад

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.

CVSS3: 7
debian
3 месяца назад

Deserialization of untrusted data (CWE-502) in pgAdmin 4 FileBackedSes ...

CVSS3: 7.8
fstec
3 месяца назад

Уязвимость механизма сессий FileBackedSessionManager инструмента управления базами данных pgAdmin 4, позволяющая нарушителю выполнить произвольный код

CVSS3: 7.8
redos
6 дней назад

Уязвимость pgadmin4

EPSS

Процентиль: 3%
0.00131
Низкий

7.3 High

CVSS4

7 High

CVSS3

Дефекты

CWE-502