CVE-2026-34246 — Cross-Site Scripting (XSS)
CVE-2026-34246 — CtrlPanel is open-source billing software for hosting providers. Versions 1.1.1 and prior contain a Stored Cross-Site Scripting (XSS) vulnerability exists in the admin role management interface. In app/Http/Controllers/Admin/RoleController.php, the datatable() method interpolates $r
What This Means For You
- If your environment is affected by CWE-80, CWE-116, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-34246 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CtrlPanel Stored XSS via Role Management - CVE-2026-34246
title: CtrlPanel Stored XSS via Role Management - CVE-2026-34246
id: scw-2026-05-19-ai-1
status: experimental
level: high
description: |
Detects the specific Stored XSS payload being injected into the 'name' or 'color' fields within the CtrlPanel admin role management interface, which is the primary vector for CVE-2026-34246. This rule targets the POST request to the /admin/roles endpoint where the malicious data is persisted.
author: SCW Feed Engine (AI-generated)
date: 2026-05-19
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-34246/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/admin/roles'
cs-method|exact:
- 'POST'
cs-uri-query|contains:
- 'name=<img src=x onerror='
- 'color=<img src=x onerror='
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-34246 | vulnerability | CVE-2026-34246 |
| CWE-80 | weakness | CWE-80 |
| CWE-116 | weakness | CWE-116 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 20, 2026 at 01:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.