CVE-2026-100618
CVE-2026-100618
Capgo (capgo.app) is affected by an authorization flaw in the app icon update path. The PUT /app/:id endpoint accepts a user-controlled `icon` value, normalizes it, and stores it in public.apps.icon_url without verifying that the image path belongs to the target app's own image namespace (e.g. org/{owner_org}/{app_id}/...). Updating apps.icon_url fires the on_app_update trigger, whose worker reads record.icon_url and calls cleanStoredImageMetadata(), which runs with service-role credentials (supabaseAdmin()) and downloads and re-uploads the referenced storage object with upsert: true. As a result, an authenticated holder of an app-limited write API key can cause the privileged worker to rewrite an out-of-scope private image object (for example an organization logo) that the key cannot read or write directly under Supabase Storage RLS. All versions are affected; no patched version was available at the time of the advisory.
Vulnerability class: IDOR (Insecure Direct Object Reference)
Published .
CVSS v3 metric
CVSS v3 base score 8.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:N.
EPSS exploit prediction
No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.
Weakness classification (CWE)
References
- github.com/Cap-go/capgo.app/security/advisories/GHSA-669c-gwrr-hc53 (vendor-advisory)
- www.vulncheck.com/advisories/capgo-app-icon-update-privilege-escalation-via-ser… (third-party-advisory)
Frequently asked questions
- What is CVE-2026-100618?
- CVE-2026-100618 is a high-severity vulnerability, classified under Authorization Bypass Through User-Controlled Key. CVSS score: 8.5/10. Published 2026-09-26.
- How severe is CVE-2026-100618?
- High severity. CVSS v3 base score is 8.5 out of 10.