VYPR

pg_partman

by Pgpartman

CVEs (7)

  • CVE-2026-61781CriSep 18, 2026
    risk 0.57cvss 9.9epss

    pg_partman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, create_partition_time() reads the writable part_config.time_encoder text value and interpolates it without identifier quoting into a dynamically executed SELECT statement. A role…

  • CVE-2026-61821HigSep 18, 2026
    risk 0.48cvss 8.5epss

    pg_partman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, drop_partition_id() and drop_partition_time() use part_config.retention_schema as the target for ALTER TABLE SET SCHEMA and accept any nonempty schema name. A role with…

  • CVE-2026-61820HigSep 18, 2026
    risk 0.48cvss 8.5epss

    pg_partman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, inherit_template_properties() manually surrounds primary-key column names from pg_attribute.attname with double quotes without escaping embedded double-quote characters. A…

  • CVE-2026-61819HigSep 18, 2026
    risk 0.48cvss 8.5epss

    pg_partman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, when pg_jobmon is installed and part_config.jobmon is true, exception handlers in multiple pg_partman functions place p_parent_table verbatim inside a SQL string literal used to…

  • CVE-2026-61818HigSep 18, 2026
    risk 0.48cvss 8.5epss

    pg_partman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, undo_partition() reads part_config.time_encoder as unrestricted text and interpolates it without identifier quoting into a dynamically executed SELECT statement. A role with…

  • CVE-2026-61817HigSep 18, 2026
    risk 0.48cvss 8.5epss

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

  • CVE-2026-61822MedSep 18, 2026
    risk 0.35cvss 6.5epss

    pg_partman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, run_maintenance() handles exceptions outside the loop that processes rows from part_config, so an exception for one partition set immediately terminates the loop and skips every…