VYPR

pglogical

by Debian

CVEs (4)

  • CVE-2026-50738Jul 29, 2026
    risk 0.00cvss epss

    A use-after-free condition exists in pglogical's worker signaling code, where a worker structure can be dereferenced after the underlying slot has been freed or recycled during normal worker lifecycle events. The condition is reachable during normal replication operation,…

  • CVE-2026-50737Jul 29, 2026
    risk 0.00cvss epss

    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-50736Jul 29, 2026
    risk 0.00cvss epss

    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-50735Jul 29, 2026
    risk 0.00cvss epss

    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…