SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-50737

HIGH · CVSS 7.5 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-28 · Last synced 2026-08-27

CyberRota Analysis

AI-Generated

The vulnerability allows an attacker with access to a PostgreSQL publisher to exploit missing columns in replicated changes, enabling them to execute functions on the subscriber as a superuser due to the elevated privileges of the apply worker. This presents a significant risk in managed deployments where non-superuser roles can create subscriptions, as it provides a pathway for privilege escalation. Organizations utilizing pglogical in such environments should prioritize addressing this issue to mitigate potential security breaches.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-50737
Severity
HIGH
CVSS
7.5
EPSS
0.24%

Original NVD Description

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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)