Postgresql

Postgresql

166 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.13%
  • Published 14.11.2024 13:15:03
  • Last modified 09.05.2025 20:15:37

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 c...

  • EPSS 0.4%
  • Published 08.08.2024 13:15:14
  • Last modified 21.11.2024 09:51:20

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...

  • EPSS 0.17%
  • Published 14.05.2024 15:43:16
  • Last modified 28.03.2025 15:15:45

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 rev...

  • EPSS 0.62%
  • Published 08.02.2024 13:15:08
  • Last modified 20.12.2024 13:15:19

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 sa...

  • EPSS 2.72%
  • Published 10.12.2023 18:15:07
  • Last modified 21.11.2024 08:42:40

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 witho...

  • EPSS 1.61%
  • Published 10.12.2023 18:15:07
  • Last modified 21.11.2024 08:42:40

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 remo...

  • EPSS 0.65%
  • Published 10.12.2023 18:15:07
  • Last modified 21.11.2024 08:42:40

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 wi...

Exploit
  • EPSS 0.04%
  • Published 22.08.2023 19:16:13
  • Last modified 21.11.2024 05:12:35

An issue was discovered in PostgreSQL 12.2 allows attackers to cause a denial of service via repeatedly sending SIGHUP signals. NOTE: this is disputed by the vendor because untrusted users cannot send SIGHUP signals; they can only be sent by a Postgr...

  • EPSS 0.61%
  • Published 11.08.2023 13:15:09
  • Last modified 21.11.2024 08:15:22

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, tru...

  • EPSS 0.44%
  • Published 11.08.2023 13:15:09
  • Last modified 06.12.2024 11:15:06

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 ...