LiveActive security incident?Get immediate response
CVE Record

CVE-2026-56241: Capgo - RBAC Demotion Privilege Retention via Stale org_users.user_right

Capgo 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.

HighCVSS 8.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Capgo versions before 12.128.2 can leave former super administrators with dangerous organization-wide permissions after demotion. A user who once had super_admin rights may still enumerate and bulk delete non-compliant bundles. This creates business risk around service integrity, release governance, and recovery workload.

Executive priority

Treat as a high-priority remediation if Capgo is used. The main concern is not initial compromise, but retained insider or former-admin capability to disrupt bundle management across an organization.

Technical view

The issue is an authorization flaw in Capgo RBAC handling. When a super_admin role binding is removed, org_users.user_right is not cleared, leaving access to delete_non_compliant_bundles and count_non_compliant_bundles RPCs. The CVSS 3.1 score is 8.3, with network access, low complexity, low privileges, no user interaction, and high integrity and availability impact.

Likely exposure

Organizations running Capgo before 12.128.2 are potentially exposed, especially where users have previously held super_admin access and were later demoted. Exposure depends on deployed version and user role history.

Exploitation context

Sources do not indicate CISA KEV listing or confirmed active exploitation. Exploitation requires a low-privileged authenticated user who previously held super_admin rights and retained stale permissions after demotion.

Researcher notes

Evidence points to stale authorization state in org_users.user_right after role binding deletion. Public sources name the affected RPCs and fixed-version boundary, but do not provide exploitation-in-the-wild evidence in the supplied bundle.

Mitigation direction

  • Upgrade Capgo to version 12.128.2 or later, per the affected-version boundary.
  • Review vendor advisory for any additional remediation or cleanup guidance.
  • Audit users previously demoted from super_admin for retained elevated access.
  • Restrict administrative access until version and role-state validation are complete.

Validation and detection

  • Identify all Capgo deployments and confirm installed versions.
  • Check whether any deployment is older than 12.128.2.
  • Review role-change history for users demoted from super_admin.
  • Verify demoted users no longer retain organization-wide bundle management permissions.
  • Monitor logs for unusual non-compliant bundle enumeration or deletion activity.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-285: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-56241 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

2CVSS vectors
3Timeline events
0ADP providers
3Source links

CVSS vector scores

2 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.3CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H2.85.5VulnCheck
7.2CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:H/SC:N/SI:N/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

7.2High
CVSS 4.0 vector shape for CVE-2026-56241Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
CapgoCapgo0, 12.128.2unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-285 · source CWE mapping

Improper Authorization

Improper Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.