CVE-2026-41472: CyberPanel < 2.4.5 Stored XSS via AI Scanner Dashboard
CyberPanel versions prior to 2.4.5 contain a stored cross-site scripting vulnerability in the AI Scanner dashboard where the POST /api/ai-scanner/callback endpoint lacks authentication and allows unauthenticated attackers to inject malicious JavaScript by overwriting the findings_json field of ScanHistory records. Attackers can inject JavaScript that executes in an administrator's authenticated session when they visit the AI Scanner dashboard, allowing them to issue same-origin requests to plant cron jobs and achieve remote code execution on the server.
Security readout for executives and security teams
Plain-English summary
CyberPanel before 2.4.5 allows an unauthenticated attacker to place malicious script content in AI Scanner records. The script runs when an administrator opens the dashboard. Because it executes in the administrator’s session, it may perform privileged actions, including creating cron jobs that lead to server compromise.
Executive priority
Prioritize remediation for internet-accessible CyberPanel servers and systems whose administrators use AI Scanner. Although rated medium at CVSS 5.3, the conditional impact includes server compromise. Patch promptly, restrict management access during remediation, and investigate exposed systems for record tampering or unauthorized cron changes.
Technical view
The unauthenticated POST /api/ai-scanner/callback endpoint can overwrite ScanHistory findings_json. Insufficient output handling creates stored cross-site scripting in the AI Scanner dashboard. Exploitation requires an administrator to view the poisoned record, after which same-origin authenticated requests could create cron jobs and achieve remote code execution.
Likely exposure
Internet-reachable CyberPanel deployments running versions earlier than 2.4.5 are the primary concern, especially where administrators use the AI Scanner dashboard. Exposure depends on endpoint accessibility and the presence of vulnerable dashboard behavior. The supplied evidence does not establish whether default configurations expose the endpoint publicly.
Exploitation context
The attack is remote and requires no authentication, but administrator interaction is necessary. Successful exploitation could escalate stored scripting into server-level code execution through privileged same-origin actions. The supplied sources describe an exploit path, but CVE-2026-41472 is not listed as KEV and no evidence of active exploitation is provided.
Researcher notes
The CVSS 4.0 vector reflects network reachability, low complexity, no privileges, passive user interaction, and high subsequent-system confidentiality and integrity impact. The critical chain is unauthenticated record modification, stored execution in an authenticated administrator origin, then privileged request abuse. The supplied bundle identifies a fixing commit, but does not provide evidence of attacks in the wild.
Mitigation direction
Upgrade CyberPanel to version 2.4.5 or later after confirming vendor guidance.
Restrict external access to CyberPanel management interfaces until upgrading.
Limit AI Scanner dashboard access to trusted administrators and networks.
Review ScanHistory data for unexpected or script-like findings content.
Rotate privileged credentials if suspicious administrator-session activity is discovered.
Validation and detection
Confirm the installed CyberPanel version is 2.4.5 or later.
Verify unauthenticated requests cannot modify AI Scanner history records.
Inspect AI Scanner records for unexpected changes to findings_json.
Review logs for suspicious callback requests and subsequent administrator dashboard visits.
Check cron jobs and other privileged configuration for unauthorized additions.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.