๐Ÿ” CVE Alert

CVE-2026-100628

MEDIUM 4.3

capgo.app before 12.128.12 Authentication Bypass via apikey

CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th

capgo.app before 12.128.12 fails to enforce an organization's API key expiration policy when creating app-scoped API keys. In the POST /apikey endpoint, requests that supply app_id but omit org_id, limited_to_orgs, and expires_at resolve the target app and scope the key to it, but never add the app's owner organization to the list of organization IDs passed to validateExpirationAgainstOrgPolicies; because that list is empty, the validation returns early. As a result, an authenticated organization member can create a non-expiring app-scoped API key even when the owning organization has require_apikey_expiration enabled and a max_apikey_expiration_days limit configured. The issue is fixed in version 12.128.12.

CWE CWE-863
Vendor cap-go
Product capgo.app
Published Sep 26, 2026
Stay Ahead of the Next One

Get instant alerts for cap-go capgo.app

Be the first to know when new medium vulnerabilities affecting cap-go capgo.app 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:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Affected Versions

Cap-go / capgo.app
0 < 12.128.12

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Cap-go/capgo.app/security/advisories/GHSA-j6p6-qqcg-3fwp vulncheck.com: https://www.vulncheck.com/advisories/capgo-app-before-12.128.12-authentication-bypass-via-apikey

Credits

๐Ÿ” Judel777