Lucene search
+L

15240 matches found

CVE
CVE
added 2026/09/18 7:50 p.m.9 views

CVE-2026-61819

pg_partman is a PostgreSQL extension for managing partitioned tables. Prior to 5.5.0 , when pg_jobmon is installed and part_config.jobmon is true, exception handlers in multiple pg_partman functions embed p_parent_table verbatim inside a SQL string literal passed to pg_jobmon.add_job(). A partman...

8.5CVSS0.00581EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/18 7:50 p.m.6 views

CVE-2026-61819 pg_partman privilege escalation via SQL injection in when using pg_jobmon and encountering exception

pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, when pgjobmon is installed and partconfig.jobmon is true, exception handlers in multiple pgpartman functions place pparenttable verbatim inside a SQL string literal used to call pgjobmon.addjob. A...

8.5CVSS
SaveExploits0References5
CVE
CVE
added 2026/09/18 7:49 p.m.8 views

CVE-2026-61820

CVE-2026-61820 affects pg_partman , a PostgreSQL extension for managing partitioned tables. The vulnerability lies in the inherit_template_properties() function, which surrounds primary-key column names from pg_attribute.attname with double quotes without escaping embedded double-quote characters...

8.5CVSS0.00581EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/18 7:49 p.m.8 views

CVE-2026-61820

pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, inherittemplateproperties manually surrounds primary-key column names from pgattribute.attname with double quotes without escaping embedded double-quote characters. A partmanuser who owns a template...

8.5CVSS0.00581EPSS
SaveExploits0
OSV
OSV
added 2026/09/18 7:49 p.m.9 views

CVE-2026-61820 pg_partman privilege escalation via SQL injection when inheriting template properties

pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, inherittemplateproperties manually surrounds primary-key column names from pgattribute.attname with double quotes without escaping embedded double-quote characters. A partmanuser who owns a template...

8.5CVSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/18 7:49 p.m.7 views

EUVD-2026-83433

pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, inherittemplateproperties manually surrounds primary-key column names from pgattribute.attname with double quotes without escaping embedded double-quote characters. A partmanuser who owns a template...

8.5CVSS0.00581EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/18 7:49 p.m.37 views

CVE-2026-61820 pg_partman privilege escalation via SQL injection when inheriting template properties

pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, inherittemplateproperties manually surrounds primary-key column names from pgattribute.attname with double quotes without escaping embedded double-quote characters. A partmanuser who owns a template...

8.5CVSS0.00581EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/18 7:48 p.m.9 views

CVE-2026-61817

pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, runmaintenance, showpartitions, showpartitioninfo, undopartition, and partitiondatatime interpolate the writable partconfig.timedncoder text value without identifier quoting into dynamic SQL. A role...

8.5CVSS0.00581EPSS
SaveExploits0
OSV
OSV
added 2026/09/18 7:48 p.m.5 views

CVE-2026-61817 pg_partman privilege escalation via SQL injection in several functions via time decoder

pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, runmaintenance, showpartitions, showpartitioninfo, undopartition, and partitiondatatime interpolate the writable partconfig.timedncoder text value without identifier quoting into dynamic SQL. A role...

8.5CVSS
SaveExploits0References5
CVE
CVE
added 2026/09/18 7:48 p.m.12 views

CVE-2026-61817

pg_partman is a PostgreSQL extension for managing partitioned tables by time or ID. Prior to 5.5.0 , the functions run_maintenance() , show_partitions() , show_partition_info() , undo_partition() , and partition_data_time() interpolate the writable part_config.time_dncoder text value without iden...

8.5CVSS0.00581EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/18 7:47 p.m.8 views

CVE-2026-61818

pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, undopartition reads partconfig.timeencoder as unrestricted text and interpolates it without identifier quoting into a dynamically executed SELECT statement. A role with partmanuser access can store...

8.5CVSS0.00409EPSS
SaveExploits0
OSV
OSV
added 2026/09/18 7:47 p.m.9 views

CVE-2026-61818 pg_partman SQL injection in undo partition time encoder

pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, undopartition reads partconfig.timeencoder as unrestricted text and interpolates it without identifier quoting into a dynamically executed SELECT statement. A role with partmanuser access can store...

8.5CVSS
SaveExploits0References5
CVE
CVE
added 2026/09/18 7:47 p.m.10 views

CVE-2026-61818

pg_partman , a PostgreSQL extension for managing partitioned tables, is affected by an SQL injection in the undo_partition() function. Prior to version 5.5.0 , the function reads part_config.time_encoder as unrestricted text and interpolates it without identifier quoting into a dynamically execut...

8.5CVSS0.00409EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/18 7:46 p.m.7 views

CVE-2026-61821 pg_partman authorization bypass to move child tables between schemas during retention

pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, droppartitionid and droppartitiontime use partconfig.retentionschema as the target for ALTER TABLE SET SCHEMA and accept any nonempty schema name. A role with partmanuser access can select a target...

8.5CVSS
SaveExploits0References5
CVE
CVE
added 2026/09/18 7:46 p.m.11 views

CVE-2026-61821

CVE-2026-61821 affects the pg_partman PostgreSQL extension (which manages partitioned tables by time or ID). Prior to 5.5.0 , the functions drop_partition_id() and drop_partition_time() accept any nonempty value from part_config.retention_schema as the target for ALTER TABLE SET SCHEMA. A role wi...

8.5CVSS0.0029EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/18 7:46 p.m.38 views

CVE-2026-61821 pg_partman authorization bypass to move child tables between schemas during retention

pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, droppartitionid and droppartitiontime use partconfig.retentionschema as the target for ALTER TABLE SET SCHEMA and accept any nonempty schema name. A role with partmanuser access can select a target...

8.5CVSS0.0029EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/18 7:46 p.m.9 views

CVE-2026-61821

pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, droppartitionid and droppartitiontime use partconfig.retentionschema as the target for ALTER TABLE SET SCHEMA and accept any nonempty schema name. A role with partmanuser access can select a target...

8.5CVSS0.0029EPSS
SaveExploits0
CVE
CVE
added 2026/09/18 7:45 p.m.9 views

CVE-2026-61822

pg_partman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0 , the run_maintenance() function handles exceptions outside the loop that iterates over part_config rows, meaning a single exception in one partition set immediately terminates the entire loop and s...

6.5CVSS0.00393EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/18 7:44 p.m.13 views

CVE-2026-61781

pg_partman , a PostgreSQL extension for managing partitioned tables, contains a privilege escalation vulnerability in create_partition_time() . The function reads the writable part_config.time_encoder text value and interpolates it without identifier quoting into a dynamically executed SELECT sta...

9.9CVSS0.00573EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/18 4:44 p.m.11 views

CVE-2026-2005

CVE-2026-2005 — PostgreSQL pgcrypto 힙 버퍼 오버플로우 대상 커밋: 4b324845ba5d24682b9b3708a769f00d160afbd7 PostgreSQL 18.1 — 취약 버전 요약 필드| 세부 사항 ---|--- CVE| CVE-2026-2005 유형| 힙 버퍼 오버플로우 구성 요소| contrib/pgcrypto/pgp-pubdec.c — pgpparsepubencsesskey 영향| PostgreSQL을 실행하는 OS 사용자 권한으로 RCE CVSS| 8.8...

8.8CVSS8.3AI score0.01323EPSS
SaveExploits4
Rows per page
Query Builder