Kubernetes
Multiple Products
vCluster Platform provides a Kubernetes platform for managing virtual clusters, multi-tenancy, and cluster sharing. Prior to versions 4.6.0, 4.5.4, 4....
2026-01-30
Description
vCluster Platform provides a Kubernetes platform for managing virtual clusters, multi-tenancy, and cluster sharing. Prior to versions 4.6.0, 4.5.4, 4.4.2, and 4.3.10, when an access key is created with a limited scope, the scope can be bypassed to access resources outside of it. However, the user still cannot access resources beyond what is accessible to the owner of the access key. Versions 4.6.0, 4.5.4, 4.4.2, and 4.3.10 fix the vulnerability. Some other mitigations are available. Users can limit exposure by reviewing access keys which are scoped and ensuring any users with access to them have appropriate permissions set. Creating automation users with very limited permissions and using access keys for these automation users can be used as a temporary workaround where upgrading is not immediately possible but scoped access keys are needed.
AI Analyst Comment
Remediation
Update vCluster Platform provides a Kubernetes platform for managing virtual Multiple Products to the latest version. Monitor for exploitation attempts and review access logs.
---METADATA---
VENDOR: Unknown
PRODUCT: Unspecified Product (Web Interface)
AFFECTED_VERSIONS: See vendor advisory for affected versions
---END_METADATA---
Description Summary:
Insufficient URI validation and path traversal sequences allow unauthenticated remote attackers to bypass authentication on the affected system.
Executive Summary:
An authentication bypass vulnerability in the affected software allows unauthenticated attackers to gain unauthorized access to protected resources via path traversal.
Vulnerability Details
CVE-ID: CVE-2026-22905
Affected Software: Unspecified Product
Affected Versions: See vendor advisory for affected versions
Vulnerability: The software fails to properly validate URIs, allowing the use of path traversal sequences (e.g., "../") to reach restricted administrative endpoints. This enables an unauthenticated remote attacker to bypass the login requirement and access sensitive functions or data.
Business Impact
This flaw allows attackers to circumvent the primary security perimeter of the application. With a CVSS score of 7.5, the risk is High, as it can lead to unauthorized configuration changes, data exposure, and serve as a stepping stone for more complex attacks against the internal network.
Remediation Plan
Immediate Action: Apply vendor security updates immediately to correct the URI validation logic and prevent path traversal.
Proactive Monitoring: Review web access logs for requests containing traversal sequences or attempts to access administrative pages without prior authentication.
Compensating Controls: Implement a reverse proxy or WAF to normalize URIs and block requests containing directory traversal patterns.
Exploitation Status
Public Exploit Available: false
Analyst Notes: As of February 9, 2026, there is no public information indicating active exploitation. Authentication bypasses are high-priority items as they represent a failure of the application's fundamental security model.
Analyst Recommendation
The ability to bypass authentication via simple URI manipulation is a critical weakness. Organizations must prioritize the application of security updates and ensure that all web-facing interfaces are hardened against traversal-style attacks.