CVE-2026-56252
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedCapgo before 12.128.2 contains a scope isolation vulnerability in the POST /webhooks/test endpoint that allows app-scoped API keys to invoke org-scoped webhook operations. Attackers with app-scoped credentials can trigger signed outbound webhook deliveries for arbitrary organization webhooks outside their declared app boundary, bypassing the limited_to_apps authorization check.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceCapgo before 12.128.2 has a scope isolation flaw in the POST /webhooks/test endpoint where app-scoped API keys can bypass the limited_to_apps authorization check to trigger signed outbound webhook deliveries for org-scoped webhooks outside their declared app boundary.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Capgo installation versionCheck your Capgo installation or deployment for the installed version number. Common methods: check package.json if self-hosted, check the application dashboard version display, or query the API if accessible.Affected if The installed version is lower than 12.128.2 (e.g., 12.128.1, 12.127.x, earlier versions)
-
Confirm access to POST /webhooks/test endpointVerify that your Capgo deployment exposes the /webhooks/test endpoint. This is typically a webhook testing endpoint that allows sending test webhook payloads.Affected if The endpoint exists and accepts POST requests in your environment
-
Identify app-scoped API keys in useReview your API key inventory or configuration to determine if any API keys are scoped to specific apps (app-scoped keys) rather than organization-wide (org-scoped keys). Check key metadata or permissions settings.Affected if You have API keys configured with app-level scope (limited_to_apps setting)
-
Identify org-scoped webhooksReview your webhook configurations to find webhooks defined at the organization level (org-scoped webhooks) that are separate from app-specific webhooks.Affected if Org-scoped webhooks exist that differ from the app boundaries of your app-scoped API keys
-
Verify authorization behaviorUsing an app-scoped API key with limited_to_apps restrictions, attempt to trigger the POST /webhooks/test endpoint to invoke an org-scoped webhook outside the declared app boundary. Observe whether the request succeeds despite the scope restriction.Affected if The app-scoped API key successfully triggers org-scoped webhooks that should be outside its authorized scope
Your environment is affected if you run Capgo version below 12.128.2 and have app-scoped API keys that can trigger org-scoped webhooks beyond their declared app boundaries through the /webhooks/test endpoint.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to Capgo version 12.128.2 or later which contains proper scope validation to enforce app/org boundary separation for webhook operations.
12.128.2 or later
- Identify the Capgo installation and confirm the current version is below 12.128.2
- Backup the current configuration and data
- Upgrade Capgo to version 12.128.2 or later
- Verify the upgrade was successful by checking the version number
- Test that app-scoped API keys can no longer invoke org-scoped webhook operations through the POST /webhooks/test endpoint
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,888.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-56252 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-56252 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data