VYPR

pglogical

by PostgreSQL

CVEs (3)

  • CVE-2026-50737CriJul 28, 2026
    risk 0.59cvss epss 0.00

    When applying replicated changes for a row that is missing one or more columns, pglogical evaluates the affected table's default expressions on the subscriber. Because the apply worker runs at a privilege level equivalent to a PostgreSQL superuser in default installations, any…

  • CVE-2026-50736CriJul 28, 2026
    risk 0.59cvss epss 0.00

    The pglogical queue mechanism, used to convey out-of-band commands such as replicated DDL from a publisher to a subscriber, executes message payloads on the subscriber at the privilege level of the apply worker, which is equivalent to a PostgreSQL superuser in default…

  • CVE-2026-50735MedJul 28, 2026
    risk 0.40cvss epss 0.00

    pglogical's apply worker does not sufficiently validate the length of certain fields in incoming replication protocol messages before copying them, resulting in an out-of-bounds read. A party acting as the publisher for a subscription, for example a non-PostgreSQL endpoint that…