First published: Thu Feb 13 2025(Updated: )
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.
Affected Software | Affected Version | How to fix |
---|---|---|
PostgreSQL Common | <17.3<16.7<15.11<14.16<13.19 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of REDHAT-BUG-2345548 is high due to the potential for SQL injection vulnerabilities.
To fix REDHAT-BUG-2345548, upgrade to the latest version of PostgreSQL that addresses the quoting syntax vulnerabilities.
PostgreSQL versions 13.19, 14.16, 15.11, 16.7, and 17.3 are affected by REDHAT-BUG-2345548.
REDHAT-BUG-2345548 represents an SQL injection vulnerability caused by improper neutralization of quoting syntax in PostgreSQL libpq functions.
Yes, REDHAT-BUG-2345548 can potentially be exploited remotely if the vulnerable PostgreSQL functions are utilized in insecure application patterns.