Skip to main content

Electric Postgres Sync CVE-2026-65314

| EUVDEUVD-2026-46635 MEDIUM
Observable Discrepancy (CWE-203)
2026-07-21 VulnCheck GHSA-qm4p-6mgx-rmgj
5.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
5.3 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
4.3 MEDIUM

Network-accessible shape API (AV:N), low-complexity iterative probing (AC:L), authenticated access required (PR:L), inference-only confidentiality impact with no integrity or availability effect.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

1
Analysis Generated
Jul 21, 2026 - 22:01 vuln.today

DescriptionCVE.org

Electric Postgres Sync versions below 1.6.10 contains an information disclosure vulnerability that allows attackers to infer the values of excluded columns by crafting subset where clause conditions against shape responses. Attackers can observe whether subset where conditions match rows to deduce sensitive field data even though those columns are not returned in shape responses, bypassing column-based access restrictions.

AnalysisAI

Column-value inference via observable discrepancy in Electric Postgres Sync below 1.6.10 allows authenticated remote attackers to deduce the values of columns intentionally excluded from shape responses. By crafting subset WHERE clause conditions against shape endpoints and observing whether rows are matched or returned, an attacker can systematically enumerate sensitive field data that the application's column-based access restrictions are designed to conceal. No public exploit code or active exploitation has been identified at time of analysis; a vendor patch is available at version 1.6.10.

Technical ContextAI

Electric Postgres Sync (CPE: cpe:2.3:a:electricsql:electric_postgres_sync:*:*:*:*:*:*:*:*) is an open-source real-time data synchronization framework by ElectricSQL that streams PostgreSQL rows to client applications using a 'shapes' abstraction. Shapes allow operators to restrict which columns are exposed to a given client, functioning as a coarse column-level access control mechanism. The root cause is CWE-203 (Observable Discrepancy): the framework's response behavior - specifically, whether a shape matches or returns rows - differs in a way that is correlated with the values of excluded columns when a caller supplies a WHERE predicate. This creates a binary oracle: an attacker submits repeated shape requests with increasingly precise WHERE clause conditions (e.g., range comparisons, equality checks) against the excluded column and observes the matching behavior, enabling a binary-search-style enumeration of the underlying field value without the column ever appearing in a response payload.

RemediationAI

Upgrade Electric Postgres Sync to version 1.6.10 or later, which is the vendor-released patch addressing this vulnerability per the advisory at https://github.com/electric-sql/electric/security/advisories/GHSA-c82q-v86f-c87f. If an immediate upgrade is not possible, a compensating control is to restrict which WHERE clause predicates clients are permitted to supply in shape requests - for example, by applying server-side validation or allowlisting of permissible filter fields so that predicates cannot reference excluded columns. Note that this workaround requires application-layer enforcement and may break legitimate client query patterns. Additionally, auditing whether column exclusion via shapes is being used as a sole access control mechanism is advisable; if so, implementing row-level security at the PostgreSQL layer provides defense-in-depth that is not bypassable through shape request manipulation.

CVE-2025-1094 HIGH POC
8.1 Feb 13

PostgreSQL libpq functions PQescapeLiteral(), PQescapeIdentifier(), PQescapeString(), and PQescapeStringConn() improperl

CVE-2024-55964 CRITICAL POC
9.8 Mar 26

An issue was discovered in Appsmith before 1.52. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl

CVE-2013-1899 MEDIUM POC
6.5 Apr 04

Argument injection vulnerability in PostgreSQL 9.2.x before 9.2.4, 9.1.x before 9.1.9, and 9.0.x before 9.0.13 allows re

CVE-2026-20253 CRITICAL POC
9.8 Jun 10

Unauthenticated arbitrary file write in Splunk Enterprise (below 10.2.4 and 10.0.7) and Splunk Cloud Platform (below 10.

CVE-2026-9586 CRITICAL POC
9.3 Jul 17

Unauthenticated SQL injection in Sangoma Switchvox SMB Edition 8.3 (build 104997) lets remote attackers execute arbitrar

CVE-2017-7546 CRITICAL
9.8 Aug 16

PostgreSQL versions before 9.2.22, 9.3.18, 9.4.13, 9.5.8 and 9.6.4 are vulnerable to incorrect authentication flaw allow

CVE-2015-1352 MEDIUM POC
5.0 Mar 30

The build_tablename function in pgsql.c in the PostgreSQL (aka pgsql) extension in PHP through 5.6.7 does not validate t

CVE-2024-10553 CRITICAL POC
9.8 Mar 20

A vulnerability in the h2oai/h2o-3 REST API versions 3.46.0.4 allows unauthenticated remote attackers to execute arbitra

CVE-2019-9193 HIGH POC
7.2 Apr 01

In PostgreSQL 9.3 through 11.2, the "COPY TO/FROM PROGRAM" function allows superusers and users in the 'pg_execute_serve

CVE-2026-40887 CRITICAL POC
9.1 Apr 14

Unauthenticated SQL injection in Vendure Shop API allows remote attackers to execute arbitrary SQL commands against the

CVE-2022-24760 CRITICAL POC
10.0 Mar 12

Parse Server is an open source http web server backend. Rated critical severity (CVSS 10.0), this vulnerability is remot

CVE-2025-56157 CRITICAL POC
9.8 Dec 18

Hard-coded default PostgreSQL credentials shipped in the docker-compose.yaml of langgenius Dify through version 1.5.1 al

Share

CVE-2026-65314 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy