Executive brief
CyberPanel is a web hosting control panel used by administrators to manage hosting accounts and websites. A flaw in how CyberPanel processes domain alias (secondary domain) configuration allows an attacker to inject arbitrary SQL code by manipulating domain input. This could enable unauthorized access to the hosting database, exposure of customer data, and compromise of hosted websites.
Technical details
CyberPanel before version 2.4.4 uses an ORM query filter directly on user-supplied domain input instead of properly validating and sanitizing it through a Python "if" statement or parameterized query. This results in SQL injection vulnerability in the alias domain detection logic. An attacker with network access to CyberPanel (typically an authenticated administrator or panel user) can craft malicious domain names containing SQL metacharacters to execute arbitrary database queries. The vulnerability allows query manipulation, potential data exfiltration, and modification of hosting configurations. The issue was fixed in CyberPanel 2.4.4 and later versions.
Affected products
- CyberPanel CyberPanel before 2.4.4
Timeline
- 2026-09-13: disclosed