CVE Catalog

CVE-2026-34241

HighCVSS 8.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.35%

27th percentile - higher than 27% of all known CVEs

Summary

Stored XSS vulnerability in CtrlPanel billing software (versions 1.1.1 and earlier) exists in ticket reply notifications. Unsanitized reply content is stored in the database and rendered unescaped via Blade's {!! !!} syntax, allowing arbitrary JavaScript execution in the victim's session context. Affects both admin and user notifications.

Risk Assessment

A low-privileged attacker can hijack admin sessions, steal credentials, or escalate privileges. The reverse path allows a malicious admin to attack regular users.

Recommendation

Upgrade CtrlPanel to version 1.2.0, which contains the fix.

Other vulnerabilities in CtrlPanel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS