Cyber Resilience

CVE-2024-2044

Pgadmin 4 ≤ 8.4

Public PoCHigh EPSS
Published
07 March 2024
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 9.9
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.79 99.6th percentile
Risk Priority 94 floored blend · peak EPSS

Summary

CVE-2024-2044 is a critical-severity Path Traversal: 'dir\..\..\filename' (CWE-31) vulnerability in Pgadmin Pgadmin 4. Its CVSS base score is 9.9 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 0.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and AC-3 (Access Enforcement) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

pgAdmin versions 8.3 and earlier are affected by a path-traversal flaw in the session-handling code that deserializes user sessions. The vulnerability stems from unsafe handling of pickle objects and is tracked under CWE-31, carrying a CVSS 3.1 score of 9.9.

On Windows, an unauthenticated remote attacker can supply a crafted path to load and deserialize arbitrary pickle objects, resulting in code execution. On POSIX or Linux systems the same outcome requires an authenticated attacker who can first upload a malicious pickle file before triggering deserialization.

Public references including the pgadmin-org GitHub issue 7258, a Shielder advisory, and Fedora package-announce lists document the issue and link to subsequent updates. The associated EPSS score stands at 0.8347 with no indicated rise from a lower baseline.

EU & UK References

Vulnerability Data

pgAdmin <= 8.3 is affected by a path-traversal vulnerability while deserializing users’ sessions in the session handling code. If the server is running on Windows, an unauthenticated attacker can load and deserialize remote pickle objects and gain code execution. If…

more

the server is running on POSIX/Linux, an authenticated attacker can upload pickle objects, deserialize them, and gain code execution.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-4215Same product: Fedoraproject Fedora
CVE-2023-5002Same product: Fedoraproject Fedora
CVE-2024-4216Same product: Fedoraproject Fedora
CVE-2024-3116Same product: Fedoraproject Fedora
CVE-2022-4223Same product: Fedoraproject Fedora
CVE-2023-22298Same product: Fedoraproject Fedora
CVE-2025-12764Same product: Pgadmin Pgadmin 4
CVE-2026-7815Same product: Pgadmin Pgadmin 4
CVE-2026-17346Same product: Pgadmin Pgadmin 4
CVE-2026-12050Same product: Pgadmin Pgadmin 4

Affected Assets

pgadmin
pgadmin 4
≤ 8.4
fedoraproject
fedora
40

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Directly requires validation of path inputs, stopping the acceptance of backslash dot-dot sequences that escape the restricted directory.

Enforces authorization checks on file/resource access, blocking exploitation of a traversed path even if the malformed name is accepted.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and path sanitization that block this weakness.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can discover traversal flaws but does not prevent them at the source.

prevents

Secure development lifecycle mandates input validation and path sanitization that directly blocks directory traversal sequences.

prevents

Application security requirements explicitly call for controls against path traversal and other injection flaws.

prevents

Secure architecture principles reduce the attack surface but do not prescribe the specific coding fix.

prevents

Secure coding standards require canonicalization and whitelist validation that eliminate CWE-31.

References