Skip to content

CVE-2026-56231

is CVE-2026-56231real, exploitable, or a false positive? Here's the community verdict.

High · CVSS 7.6CWE-285

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H

Capgo before 12.128.2 contains a broken object level authorization (BOLA) vulnerability in the POST /build/start/:jobId and POST /build/cancel/:jobId endpoints. The handlers authorize the request based only on the attacker-controlled app_id supplied in the request body and never verify that the jobId in the URL belongs to that app_id (or the same tenant/org) before issuing privileged builder commands with the server-held builder API key. An authenticated user with the app.build_native permission for any app they control can start or cancel arbitrary builder jobs belonging to other tenants by supplying a victim jobId, resulting in cross-tenant build sabotage (denial of service), unauthorized compute actions, and potential billing impact.

Published

Embed this verdict
TruePositive verdict for CVE-2026-56231
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2026-56231/badge.svg)](https://www.truepositive.app/cve/CVE-2026-56231)
HTML
<a href="https://www.truepositive.app/cve/CVE-2026-56231"><img src="https://www.truepositive.app/cve/CVE-2026-56231/badge.svg" alt="TruePositive verdict for CVE-2026-56231"></a>

Live badge that updates automatically as the community verdict changes.

Community ground truth

In your experience, is this finding real and exploitable?

0 verdicts
Not a real issue

No account needed. Anonymous verdicts post as an unverified signal. Log in to make yours verified and earn reputation.

Field notes & remediation

Verdicts are the quick signal. Notes are the evidence and fixes behind them.

No notes yet. Be the first to share what you saw, or a fix that worked.

    Add a field note or remediationoptional
    Note type

    What are you adding?

    Markdown supported · minimum 20 characters.

    Same weakness: CWE-285.