FreshPorts - VuXML

This page displays vulnerability information about FreeBSD Ports.

The VUXML data was last processed by FreshPorts on 2024-09-30 19:30:50 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
48e6d514-5568-11ef-af48-6cc21735f730PostgreSQL -- Prevent unauthorized code execution during pg_dump

PostgreSQL project reports:

An attacker able to create and drop non-temporary objects could inject SQL code that would be executed by a concurrent pg_dump session with the privileges of the role running pg_dump (which is often a superuser). The attack involves replacing a sequence or similar object with a view or foreign table that will execute malicious code. To prevent this, introduce a new server parameter restrict_nonsystem_relation_kind that can disable expansion of non-builtin views as well as access to foreign tables, and teach pg_dump to set it when available. Note that the attack is prevented only if both pg_dump and the server it is dumping from are new enough to have this fix.


Discovery 2024-08-08
Entry 2024-08-08
postgresql12-client
< 12.20

postgresql13-client
< 13.16

postgresql14-client
< 14.13

postgresql15-client
< 15.8

postgresql16-client
< 16.4

postgresql12-server
< 12.20

postgresql13-server
< 13.16

postgresql14-server
< 14.13

postgresql15-server
< 15.8

postgresql16-server
< 16.4

CVE-2024-7348
https://www.postgresql.org/support/security/CVE-2024-7348/
7a8b6170-a889-11ed-bbae-6cc21735f730PostgreSQL server -- Client memory disclosure when connecting, with Kerberos, to modified server.

PostgreSQL Project reports:

A modified, unauthenticated server can send an unterminated string during the establishment of Kerberos transport encryption. When a libpq client application has a Kerberos credential cache and doesn't explicitly disable option gssencmode, a server can cause libpq to over-read and report an error message containing uninitialized bytes from and following its receive buffer. If libpq's caller somehow makes that message accessible to the attacker, this achieves a disclosure of the over-read bytes. We have not confirmed or ruled out viability of attacks that arrange for a crash or for presence of notable, confidential information in disclosed bytes.


Discovery 2023-02-09
Entry 2023-02-09
postgresql15-client
< 15.2

postgresql14-client
< 14.7

postgresql13-client
< 13.10

postgresql12-client
< 12.14

CVE-2022-41862
https://www.postgresql.org/support/security/CVE-2022-41862/