FreshPorts - VuXML

This page displays vulnerability information about FreeBSD Ports.

The VUXML data was last processed by FreshPorts on 2025-02-20 09:44:03 UTC

List all Vulnerabilities, by package

List all Vulnerabilities, by date

k68

These are the vulnerabilities relating to the commit you have selected:

VuXML IDDescription
fadf3b41-ea19-11ef-a540-6cc21735f730PostgreSQL -- PostgreSQL quoting APIs miss neutralizing quoting syntax in text that fails encoding validation

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.


Discovery 2025-02-13
Entry 2025-02-13
postgresql17-client
< 17.3

postgresql16-client
< 16.7

postgresql15-client
< 15.11

postgresql14-client
< 14.16

postgresql13-client
< 13.19

CVE-2025-1094
https://www.postgresql.org/support/security/CVE-2025-1094/
a61ef21b-a29e-11ef-af48-6cc21735f730PostgreSQL -- libpq retains an error message from man-in-the-middle

PostgreSQL project reports:

Client use of server error message in PostgreSQL allows a server not trusted under current SSL or GSS settings to furnish arbitrary non-NUL bytes to the libpq application. For example, a man-in-the-middle attacker could send a long error message that a human or screen-scraper user of psql mistakes for valid query results. This is probably not a concern for clients where the user interface unambiguously indicates the boundary between one error message and other text.


Discovery 2024-11-14
Entry 2024-11-14
postgresql17-client
< 17.1

postgresql16-client
< 16.5

postgresql15-client
< 15.9

postgresql14-client
< 14.14

postgresql13-client
< 13.17

postgresql12-client
< 12.21

CVE-2024-10977
https://www.postgresql.org/support/security/CVE-2024-10977/