← Back to browse · API

CVE-2024-1597

Severity
CRITICAL
CVSS
10.0
EPSS
0.0481
Risk score
41.68
CISA KEV
No
PoC
No
Published
2024-02-19
Modified
2025-11-03
First seen
2026-08-07
Aliases
EUVD-2024-0465, GHSA-24RP-Q3W6-VC56
Products
pgjdbc:pgjdbc < 42.2.28, pgjdbc:pgjdbc < 42.3.9, pgjdbc:pgjdbc < 42.4.4, pgjdbc:pgjdbc < 42.5.5, pgjdbc:pgjdbc < 42.6.1, pgjdbc:pgjdbc < 42.7.2
Sources
euvd EUVD-2024-0465

Description

pgjdbc, the PostgreSQL JDBC Driver, allows attacker to inject SQL if using PreferQueryMode=SIMPLE. Note this is not the default. In the default mode there is no vulnerability. A placeholder for a numeric value must be immediately preceded by a minus. There must be a second placeholder for a string value after the first placeholder; both must be on the same line. By constructing a matching string payload, the attacker can inject SQL to alter the query,bypassing the protections that parameterized queries bring against SQL Injection attacks. Versions before 42.7.2, 42.6.1, 42.5.5, 42.4.4, 42.3.9, and 42.2.28 are affected.

References