FreeBSD VuXML: Documenting security issues in FreeBSD and the FreeBSD Ports Collection

PostgreSQL -- PostgreSQL quoting APIs miss neutralizing quoting syntax in text that fails encoding validation

Affected packages
postgresql17-client < 17.3
postgresql16-client < 16.7
postgresql15-client < 15.11
postgresql14-client < 14.16
postgresql13-client < 13.19

Details

VuXML ID fadf3b41-ea19-11ef-a540-6cc21735f730
Discovery 2025-02-13
Entry 2025-02-13

The PostgreSQL Project reports:

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

CVE Name CVE-2025-1094
URL https://www.postgresql.org/support/security/CVE-2025-1094/