CVE-2026-56241
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedCapgo before 12.128.2 contains a privilege escalation vulnerability where demoted super_admin users retain access to delete_non_compliant_bundles and count_non_compliant_bundles RPCs due to stale org_users.user_right column not being cleared during role binding deletion. Attackers can exploit this by maintaining a previously granted super_admin role to enumerate and bulk delete non-compliant bundles across the entire organization indefinitely.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceCapgo before 12.128.2 fails to clear the org_users.user_right column when role bindings are deleted, causing demoted super_admin users to retain access to delete_non_compliant_bundles and count_non_compliant_bundles RPCs. This allows former admins to enumerate and bulk delete non-compliant bundles organization-wide indefinitely.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Determine Capgo versionQuery the Capgo application or database for the current version number. Compare against the affected range (before 12.128.2).Affected if Running Capgo version 12.128.1 or earlier
-
Inspect org_users.user_right columnQuery the org_users table for records that have a non-null or non-empty value in the user_right column. Use: SELECT user_id, email, user_right FROM org_users WHERE user_right IS NOT NULL AND user_right != '';Affected if Any user has a non-empty user_right value after being demoted from super_admin role
-
Identify potentially demoted super_admin usersCross-reference users with elevated user_right values against current role assignments to determine if they still hold super_admin status or were demoted.Affected if A user has elevated user_right but no longer has current super_admin role binding
-
Verify RPC access for demoted usersCheck if users with stale user_right can still call delete_non_compliant_bundles or count_non_compliant_bundles RPC methods despite not being current super_admins.Affected if Former super_admin users without current role bindings can still execute these RPCs
You are affected if running Capgo before 12.128.2 AND any demoted super_admin user retains non-null user_right values in the org_users table.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to Capgo 12.128.2 or later, and manually audit and clear stale user_right values in the org_users table for any demoted super_admin users.
Capgo version 12.128.2 or later
- 1. Identify the current Capgo application version in use by checking the application's version settings or deployment configuration.
- 2. If the current version is before 12.128.2, plan for an upgrade to version 12.128.2 or later.
- 3. Before applying the upgrade in production, test the new version in a staging or development environment to verify the privilege escalation vulnerability is remediated.
- 4. Confirm that demoted super_admin users no longer have access to delete_non_compliant_bundles and count_non_compliant_bundles RPCs after the upgrade.
- 5. Apply the upgrade to production environment following standard deployment procedures.
- 6. Verify that the org_users.user_right column is properly cleared for demoted users after role binding deletion.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-56241 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-56241 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data