CVE-2026-34241: CtrlPanel: Stored XSS in Ticket Reply Notifications Allows Session Hijacking
CtrlPanel is open-source billing software for hosting providers. Versions 1.1.1 and prior contain a Stored Cross-Site Scripting (XSS) vulnerability in the ticket reply notification system. Unsanitized reply content ($newmessage) is stored directly in database notification payloads and later rendered unescaped via Blade's {!! !!} syntax in the recipient's browser. The flaw exists in both App\Notifications\Ticket\Admin\AdminReplyNotification (triggered when a user replies, targeting admins) and App\Notifications\Ticket\User\ReplyNotification (triggered when an admin replies, targeting users), allowing arbitrary JavaScript execution in the victim's session context. A low-privileged attacker can exploit this to hijack admin sessions, harvest credentials via fake login prompts or keyloggers, and escalate privileges by performing administrative actions on the victim's behalf. The reverse path also enables a malicious or compromised admin to target regular users in the same manner. This issue has been fixed in version 1.2.0.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-34241?
CVE-2026-34241 has a high severity rating due to its potential for allowing session hijacking via stored XSS attacks.
How do I fix CVE-2026-34241?
To resolve CVE-2026-34241, upgrade to CtrlPanel version 1.2.0 or later to ensure the vulnerability is patched.
What are the impacts of CVE-2026-34241?
If exploited, CVE-2026-34241 allows attackers to inject malicious scripts that could compromise user sessions and security.
Which versions of CtrlPanel are affected by CVE-2026-34241?
CVE-2026-34241 affects CtrlPanel versions 1.1.1 and earlier.
What type of vulnerability is CVE-2026-34241?
CVE-2026-34241 is classified as a stored cross-site scripting (XSS) vulnerability.