Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2026:2117-1

Опубликовано: 29 мая 2026
Источник: suse-cvrf

Описание

Security update for postgresql14

This update for postgresql14 fixes the following issues

Update to version 14.23.

Security issues:

  • CVE-2026-6472: ensure the user has CREATE privilege on the schema specified (bsc#1265172).
  • CVE-2026-6473: integer overflows in memory-allocation calculations (bsc#1265173).
  • CVE-2026-6474: Guard against malicious time zone names (bsc#1265174).
  • CVE-2026-6475: Prevent path traversal in pg_basebackup and pg_rewind (bsc#1265175).
  • CVE-2026-6477: Mark PQfn() as unsafe, and avoid using it within libpq (bsc#1265177).
  • CVE-2026-6478: Use timing-safe string comparisons in authentication code (bsc#1265178).
  • CVE-2026-6479: Prevent unbounded recursion while processing startup packets (bsc#1265179).
  • CVE-2026-6637: Prevent SQL injection and buffer overruns in contrib/spi (bsc#1265181).

Non security issue:

  • Get rid of update-alternatives for openSUSE/SLE 16.0 and newer to support immutable systems and transactional updates (jsc#PED-14823).
  • /usr/bin/pg_config is missing after migrating away from update-alternatives (bsc#1263804).

Список пакетов

Container suse/manager/5.0/x86_64/server-migration-14-16:latest
postgresql14-14.23-150600.16.31.1
postgresql14-contrib-14.23-150600.16.31.1
postgresql14-server-14.23-150600.16.31.1
SUSE Linux Enterprise Module for Legacy 15 SP7
postgresql14-14.23-150600.16.31.1
postgresql14-contrib-14.23-150600.16.31.1
postgresql14-devel-14.23-150600.16.31.1
postgresql14-docs-14.23-150600.16.31.1
postgresql14-plperl-14.23-150600.16.31.1
postgresql14-plpython-14.23-150600.16.31.1
postgresql14-pltcl-14.23-150600.16.31.1
postgresql14-server-14.23-150600.16.31.1
postgresql14-server-devel-14.23-150600.16.31.1
postgresql14-test-14.23-150600.16.31.1
SUSE Linux Enterprise Module for Package Hub 15 SP7
postgresql14-llvmjit-14.23-150600.16.31.1
postgresql14-test-14.23-150600.16.31.1
SUSE Linux Enterprise Server 15 SP6-LTSS
postgresql14-14.23-150600.16.31.1
postgresql14-contrib-14.23-150600.16.31.1
postgresql14-devel-14.23-150600.16.31.1
postgresql14-docs-14.23-150600.16.31.1
postgresql14-plperl-14.23-150600.16.31.1
postgresql14-plpython-14.23-150600.16.31.1
postgresql14-pltcl-14.23-150600.16.31.1
postgresql14-server-14.23-150600.16.31.1
postgresql14-server-devel-14.23-150600.16.31.1
SUSE Linux Enterprise Server for SAP Applications 15 SP6
postgresql14-14.23-150600.16.31.1
postgresql14-contrib-14.23-150600.16.31.1
postgresql14-devel-14.23-150600.16.31.1
postgresql14-docs-14.23-150600.16.31.1
postgresql14-plperl-14.23-150600.16.31.1
postgresql14-plpython-14.23-150600.16.31.1
postgresql14-pltcl-14.23-150600.16.31.1
postgresql14-server-14.23-150600.16.31.1
postgresql14-server-devel-14.23-150600.16.31.1

Описание

Missing authorization in PostgreSQL CREATE TYPE allows an object creator to hijack other queries that use search_path to find user-defined types, including extension-defined types. That is to say, the victim will execute arbitrary SQL functions of the attacker's choice. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.


Затронутые продукты
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-contrib-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-server-14.23-150600.16.31.1
SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.23-150600.16.31.1

Ссылки

Описание

Integer wraparound in multiple PostgreSQL server features allows an unprivileged database user to cause the server to undersize an allocation and write out-of-bounds. This may execute arbitrary code as the operating system user running the database. In applications that pass gigabyte-scale user inputs to the relevant database functions, the application input provider may achieve a segmentation fault. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.


Затронутые продукты
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-contrib-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-server-14.23-150600.16.31.1
SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.23-150600.16.31.1

Ссылки

Описание

Externally-controlled format string in PostgreSQL timeofday() function allows an attacker to retrieve portions of server memory, via crafted timezone zones. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.


Затронутые продукты
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-contrib-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-server-14.23-150600.16.31.1
SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.23-150600.16.31.1

Ссылки

Описание

Symlink following in PostgreSQL pg_basebackup plain format and in pg_rewind allows an origin superuser to overwrite local files, e.g. /var/lib/postgres/.bashrc, that hijack the operating system account. It will remain the case that starting the server after these commands implicitly trusts the origin superuser, due to features like shared_preload_libraries. Hence, the attack has practical implications only if one takes relevant action between these commands and server start, like moving the files to a different VM or snapshotting the VM. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.


Затронутые продукты
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-contrib-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-server-14.23-150600.16.31.1
SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.23-150600.16.31.1

Ссылки

Описание

Use of inherently dangerous function PQfn(..., result_is_int=0, ...) in PostgreSQL libpq lo_export(), lo_read(), lo_lseek64(), and lo_tell64() functions allows the server superuser to overwrite a client stack buffer with an arbitrarily-large response. Like gets(), PQfn(..., result_is_int=0, ...) stores arbitrary-length, server-determined data into a buffer of unspecified size. Because both the \lo_export command in psql and pg_dump call lo_read(), the server superuser can overwrite pg_dump or psql stack memory. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.


Затронутые продукты
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-contrib-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-server-14.23-150600.16.31.1
SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.23-150600.16.31.1

Ссылки

Описание

Covert timing channel in comparison of MD5-hashed password in PostgreSQL authentication allows an attacker to recover user credentials sufficient to authenticate. This does not affect scram-sha-256 passwords, the default in all supported releases. However, current databases may have MD5-hashed passwords originating in upgrades from PostgreSQL 13 or earlier. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.


Затронутые продукты
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-contrib-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-server-14.23-150600.16.31.1
SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.23-150600.16.31.1

Ссылки

Описание

Uncontrolled recursion in PostgreSQL SSL and GSS negotiation allows an attacker able to connect to a PostgreSQL AF_UNIX socket to achieve sustained denial of service. If SSL and GSS are both disabled, an attacker can do the same via access to a PostgreSQL TCP socket. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.


Затронутые продукты
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-contrib-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-server-14.23-150600.16.31.1
SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.23-150600.16.31.1

Ссылки

Описание

Stack buffer overflow in PostgreSQL module "refint" allows an unprivileged database user to execute arbitrary code as the operating system user running the database. A distinct attack is possible if the application declares a user-controlled column as a "refint" cascade primary key and facilitates user-controlled updates to that column. In that case, a SQL injection allows a primary key update value provider to execute arbitrary SQL as the database user performing the primary key update. Versions before PostgreSQL 18.4, 17.10, 16.14, 15.18, and 14.23 are affected.


Затронутые продукты
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-contrib-14.23-150600.16.31.1
Container suse/manager/5.0/x86_64/server-migration-14-16:latest:postgresql14-server-14.23-150600.16.31.1
SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.23-150600.16.31.1

Ссылки
Уязвимость SUSE-SU-2026:2117-1