NONE · 0

CVE-2026-50736

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 ap...

Vulnerability Description

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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-50736?

CVE-2026-50736 is a documented vulnerability. 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 ap...

How severe is CVE-2026-50736?

CVSS scoring is not yet available for CVE-2026-50736. Check NVD for updates.

Is there a patch for CVE-2026-50736?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.