VYPR

rpm package

suse/postgresql15&distro=SUSE Linux Enterprise Module for Server Applications 15 SP5

pkg:rpm/suse/postgresql15&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Server%20Applications%2015%20SP5

Vulnerabilities (12)

  • CVE-2024-10979Nov 14, 2024
    affected < 15.10-150200.5.33.1fixed 15.10-150200.5.33.1

    Incorrect control of environment variables in PostgreSQL PL/Perl allows an unprivileged database user to change sensitive process environment variables (e.g. PATH). That often suffices to enable arbitrary code execution, even if the attacker lacks a database server operating sys

  • CVE-2024-10978Nov 14, 2024
    affected < 15.10-150200.5.33.1fixed 15.10-150200.5.33.1

    Incorrect privilege assignment in PostgreSQL allows a less-privileged application user to view or change different rows from those intended. An attack requires the application to use SET ROLE, SET SESSION AUTHORIZATION, or an equivalent feature. The problem arises when an appli

  • CVE-2024-10977Nov 14, 2024
    affected < 15.10-150200.5.33.1fixed 15.10-150200.5.33.1

    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 us

  • CVE-2024-10976Nov 14, 2024
    affected < 15.10-150200.5.33.1fixed 15.10-150200.5.33.1

    Incomplete tracking in PostgreSQL of tables with row security allows a reused query to view or change different rows from those intended. CVE-2023-2455 and CVE-2016-2193 fixed most interaction between row security and user ID changes. They missed cases where a subquery, WITH qu

  • CVE-2024-7348Aug 8, 2024
    affected < 15.8-150200.5.30.1fixed 15.8-150200.5.30.1

    Time-of-check Time-of-use (TOCTOU) race condition in pg_dump in PostgreSQL allows an object creator to execute arbitrary SQL functions as the user running pg_dump, which is often a superuser. The attack involves replacing another relation type with a view or foreign table. The at

  • CVE-2024-4317May 9, 2024
    affected < 15.7-150200.5.27.1fixed 15.7-150200.5.27.1

    Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdro

  • CVE-2024-0985Feb 8, 2024
    affected < 15.6-150200.5.22.1fixed 15.6-150200.5.22.1

    Late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL allows an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling safe refresh of untrusted materi

  • CVE-2023-5870Dec 10, 2023
    affected < 15.5-150200.5.19.1fixed 15.5-150200.5.19.1

    A flaw was found in PostgreSQL involving the pg_cancel_backend role that signals background workers, including the logical replication launcher, autovacuum workers, and the autovacuum launcher. Successful exploitation requires a non-core extension with a less-resilient background

  • CVE-2023-5868Dec 10, 2023
    affected < 15.5-150200.5.19.1fixed 15.5-150200.5.19.1

    A memory disclosure vulnerability was found in PostgreSQL that allows remote users to access sensitive information by exploiting certain aggregate function calls with 'unknown'-type arguments. Handling 'unknown'-type values from string literals without type designation can disclo

  • CVE-2023-5869Dec 10, 2023
    affected < 15.5-150200.5.19.1fixed 15.5-150200.5.19.1

    A flaw was found in PostgreSQL that allows authenticated database users to execute arbitrary code through missing overflow checks during SQL array value modification. This issue exists due to an integer overflow during array modification where a remote user can trigger the overfl

  • CVE-2023-39418Aug 11, 2023
    affected < 15.4-150200.5.12.1fixed 15.4-150200.5.12.1

    A vulnerability was found in PostgreSQL with the use of the MERGE command, which fails to test new rows against row security policies defined for UPDATE and SELECT. If UPDATE and SELECT policies forbid some rows that INSERT policies do not forbid, a user could store such rows.

  • CVE-2023-39417Aug 11, 2023
    affected < 15.4-150200.5.12.1fixed 15.4-150200.5.12.1

    IN THE EXTENSION SCRIPT, a SQL Injection vulnerability was found in PostgreSQL if it uses @extowner@, @extschema@, or @extschema:...@ inside a quoting construct (dollar quoting, '', or ""). If an administrator has installed files of a vulnerable, trusted, non-bundled extension, a