CVE-2026-84715
8.8MythicalLTD · FeatherPanel
A missing authorization flaw in FeatherPanel allows authenticated subusers to escalate their own permissions to full server control, leading to unauthorized access to sensitive data and configurations.
Executive summary
A high-severity privilege escalation vulnerability in FeatherPanel allows authenticated subusers to grant themselves full administrative control over servers, posing a significant risk of unauthorized data access and system compromise.
Vulnerability
This is a missing authorization vulnerability (CWE-862) located in the SubuserController updateSubuser handler. The application fails to validate the permissions of an authenticated subuser during a request to update permission records, allowing the user to modify their own access levels.
Business impact
The ability for a low-privileged subuser to grant themselves full server control constitutes a critical security failure. This unauthorized elevation allows attackers to bypass intended access controls, potentially resulting in the compromise of sensitive server data, loss of backups, and total control over server configurations. Given the CVSS score of 8.8, this flaw represents a significant threat to the confidentiality, integrity, and availability of hosted services.
Remediation
Immediate Action: Update FeatherPanel to version 1.3.7.10 or later immediately to incorporate the necessary permission validation logic.
Proactive Monitoring: Review server access logs for anomalous permission modification events, specifically looking for subusers who have suddenly acquired administrative-level access strings.
Compensating Controls: While no direct WAF rule can replace a patch, ensure that internal API endpoints are restricted to authorized networks or require multi-factor authentication for administrative actions if possible.
Exploitation status
Public Exploit Available: No
Analyst recommendation
The vulnerability in FeatherPanel is severe and requires immediate attention to prevent unauthorized privilege escalation. Administrators should prioritize the deployment of version 1.3.7.10 to remediate the missing authorization flaw. Failure to apply this update leaves the environment vulnerable to internal actors or compromised accounts seeking to gain full control over the server infrastructure.
Sources
Originally found and disclosed by Abdurakhmon Kodirov, per the CVE Program record.
- Patch Commit Patch commit
- FeatherPanel v1.3.7.10 Release Notes Release notes
- Technical analysis
- Technical analysis
- github.com
- VulnCheck Advisory: FeatherPanel before 1.3.7.10 Privilege Escalation via Subuser Permission Update Third-party advisory