---
id: CVE-2026-100624
title: >-
  Capgo.app before 12.264.5 does not enforce upload expiry or build lifecycle
  state in the /build/upload/:jobId TUS proxy endpoint
summary: >-
  Capgo.app before 12.264.5 does not enforce upload expiry or build lifecycle
  state in the /build/upload/:jobId TUS proxy endpoint. When a native build
  request is created, an upload_expires_at timestamp (one hour) and a 'pending'
  status ar…
severity: medium
cvss: 5.4
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L'
cwe:
  - CWE-613
vendor: Cap-go
product: capgo.app
affected:
  - capgo.app < 12.264.5
published: '2026-09-26'
updated: '2026-09-26'
sourceUpdated: '2026-09-26T14:16:43.430'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-100624'
references:
  - url: >-
      https://github.com/Cap-go/capgo.app/security/advisories/GHSA-mqr8-g67p-jm26
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/capgo-app-before-12.264.5-upload-expiry-bypass-via-build-upload
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-26T13:33:20.930Z'
---

## Overview

Capgo.app before 12.264.5 does not enforce upload expiry or build lifecycle state in the /build/upload/:jobId TUS proxy endpoint. When a native build request is created, an upload_expires_at timestamp (one hour) and a 'pending' status are stored in build_requests, but the upload proxy loads only app_id, owner_org, builder_job_id, and upload_path and checks only the app.build_native permission before forwarding POST, PATCH, and HEAD requests to the internal builder. As a result, an authenticated caller holding app.build_native permission for the app can continue writing to the build upload session after the stored expiry has passed or after the build has moved beyond the upload phase, unless the separate builder service independently rejects the request. The issue is fixed in 12.264.5.

## Remediation

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