---
id: CVE-2026-100619
title: >-
  Capgo (capgo.app) blocks direct user inserts into the public.manifest table
  with a RESTRICTIVE row-level security policy, but that restriction can be
  bypassed indirectly
summary: >-
  Capgo (capgo.app) blocks direct user inserts into the public.manifest table
  with a RESTRICTIVE row-level security policy, but that restriction can be
  bypassed indirectly. A principal holding an app-scoped upload/write/all API
  key (upload…
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-266
vendor: Cap-go
product: capgo.app
affected:
  - capgo.app
published: '2026-09-26'
updated: '2026-09-26'
sourceUpdated: '2026-09-26T14:16:42.740'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-100619'
references:
  - url: >-
      https://github.com/Cap-go/capgo.app/security/advisories/GHSA-443r-w5p8-rhr2
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/capgo-ota-manifest-poisoning-via-app-versions-manifest-bypass
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-26T13:33:20.930Z'
---

## Overview

Capgo (capgo.app) blocks direct user inserts into the public.manifest table with a RESTRICTIVE row-level security policy, but that restriction can be bypassed indirectly. A principal holding an app-scoped upload/write/all API key (upload+ rights) or an authenticated user with write+ rights on an app can update public.app_versions.manifest on a version whose storage_provider is 'r2-direct', which is not covered by the bundle content-lock check. The on_version_update async worker trusts record.manifest and, using the service-role Supabase client, inserts the attacker-controlled file_name, file_hash, and s3_path into public.manifest before clearing app_versions.manifest. When a channel points to the crafted version, the /updates endpoint returns the service-role-created manifest entry as a client-facing download_url, enabling OTA manifest poisoning through a trusted async worker path. All versions are affected; no patch was available at the time of publication.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
