CVE-2026-56237 Details
Description
Capgo before 12.128.2 contains a broken authentication vulnerability in its API key generation mechanism. API keys are exposed in frontend requests, and the backend fails to validate that keys are securely generated and bound to the authenticated user. An attacker can tamper with the API key parameter in the generation request and supply arbitrary values, generating custom API keys without proper authorization, which can lead to unauthorized access to protected endpoints.
A broken authentication vulnerability has been identified in Capgo versions prior to 12.128.2. This vulnerability arises from the API key generation process, which exposes API keys in frontend requests. The backend fails to properly validate that these keys are securely generated and linked to the authenticated user. As a result, an attacker can manipulate the API key parameter in the generation request, introducing arbitrary values and creating custom API keys without authorization. This exploitation can lead to unauthorized access to protected endpoints.
API keys should be generated exclusively on the server side using secure random methods. They must not be exposed in frontend requests and should be strictly bound to authenticated user accounts. It's essential to validate key ownership with every API request, rotate and revoke any exposed keys immediately, and monitor for suspicious key generation activities.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jun 24, 2026CISA-ADP
Assessed Jun 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Cap-go/capgo/security/advisories/GHSA-22w2-mx2h-4fr7 | CISA-ADP | ExploitTechnical DescriptionVendor |
| https://github.com/Cap-go/capgo/security/advisories/GHSA-22w2-mx2h-4fr7 | [email protected] | ExploitTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/capgo-unauthenticated-api-key-generation-via-client-side-parameter-manipulation | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-287 | Improper Authentication | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Capgo | < 12.128.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 24, 2026 | CVE Modified | CISA-ADP |
| Jun 24, 2026 | New CVE Received | [email protected] |
Volerion