CVE-2026-65314 Details
Description
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.
A vulnerability in Electric Postgres Sync versions prior to 1.6.10 allows for information disclosure by enabling attackers to infer the values of excluded columns. This is achieved by crafting subset where clause conditions that are evaluated against shape responses. Although the excluded columns are not included in the shape responses, the matching of where conditions can be used to deduce sensitive data, thereby circumventing column-based access controls.
Users are advised to upgrade to Electric Postgres Sync version 1.6.10 or later. After upgrading, set the 'queryable_columns' parameter to include only the columns that the client should access. The 'columns' parameter should be used to specify which columns to sync, excluding those not in 'queryable_columns'. If 'columns' is omitted, all columns in 'queryable_columns' will be synced. Note that 'queryable_columns' only restricts access to subset where clauses; shape where clauses are not affected and should be managed as a server-side configuration.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 21, 2026CISA-ADP
Assessed Jul 22, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/electric-sql/electric | [email protected] | ProductSource CodeVendor |
| https://github.com/electric-sql/electric/security/advisories/GHSA-c82q-v86f-c87f | [email protected] | AdvisoryRemedyVendor |
| https://www.vulncheck.com/advisories/electric-postgres-sync-excluded-column-value-inference-via-subset-where-clauses | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-203 | Observable Discrepancy | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Electric Postgres Sync | < 1.6.10 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 22, 2026 | CVE Modified | CISA-ADP |
| Jul 21, 2026 | New CVE Received | [email protected] |
Volerion