CVE Catalog

CVE-2026-34358

HighCVSS 8.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.30%

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

Summary

CtrlPanel 1.1.1 and prior contains a broken access control vulnerability where admin controllers enforce permission checks on form display methods but omit them on corresponding write methods (store/update), allowing any authenticated user to bypass RBAC via direct POST/PATCH requests.

Risk Assessment

An attacker without admin privileges can issue API credentials, generate unlimited coupons and vouchers, alter shop pricing, reassign server ownership, and modify user accounts (including roles, passwords, and Pterodactyl IDs), leading to full privilege escalation.

Recommendation

Immediately upgrade CtrlPanel to version 1.2.0, which fixes this vulnerability.

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 contains a broken access control vulnerability where multiple admin controllers enforce permission checks on form display methods but omit equivalent checks on the corresponding write methods, allowing any authenticated user to bypass RBAC via direct POST/PATCH requests. Controllers missing checks on write methods store() and update() include ApplicationApiController (admin.api.write), CouponController (admin.coupons.write), PartnerController (admin.partners.write), ShopProductController (admin.store.write), UsefulLinkController (admin.useful_links.write), and VoucherController (admin.voucher.write); ProductController (admin.products.edit), ServerController (write/change_owner/change_identifier), and UserController (write/change_email/change_credits/change_username/change_password/change_role/change_referral/change_ptero/change_serverlimit) are missing checks on update() only, and ActivityLogController exposed empty stub store()/update() methods that silently accepted any request. An authenticated attacker without admin write privileges can issue API credentials, generate unlimited coupons and vouchers, assign arbitrary partner commission and discount rates, alter shop product pricing and limits, reassign server ownership or identifiers, and modify user accounts including roles, credits, passwords, and linked Pterodactyl IDs to achieve full privilege escalation, as well as abuse logBackIn() without the login_as permission to interfere with admin impersonation sessions. This issue has been fixed in version 1.2.0.

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