CVE-2026-56298: Capgo EXIF Metadata Exposure in Image Uploads
Capgo versions before 12.128.2 do not remove EXIF metadata from images that users upload through the app information endpoint. EXIF data embedded in photos can reveal precise geolocation coordinates, timestamps, device information, and other sensitive details. An authenticated attacker could upload specially crafted images to extract this embedded metadata, potentially learning the physical locations where images were taken or other operational details about the target environment.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 4.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
- Weaknesses (CWE)
- CWE-200
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-07-08 / 2026-07-08
NVD description (verbatim)
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.
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
The vulnerability stems from insufficient sanitization of uploaded image files in Capgo's app information endpoint. EXIF (Exchangeable Image File Format) metadata is a standardized format embedded in image files that can contain GPS coordinates, camera make/model, timestamps, and other technical parameters. The application fails to strip or validate this metadata during the upload process, allowing an attacker with valid credentials to retrieve geolocation and other sensitive data through uploaded image inspection. The issue is classified as CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor), reflecting the unintended disclosure of private geographic and device metadata.
Business impact
Organizations using Capgo may inadvertently expose the physical locations where photos are taken or stored, potentially compromising operational security, employee safety, or facility locations. This is particularly concerning for remote teams, field personnel, or organizations handling sensitive projects where geolocation data could reveal infrastructure locations or work patterns. The exposure is indirect—it requires an authenticated attacker to upload images and extract metadata—but the information loss could inform physical reconnaissance or social engineering campaigns. The medium severity rating reflects the requirement for prior authentication and the confidentiality (rather than integrity or availability) impact.
Affected systems
Capgo versions prior to 12.128.2 are affected. The vulnerability is triggered specifically through the app information endpoint when images are uploaded. Any deployment running an affected version that permits users to upload images through this endpoint is at risk. No information about specific operating systems or deployment contexts is provided; the issue appears to affect the application across all deployments.
Exploitability
Exploitation requires valid authentication credentials to access the app information endpoint and upload images. The attack is straightforward once authenticated: craft or obtain an image with EXIF metadata containing geolocation data, upload it via the endpoint, and retrieve or inspect the metadata. No special tools, user interaction, or complex attack chains are needed. The CVSS score of 4.3 (Medium) reflects the low attack complexity and low privilege requirement (authenticated user), offset by the limited impact (confidentiality only) and the requirement for valid credentials (not unauthenticated).
Remediation
Upgrade Capgo to version 12.128.2 or later. This version implements proper EXIF metadata stripping on uploaded images. Organizations should verify the patch version against the official Capgo release notes to confirm the fix is included. As an interim mitigation, restrict access to the app information endpoint to only trusted users or disable image upload functionality if not required for operations.
Patch guidance
Apply Capgo version 12.128.2 or later as soon as feasible. The patch directly addresses EXIF metadata handling in the upload process. Organizations should test the patch in a staging environment to confirm compatibility with existing workflows before production deployment. Verify against the official Capgo advisory that the deployed version is 12.128.2 or newer and review release notes to confirm EXIF stripping is enabled by default.
Detection guidance
Monitor application logs for image uploads to the app information endpoint. Inspect uploaded image files for EXIF metadata using standard tools (e.g., exiftool, ImageMagick identify). Search for images containing GPS coordinates or timestamp data in your Capgo instance. Check user access patterns to the image upload endpoint for suspicious frequency or timing. Review file storage locations where uploaded images are persisted to identify any with embedded geolocation markers.
Why prioritize this
While this vulnerability carries a medium CVSS score, prioritization depends on your environment. If field teams, remote workers, or sensitive-location operations regularly upload photos through Capgo, prioritize the patch to prevent location disclosure. If the app information endpoint is used primarily for administrative purposes by a limited set of trusted internal users, the immediate risk is lower, though patching remains prudent. The lack of CISA KEV status (not currently exploited in the wild at scale) suggests this is not an active threat in the immediate threat landscape, but the simplicity of exploitation warrants timely remediation.
Risk score, explained
The CVSS 3.1 score of 4.3 (Medium) reflects: (1) network-accessible endpoint (AV:N), (2) low attack complexity with no special conditions required (AC:L), (3) requirement for valid login credentials (PR:L), (4) no user interaction needed to exploit (UI:N), (5) confidentiality impact only—geolocation and metadata leak without affecting system integrity or availability (C:L/I:N/A:N). The rating appropriately captures that this is an information disclosure issue requiring prior authentication rather than a critical system compromise.
Frequently asked questions
Can an unauthenticated user exploit this vulnerability?
No. The app information endpoint requires valid authentication credentials. An attacker must have a legitimate Capgo account or obtain valid credentials to upload images and extract metadata. This reduces the threat surface to internal users or attackers with account access.
What metadata beyond geolocation can be exposed?
EXIF data may include camera device make/model, lens information, ISO and exposure settings, capture timestamp, orientation, and any custom metadata embedded by the camera or editing software. Geolocation (GPS coordinates) is the most sensitive element, but the full metadata envelope can leak device and operational details.
Does upgrading to 12.128.2 remove EXIF data from already-uploaded images?
The patch prevents new uploads from retaining EXIF metadata. It does not retroactively strip metadata from images already in storage. Organizations should consider scanning existing uploaded images and removing EXIF metadata from any sensitive files, or deleting images with exposed geolocation markers.
Is there a workaround if we cannot patch immediately?
Restrict access to the app information endpoint to a minimal set of trusted internal users. Disable image upload functionality if not operationally necessary. Implement a separate image sanitization pipeline that strips EXIF metadata before storage. Monitor and audit all image uploads for suspicious activity.
This analysis is based on published CVE data as of July 8, 2026. No exploit code or weaponized proof-of-concept is provided. Organizations should verify patch availability and version numbers against official Capgo security advisories and release notes before deployment. Geolocation exposure risk varies by organizational context; assess your own environment's sensitivity to location disclosure. CVSS scores reflect baseline technical severity and do not account for organizational risk factors or business context. Consult with your Capgo vendor support and internal security team before making patching decisions. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2026-10254MEDIUMUnauthenticated Information Disclosure in SourceCodester Pet Grooming Software
- CVE-2026-10854MEDIUMMISP Galaxy Visibility Control Bypass – Unauthorized Private Metadata Access
- CVE-2026-10864MEDIUMMISP Dashboard Widget Field Filtering Bypass (Medium)
- CVE-2026-11162MEDIUMChrome CSS Cross-Origin Data Leak Vulnerability
- CVE-2026-11168MEDIUMChrome Extension Memory Disclosure Vulnerability
- CVE-2026-11180MEDIUMChrome SVG Cross-Origin Data Leak – Patch & Mitigation Guide
- CVE-2026-11182MEDIUMChrome SVG Cross-Origin Data Leak Vulnerability
- CVE-2026-11203MEDIUMChrome GPU Isolation Bypass on macOS Allows Cross-Origin Data Leak