๐Ÿ” CVE Alert

CVE-2026-100629

MEDIUM 5.5

Capgo backend before 12.127.5 Privilege Escalation via role_bindings PATCH

CVSS Score
5.5
EPSS Score
0.0%
EPSS Percentile
0th

Capgo (capgo.app backend) before 12.127.5 contains an authorization flaw in the PATCH /private/role_bindings/:binding_id endpoint. The handler verifies that the newly assigned role's priority rank does not exceed the caller's own rank, but โ€” unlike the DELETE handler โ€” it never checks the rank of the role currently bound to the target binding. An authenticated user holding the org_admin role (rank 90) can therefore change an org_super_admin binding (rank 95) to a lower-privileged role such as org_member (rank 75). Because the prevent_last_super_admin_binding_delete database trigger fires only BEFORE DELETE and not on UPDATE, an org_admin can demote every org_super_admin, leaving the organization with no super administrator. The issue is fixed in 12.127.5.

CWE CWE-863
Vendor cap-go
Product capgo.app
Published Sep 26, 2026
Last Updated 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:H/UI:N/S:U/C:N/I:H/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Affected Versions

Cap-go / capgo.app
0 < 12.127.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Cap-go/capgo.app/security/advisories/GHSA-54mj-q77q-xwx5 vulncheck.com: https://www.vulncheck.com/advisories/capgo-backend-before-12.127.5-privilege-escalation-via-role-bindings-patch

Credits

๐Ÿ” offset