FreshPorts - VuXML

This page displays vulnerability information about FreeBSD Ports.

The VUXML data was last processed by FreshPorts on 2025-05-31 17:39:40 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
78b8e808-2c45-11f0-9a65-6cc21735f730PostgreSQL -- PostgreSQL GB18030 encoding validation can read one byte past end of allocation for text that fails validation

PostgreSQL project reports:

A buffer over-read in PostgreSQL GB18030 encoding validation allows a database input provider to achieve temporary denial of service on platforms where a 1-byte over-read can elicit process termination. This affects the database server and also libpq. Versions before PostgreSQL 17.5, 16.9, 15.13, 14.18, and 13.21 are affected.


Discovery 2025-05-08
Entry 2025-05-08
postgresql17-client
< 17.5

postgresql16-client
< 16.9

postgresql15-client
< 15.13

postgresql14-client
< 14.18

postgresql13-client
< 13.21

postgresql17-server
< 17.5

postgresql16-server
< 16.9

postgresql15-server
< 15.13

postgresql14-server
< 14.18

postgresql13-server
< 13.21

CVE-2025-4207
https://www.postgresql.org/support/security/CVE-2025-4207/
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/