Debian Package Tracker
Register | Log in
Subscribe

pglogical

Logical Replication Extension for PostgreSQL

Choose email to subscribe with

general
  • source: pglogical (main)
  • version: 2.4.8-1
  • maintainer: Debian PostgreSQL Maintainers (DMD)
  • uploaders: Michael Banck [DMD] – Marco Nenciarini [DMD]
  • arch: any
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 2.3.3-3+deb11u1
  • oldstable: 2.4.2-3
  • stable: 2.4.5-1
  • testing: 2.4.8-1
  • unstable: 2.4.8-1
versioned links
  • 2.3.3-3+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.4.2-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.4.5-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.4.8-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • postgresql-18-pglogical
action needed
4 security issues in bullseye high

There are 4 open security issues in bullseye.

1 important issue:
  • CVE-2026-50738: 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, including by a low-privileged user able to influence worker start, stop, and restart timing through permitted pglogical operations. In the typical case the condition crashes replication workers, causing an availability impact. In the worst case a use-after-free in a PostgreSQL backend can be leveraged as a remote code execution primitive at the privilege of that backend.
3 issues postponed or untriaged:
  • CVE-2026-50735: (postponed; to be fixed through a stable update) 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 speaks the pglogical replication protocol, can return crafted messages that cause the subscriber's apply worker to read beyond the bounds of an allocated buffer, disclosing adjacent process memory or crashing the worker. To exploit the issue an attacker must be able to direct a subscription at an endpoint they control. In default installations this requires privileges normally reserved for a superuser, so the issue is most relevant to managed deployments where the ability to create subscriptions has been delegated to non-superuser roles.
  • CVE-2026-50736: (postponed; to be fixed through a stable update) 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 installations. A party acting as the publisher can send crafted queue messages that cause arbitrary SQL to be executed on the subscriber as superuser, escalating from a role permitted to use pglogical to full superuser and breaking the isolation between tenants in shared deployments. To exploit the issue an attacker must be able to direct a subscription at an endpoint they control. In default installations this requires privileges normally reserved for a superuser, so the issue is most relevant to managed deployments where the ability to create subscriptions has been delegated to non-superuser roles.
  • CVE-2026-50737: (postponed; to be fixed through a stable update) 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 function invoked by such a default expression also runs at that privilege. A party acting as the publisher can use this path to cause functions to be executed on the subscriber as superuser, escalating from a role permitted to use pglogical to full superuser. This is a second, independent path to the same superuser escalation tracked under CVE-2026-50736 (the pglogical queue issue). To exploit the issue an attacker must be able to direct a subscription at an endpoint they control. In default installations this requires privileges normally reserved for a superuser, so the issue is most relevant to managed deployments where the ability to create subscriptions has been delegated to non-superuser roles.
Created: 2026-07-29 Last update: 2026-08-10 12:00
4 security issues in bookworm high

There are 4 open security issues in bookworm.

1 important issue:
  • CVE-2026-50738: 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, including by a low-privileged user able to influence worker start, stop, and restart timing through permitted pglogical operations. In the typical case the condition crashes replication workers, causing an availability impact. In the worst case a use-after-free in a PostgreSQL backend can be leveraged as a remote code execution primitive at the privilege of that backend.
3 issues postponed or untriaged:
  • CVE-2026-50735: (postponed; to be fixed through a stable update) 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 speaks the pglogical replication protocol, can return crafted messages that cause the subscriber's apply worker to read beyond the bounds of an allocated buffer, disclosing adjacent process memory or crashing the worker. To exploit the issue an attacker must be able to direct a subscription at an endpoint they control. In default installations this requires privileges normally reserved for a superuser, so the issue is most relevant to managed deployments where the ability to create subscriptions has been delegated to non-superuser roles.
  • CVE-2026-50736: (postponed; to be fixed through a stable update) 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 installations. A party acting as the publisher can send crafted queue messages that cause arbitrary SQL to be executed on the subscriber as superuser, escalating from a role permitted to use pglogical to full superuser and breaking the isolation between tenants in shared deployments. To exploit the issue an attacker must be able to direct a subscription at an endpoint they control. In default installations this requires privileges normally reserved for a superuser, so the issue is most relevant to managed deployments where the ability to create subscriptions has been delegated to non-superuser roles.
  • CVE-2026-50737: (postponed; to be fixed through a stable update) 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 function invoked by such a default expression also runs at that privilege. A party acting as the publisher can use this path to cause functions to be executed on the subscriber as superuser, escalating from a role permitted to use pglogical to full superuser. This is a second, independent path to the same superuser escalation tracked under CVE-2026-50736 (the pglogical queue issue). To exploit the issue an attacker must be able to direct a subscription at an endpoint they control. In default installations this requires privileges normally reserved for a superuser, so the issue is most relevant to managed deployments where the ability to create subscriptions has been delegated to non-superuser roles.
Created: 2026-07-29 Last update: 2026-08-10 12:00
lintian reports 25 warnings normal
Lintian reports 25 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2025-10-10 Last update: 2026-06-07 22:31
4 low-priority security issues in trixie low

There are 4 open security issues in trixie.

4 issues left for the package maintainer to handle:
  • CVE-2026-50735: (needs triaging) 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 speaks the pglogical replication protocol, can return crafted messages that cause the subscriber's apply worker to read beyond the bounds of an allocated buffer, disclosing adjacent process memory or crashing the worker. To exploit the issue an attacker must be able to direct a subscription at an endpoint they control. In default installations this requires privileges normally reserved for a superuser, so the issue is most relevant to managed deployments where the ability to create subscriptions has been delegated to non-superuser roles.
  • CVE-2026-50736: (needs triaging) 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 installations. A party acting as the publisher can send crafted queue messages that cause arbitrary SQL to be executed on the subscriber as superuser, escalating from a role permitted to use pglogical to full superuser and breaking the isolation between tenants in shared deployments. To exploit the issue an attacker must be able to direct a subscription at an endpoint they control. In default installations this requires privileges normally reserved for a superuser, so the issue is most relevant to managed deployments where the ability to create subscriptions has been delegated to non-superuser roles.
  • CVE-2026-50737: (needs triaging) 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 function invoked by such a default expression also runs at that privilege. A party acting as the publisher can use this path to cause functions to be executed on the subscriber as superuser, escalating from a role permitted to use pglogical to full superuser. This is a second, independent path to the same superuser escalation tracked under CVE-2026-50736 (the pglogical queue issue). To exploit the issue an attacker must be able to direct a subscription at an endpoint they control. In default installations this requires privileges normally reserved for a superuser, so the issue is most relevant to managed deployments where the ability to create subscriptions has been delegated to non-superuser roles.
  • CVE-2026-50738: (needs triaging) 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, including by a low-privileged user able to influence worker start, stop, and restart timing through permitted pglogical operations. In the typical case the condition crashes replication workers, causing an availability impact. In the worst case a use-after-free in a PostgreSQL backend can be leveraged as a remote code execution primitive at the privilege of that backend.

You can find information about how to handle these issues in the security team's documentation.

Created: 2026-07-29 Last update: 2026-08-10 12:00
debian/patches: 7 patches to forward upstream low

Among the 7 debian patches available in version 2.4.8-1 of the package, we noticed the following issues:

  • 7 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2026-07-29 12:00
news
[rss feed]
  • [2026-08-01] pglogical 2.4.8-1 MIGRATED to testing (Debian testing watch)
  • [2026-07-28] Accepted pglogical 2.4.8-1 (source) into unstable (Christoph Berg)
  • [2026-06-10] pglogical 2.4.7-1 MIGRATED to testing (Debian testing watch)
  • [2026-06-07] Accepted pglogical 2.4.7-1 (source) into unstable (Christoph Berg)
  • [2026-02-20] pglogical 2.4.6-2 MIGRATED to testing (Debian testing watch)
  • [2026-02-17] Accepted pglogical 2.4.6-2 (source) into unstable (Michael Banck)
  • [2025-11-05] pglogical 2.4.6-1 MIGRATED to testing (Debian testing watch)
  • [2025-10-09] Accepted pglogical 2.4.6-1 (source amd64) into unstable (Debian FTP Masters) (signed by: Christoph Berg)
  • [2024-10-23] pglogical 2.4.5-1 MIGRATED to testing (Debian testing watch)
  • [2024-09-24] Accepted pglogical 2.4.5-1 (source) into unstable (Christoph Berg)
  • [2024-09-24] Accepted pglogical 2.4.4-3 (source) into unstable (Christoph Berg)
  • [2024-09-19] Accepted pglogical 2.4.4-2 (source amd64) into unstable (Debian FTP Masters) (signed by: Christoph Berg)
  • [2023-10-20] pglogical 2.4.4-1 MIGRATED to testing (Debian testing watch)
  • [2023-10-18] Accepted pglogical 2.4.4-1 (source) into unstable (Christoph Berg)
  • [2023-09-22] pglogical 2.4.3-2 MIGRATED to testing (Debian testing watch)
  • [2023-09-19] Accepted pglogical 2.4.3-2 (source amd64) into unstable (Debian FTP Masters) (signed by: Christoph Berg)
  • [2023-08-19] pglogical 2.4.3-1 MIGRATED to testing (Debian testing watch)
  • [2023-08-12] Accepted pglogical 2.4.3-1 (source) into unstable (Christoph Berg)
  • [2023-02-27] pglogical 2.4.2-3 MIGRATED to testing (Debian testing watch)
  • [2023-02-17] Accepted pglogical 2.4.2-3 (source) into unstable (Michael Banck)
  • [2022-11-06] pglogical 2.4.2-2 MIGRATED to testing (Debian testing watch)
  • [2022-10-31] Accepted pglogical 2.4.2-2 (source) into unstable (Christoph Berg)
  • [2022-10-26] Accepted pglogical 2.4.2-1 (source amd64) into unstable (Debian FTP Masters) (signed by: Christoph Berg)
  • [2022-08-26] Accepted pglogical 2.2.1-4+deb10u1 (source) into oldstable-proposed-updates->oldstable-new, oldstable-proposed-updates (Debian FTP Masters) (signed by: Adrian Bunk)
  • [2022-01-08] pglogical 2.4.1-1 MIGRATED to testing (Debian testing watch)
  • [2022-01-06] Accepted pglogical 2.4.1-1 (source) into unstable (Christoph Berg)
  • [2021-11-29] pglogical 2.4.0-2 MIGRATED to testing (Debian testing watch)
  • [2021-11-29] pglogical 2.4.0-2 MIGRATED to testing (Debian testing watch)
  • [2021-11-26] Accepted pglogical 2.4.0-2 (source) into unstable (Christoph Berg)
  • [2021-11-03] pglogical 2.4.0-1 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian (0, 25)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2.4.8-1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing