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
AV:N and PR:N because images are network-accessible without authentication; C:L because only embedded geolocation metadata is disclosed, not credentials or system state.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
Capgo before 12.128.2 fails to strip EXIF metadata including GPS geolocation data from uploaded images, allowing information disclosure. Attackers can download uploaded images and extract precise latitude and longitude coordinates revealing user physical location at capture time.
AnalysisAI
Capgo before version 12.128.2 exposes user physical location by retaining EXIF GPS metadata in uploaded images without sanitization. Unauthenticated remote attackers can download images hosted on affected Capgo instances and extract embedded latitude/longitude coordinates, revealing where users were physically located at the time of photo capture. No public exploit is identified at time of analysis, and a vendor patch is available in version 12.128.2.
Technical ContextAI
EXIF (Exchangeable Image File Format) is a metadata standard embedded in image files - particularly JPEG and TIFF - by cameras and smartphones. Modern mobile devices routinely embed GPS coordinates, timestamps, and device identifiers in this metadata by default. The root cause class is CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor): the image upload pipeline in Capgo (cpe:2.3:a:capgo:capgo:*:*:*:*:*:*:*:*) lacks a sanitization or stripping step to remove EXIF data before storing or serving uploaded content. Capgo is an open-source mobile backend platform (BaaS) built for Capacitor-based apps. Because the platform does not sanitize at ingest, any image uploaded with GPS tagging active on the source device retains full geolocation precision for the lifetime of that asset in the system.
RemediationAI
The primary fix is to upgrade Capgo to version 12.128.2 or later, which introduces EXIF metadata stripping during image upload processing per the vendor advisory at https://github.com/Cap-go/capgo/security/advisories/GHSA-c5w9-886p-9j2x. For deployments that cannot immediately upgrade, compensating controls include: (1) configuring a reverse proxy or CDN layer (e.g., Cloudflare Images, imgproxy) to strip EXIF metadata from images at the egress point before serving - this prevents new exposure but does not remediate already-stored images; (2) running a one-time retroactive stripping job using a tool such as ExifTool or libvips on all previously uploaded images in storage; (3) advising end users to disable GPS tagging in their device camera settings, though this reduces functionality and places the burden on users rather than the platform. Note that the patch in 12.128.2 is confirmed available per vendor advisory; no exact patch version ambiguity exists.
Authentication bypass in Capgo before 12.128.2 lets remote unauthenticated attackers mint arbitrary API keys by tamperin
Cross-domain SSO account takeover in Capgo before 12.128.2 allows an attacker with enterprise org admin access and a mal
Account pre-registration hijack in Capgo before 12.128.2 lets a remote unauthenticated attacker claim an account under a
Authentication bypass in Capgo prior to version 12.128.2 lets attackers defeat email-based OTP verification by tampering
Rate-limit bypass in Capgo versions prior to 12.128.2 lets remote unauthenticated attackers flood the channel_self endpo
Cross-tenant data poisoning in Supabase Capgo before 12.128.2 allows remote unauthenticated attackers to corrupt billing
Server-side privilege escalation in Capgo before 12.128.2 lets authenticated users holding build permissions abuse a pat
Unauthenticated information disclosure in Capgo before 12.128.2 lets remote attackers query the /functions/v1/channel_se
Account takeover in Capgo before 12.128.2 stems from a password-change endpoint that omits current-password validation (
Information disclosure in Capgo (Capacitor live-update/OTA platform) before 12.128.2 lets unauthenticated callers abuse
Unauthenticated information disclosure in Capgo before 12.128.2 lets remote attackers read organization RBAC role bindin
Cross-tenant authorization bypass in Capgo before 12.128.2 lets authenticated users impersonate another tenant's limited
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38114
GHSA-55hv-3q63-6xmh