← Back to browse · API

CVE-2025-1094

Severity
HIGH
CVSS
8.1
EPSS
0.9003
Risk score
63.91
CISA KEV
No
PoC
No
Published
2025-02-13
Modified
2025-03-14
First seen
2026-08-07
Aliases
EUVD-2025-1999, GHSA-MHW9-X46C-V6Q4
Products
n/a:PostgreSQL 0 <13.19, n/a:PostgreSQL 14 <14.16, n/a:PostgreSQL 15 <15.11, n/a:PostgreSQL 16 <16.7, n/a:PostgreSQL 17 <17.3
Sources
euvd EUVD-2025-1999

Description

Improper neutralization of quoting syntax in PostgreSQL libpq functions PQescapeLiteral(), PQescapeIdentifier(), PQescapeString(), and PQescapeStringConn() allows a database input provider to achieve SQL injection in certain usage patterns. Specifically, SQL injection requires the application to use the function result to construct input to psql, the PostgreSQL interactive terminal. Similarly, improper neutralization of quoting syntax in PostgreSQL command line utility programs allows a source of command line arguments to achieve SQL injection when client_encoding is BIG5 and server_encoding is one of EUC_TW or MULE_INTERNAL. Versions before PostgreSQL 17.3, 16.7, 15.11, 14.16, and 13.19 are affected.

References