Privilege Escalation in WebVirtCloud via UserInstance Grant Validation
WebVirtCloud suffers from a privilege escalation vulnerability (CVE-2026-92761) where the get_instance gate fails to validate permission flags, enabling read-only users to perform administrative actions.
CVE search metadata
CVE search record: CVE-2026-92761. Severity: high. CVSS: 8.8. KEV: no. Product: WebVirtCloud. Brief: Privilege Escalation in WebVirtCloud via UserInstance Grant Validation. Brief link: https://feed.craftedsignal.io/briefs/2026-09-webvirtcloud-privesc/
WebVirtCloud contains a critical vulnerability, tracked as CVE-2026-92761, originating from improper validation of permission flags within UserInstance grants. The application utilizes a gate mechanism, specifically get_instance, which incorrectly checks only for the existence of a grant assigned to a user, rather than inspecting the specific read/write permission levels associated with that grant. This oversight permits authenticated users assigned with view-only or read-only access levels to bypass intended restrictions and interact with administrative functions. An attacker can leverage this flaw to perform unauthorized management operations, including powering off virtual machines, modifying root passwords, injecting SSH keys, and managing ISO image resources. This vulnerability impacts the integrity and availability of virtualized environments managed by the platform, posing a high risk to multi-tenant or managed service environments where strict access control is required.
Impact
The vulnerability allows unauthorized privilege escalation within WebVirtCloud installations. If exploited, an attacker with low-privileged access can gain administrative control over specific virtual machine instances. This could lead to complete loss of confidentiality and integrity of the affected virtualized assets, unauthorized access to internal systems via SSH key manipulation, or denial-of-service through arbitrary virtual machine power-down operations.
Recommendation
- Patch WebVirtCloud immediately upon the release of a security update addressing CVE-2026-92761.
- Perform an audit of user access levels within WebVirtCloud to ensure that current user grants follow the principle of least privilege.
- Monitor web access logs for anomalous administrative actions (e.g., power-off commands or password resets) initiated by accounts with restricted access labels.
Immediate actions
Review WebVirtCloud instance access logs for administrative API calls
Mitigations
Apply vendor patches once available to address CVE-2026-92761
CVE-2026-92761