Skip to main content

Capgo CVE-2026-56298

| EUVDEUVD-2026-42256 MEDIUM
Information Exposure (CWE-200)
2026-07-08 disclosure@vulncheck.com GHSA-cfvp-cq7v-3cfr
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 exploitable with low privilege (platform account required); only partial confidentiality loss via EXIF data; no integrity, availability, or scope-change impact.

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

2
Analysis Generated
Jul 08, 2026 - 15:04 vuln.today
Patch available
Jul 08, 2026 - 15:01 EUVD

DescriptionCVE.org

Capgo before 12.128.2 fails to strip EXIF metadata from images uploaded via the app information endpoint, exposing sensitive geolocation data. Attackers can upload images containing EXIF metadata to extract geographic location information and other embedded metadata from uploaded files.

AnalysisAI

Capgo's app information endpoint retains EXIF metadata in uploaded images, leaking sensitive geolocation coordinates and device information to any party with image access. Versions prior to 12.128.2 are affected. An authenticated attacker or any user who can view uploaded app-information images can retrieve full EXIF payloads - including GPS coordinates, timestamps, and device identifiers - from files that the platform should have sanitized. No public exploit code has been identified at time of analysis, and the issue is not listed in the CISA KEV catalog; however, the attack requires only low-privilege network access and trivial tooling such as exiftool.

Technical ContextAI

Capgo is an over-the-air (OTA) update and app management platform built on Capacitor, targeting mobile developers. The app information endpoint accepts image uploads (e.g., app icons or marketing assets) but performs no EXIF stripping or metadata sanitization before storing or serving those files. EXIF (Exchangeable Image File Format) metadata is embedded in JPEG and TIFF images by cameras and smartphones and routinely contains GPS latitude/longitude, altitude, camera make/model, software version, and timestamp fields. CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) covers this root cause: the application processes user-supplied content and re-exposes it with more information than necessary. The affected version range is all Capgo releases from 0 up to but not including 12.128.2, as recorded in EUVD-2026-42256.

RemediationAI

Upgrade Capgo to version 12.128.2 or later, which implements EXIF stripping on image uploads via the app information endpoint. The vendor security advisory at https://github.com/Cap-go/capgo/security/advisories/GHSA-62jm-xp28-x4xw should be consulted for upgrade instructions. If immediate upgrade is not feasible, a compensating control is to pre-process all images before upload using a server-side or client-side EXIF stripping library (e.g., libvips, sharp, or piexifjs) to remove metadata before submission; this trades some developer workflow overhead for immediate privacy protection. Restricting access to app information image assets to authenticated and authorized users only limits the exposure window but does not eliminate it for insider-threat scenarios. Organizations should also audit previously uploaded images for residual EXIF data and consider re-uploading sanitized versions after patching.

Share

CVE-2026-56298 vulnerability details – vuln.today

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