Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
Network-reachable unauthenticated endpoint with no complexity, leaking only internal PostgreSQL replication metadata - low confidentiality impact, no integrity or availability impact, scope unchanged.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
Capgo before 12.128.2 contains an information disclosure vulnerability in the unauthenticated /replication endpoint that exposes internal PostgreSQL replication telemetry including slot names and WAL LSN positions. Attackers can access this endpoint without authentication to retrieve sensitive infrastructure details such as replication slot names, confirmed_flush_lsn, restart_lsn values, and database error messages for reconnaissance purposes.
AnalysisAI
Unauthenticated access to Capgo's /replication HTTP endpoint exposes internal PostgreSQL replication telemetry to any remote attacker, affecting all versions prior to 12.128.2. Attackers can retrieve replication slot names, WAL LSN positions (confirmed_flush_lsn, restart_lsn), and database error messages without supplying any credentials, enabling database infrastructure reconnaissance. No public exploit code or CISA KEV listing exists at time of analysis, but the zero-complexity unauthenticated attack vector makes opportunistic scanning against internet-exposed Capgo deployments trivially feasible.
Technical ContextAI
Capgo is an open-source live-update backend for Capacitor mobile applications, built on a PostgreSQL foundation using a Supabase-style architecture. The affected component is an HTTP endpoint (/replication) that surfaces PostgreSQL logical replication metadata - specifically slot names, confirmed_flush_lsn (the LSN through which replication has been acknowledged), restart_lsn (the oldest LSN the server must retain in WAL), and any database-generated error messages. CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) applies because the endpoint lacks authentication middleware, making internal replication topology details accessible to any network-reachable client. This metadata can reveal replication lag, slot count, subscriber topology, and potentially database version details via error messages. Affected products are identified under CPE cpe:2.3:a:capgo:capgo:*:*:*:*:*:*:*:*, covering all releases from version 0 up to but not including 12.128.2.
RemediationAI
Upgrade Capgo to version 12.128.2 or later, which is the vendor-released patch per the GitHub Security Advisory GHSA-q6gm-xfwr-44f5 (https://github.com/Cap-go/capgo/security/advisories/GHSA-q6gm-xfwr-44f5). For deployments that cannot immediately apply the patch, place a reverse proxy or API gateway in front of the Capgo service and configure it to return HTTP 401 or 403 for all requests targeting the /replication path from untrusted sources - this requires no application changes but introduces a dependency on proxy availability. Alternatively, if Capgo is not required to be internet-facing, restrict access to the service to internal network segments or VPN-only ingress via firewall rules, eliminating the unauthenticated remote attack vector entirely with no functional impact to authenticated application users. Neither workaround addresses the underlying missing authentication on the endpoint, so patching to 12.128.2+ remains the definitive fix.
More in PostgreSQL
View allPostgreSQL libpq functions PQescapeLiteral(), PQescapeIdentifier(), PQescapeString(), and PQescapeStringConn() improperl
An issue was discovered in Appsmith before 1.52. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl
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
Unauthenticated arbitrary file write in Splunk Enterprise (below 10.2.4 and 10.0.7) and Splunk Cloud Platform (below 10.
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
The build_tablename function in pgsql.c in the PostgreSQL (aka pgsql) extension in PHP through 5.6.7 does not validate t
A vulnerability in the h2oai/h2o-3 REST API versions 3.46.0.4 allows unauthenticated remote attackers to execute arbitra
In PostgreSQL 9.3 through 11.2, the "COPY TO/FROM PROGRAM" function allows superusers and users in the 'pg_execute_serve
Unauthenticated SQL injection in Vendure Shop API allows remote attackers to execute arbitrary SQL commands against the
Parse Server is an open source http web server backend. Rated critical severity (CVSS 10.0), this vulnerability is remot
Hard-coded default PostgreSQL credentials shipped in the docker-compose.yaml of langgenius Dify through version 1.5.1 al
A vulnerability in the FinanceChatLlamaPack of the run-llama/llama_index repository, versions up to v0.12.3, allows for
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38120
GHSA-6fvp-3fgp-7pvf