๐Ÿ” CVE Alert

CVE-2026-56280

HIGH 7.1

Cap-go - Privilege Inversion in Build Log Stream via SSE Disconnect

CVSS Score
7.1
EPSS Score
0.0%
EPSS Percentile
0th

Cap-go before 12.128.2 contains a privilege inversion vulnerability in GET /build/logs/:jobId that allows read-only API key holders to cancel running native builds. The endpoint registers an abort listener on the SSE stream that unconditionally invokes cancelBuildOnDisconnect() using the privileged server-side BUILDER_API_KEY when clients disconnect, bypassing the app.build_native permission check required by the explicit POST /build/cancel/:jobId endpoint. Attackers with read-only API keys can repeatedly disrupt native build operations and CI/CD workflows by opening the log stream and dropping the connection.

CWE CWE-862
Vendor cap-go
Product capgo
Published Jun 22, 2026
Stay Ahead of the Next One

Get instant alerts for cap-go capgo

Be the first to know when new high vulnerabilities affecting cap-go capgo are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
High

Affected Versions

Cap-go / capgo
0 < 12.128.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Cap-go/capgo/security/advisories/GHSA-95g7-xwwx-j737 vulncheck.com: https://www.vulncheck.com/advisories/cap-go-privilege-inversion-in-build-log-stream-via-sse-disconnect

Credits

๐Ÿ” Judel777