๐Ÿ” CVE Alert

CVE-2026-100625

HIGH 7.1

Capgo Build Upload Proxy Authorization Bypass via TUS Resource

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

Capgo (capgo.app) exposes a native build TUS upload proxy (supabase/functions/_backend/public/build/upload.ts) that authorizes a caller against a single build job identified by the supplied builder_job_id and validates only that job's stored upload_path, but then forwards the user-controlled TUS resource suffix taken from /build/upload/:jobId/* to the builder service while injecting Capgo's privileged builder API key. Because the forwarded suffix is never bound to the authorized job's upload_path or upload_session_key, a caller holding a valid 'all' or 'write' Capgo API key with app.build_native permission for one application can use its authorized proxy path for job A to write to the TUS upload resource of another job B, provided that resource suffix is known or exposed, corrupting that build's artifacts. All versions are affected; no patch was available at the time of advisory publication.

CWE CWE-441
Vendor cap-go
Product capgo.app
Published Sep 26, 2026
Stay Ahead of the Next One

Get instant alerts for cap-go capgo.app

Be the first to know when new high vulnerabilities affecting cap-go capgo.app are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:H/A:L
Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
None
Integrity
High
Availability
Low

Affected Versions

Cap-go / capgo.app
All versions affected

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Cap-go/capgo.app/security/advisories/GHSA-r45q-x4gr-3mvv vulncheck.com: https://www.vulncheck.com/advisories/capgo-build-upload-proxy-authorization-bypass-via-tus-resource

Credits

๐Ÿ” Judel777