CVE-2026-56227 Details
Description
Capgo before 12.128.2 contains a server-side request forgery vulnerability in webhook URL validation that allows loopback and internal addresses. Organization admins can configure webhooks pointing to localhost or 127.0.0.1, and when triggered, the backend performs outbound requests to these addresses with error responses disclosed to users.
A server-side request forgery (SSRF) vulnerability has been identified in Capgo versions prior to 12.128.2. This vulnerability arises from the webhook URL validation process, which improperly allows loopback and internal addresses. Organization admins can set up webhooks that point to localhost or 127.0.0.1. When these webhooks are activated, the backend server makes outbound requests to these addresses, disclosing error responses to users. This behavior creates an opportunity for internal network probing and, in some environments, access to metadata services.
To address this vulnerability, Capgo should reject loopback, link-local, and private IP ranges during webhook URL validation. This includes addresses like 'localhost', '127.0.0.1', '::1', and any RFC1918 private IP ranges. After implementing these checks, the validation process should resolve hostnames to IP addresses and verify the addresses post-DNS resolution, ensuring that private or loopback addresses are not accepted. Additionally, the application should avoid returning raw network error messages to users, which could disclose sensitive internal information.
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 20, 2026CISA-ADP
Assessed Jun 22, 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-48hc-53hv-6x3f | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/Cap-go/capgo/security/advisories/GHSA-48hc-53hv-6x3f | [email protected] | AdvisoryExploitRemedyVendor |
| https://www.vulncheck.com/advisories/capgo-server-side-request-forgery-via-webhook-url-validation | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [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 22, 2026 | CVE Modified | CISA-ADP |
| Jun 20, 2026 | New CVE Received | [email protected] |
Volerion