Skip to main content

CyberPanel CVE-2026-41473

| EUVDEUVD-2026-25631 HIGH
Missing Authentication for Critical Function (CWE-306)
2026-04-24 VulnCheck
8.8
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
8.8 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
9.1 CRITICAL

Unauthenticated network endpoint with no user interaction (AV:N/AC:L/PR:N/UI:N); no data disclosure so C:N, but arbitrary DB writes and storage-exhaustion DoS give I:H/A:H.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

7
Source Code Evidence Fetched
Jul 24, 2026 - 02:20 vuln.today
Analysis Generated
Jul 24, 2026 - 02:20 vuln.today
PoC Detected
Apr 28, 2026 - 15:44 vuln.today
Public exploit code
CVSS changed
Apr 24, 2026 - 21:22 NVD
8.8 (HIGH)
EUVD ID Assigned
Apr 24, 2026 - 21:00 euvd
EUVD-2026-25631
Patch released
Apr 24, 2026 - 21:00 nvd
Patch available
CVE Published
Apr 24, 2026 - 20:40 nvd
HIGH 8.8

DescriptionCVE.org

CyberPanel versions prior to 2.4.4 contain an authentication bypass vulnerability in the AI Scanner worker API endpoints that allows unauthenticated remote attackers to write arbitrary data to the database by sending requests to the /api/ai-scanner/status-webhook and /api/ai-scanner/callback endpoints. Attackers can exploit the lack of authentication checks to cause denial of service through storage exhaustion, corrupt scan history records, and pollute database fields with malicious data.

AnalysisAI

Unauthenticated database writes in CyberPanel versions before 2.4.4 allow remote attackers to abuse two AI Scanner worker endpoints (/api/ai-scanner/status-webhook and /api/ai-scanner/callback) that ship without authentication checks (CWE-306). Because no credentials are required (CVSS 4.0 PR:N/UI:N), any attacker who can reach the panel can flood the database, corrupt scan-history records, and pollute stored fields, degrading integrity and availability. Publicly available exploit code exists and the flaw was reported by VulnCheck, though EPSS remains low at 0.21% and it is not listed in CISA KEV.

Technical ContextAI

CyberPanel is an open-source web hosting control panel (Django/Python based, per the plogical/acl.py and websiteFunctions/website.py source paths) used to manage web servers, DNS, email, and domains. The root cause is CWE-306, Missing Authentication for a Critical Function: the AI Scanner worker API routes that receive status webhooks and callbacks were intended for trusted internal/worker communication but were exposed to the network without an authentication or ownership check. The CPE cpe:2.3:a:usmannasir:cyberpanel confirms the affected product is Usman Nasir's CyberPanel application. The vendor fix in commit 0a099b1b adds a default-deny ownership return (return 0) in checkOwnership and hardens related domain-fetch logic, consistent with closing an access-control gap where the code previously fell through without denying the request.

RemediationAI

Vendor-released patch: upgrade to CyberPanel 2.4.4 or later, which includes fix commit 0a099b1b193946555fbdd387a28486b1521f9961 (https://github.com/usmannasir/cyberpanel/commit/0a099b1b193946555fbdd387a28486b1521f9961) that adds the missing ownership/authentication enforcement. Until you can patch, restrict or block network access to the /api/ai-scanner/status-webhook and /api/ai-scanner/callback endpoints at a reverse proxy or WAF, and limit the panel's management interface to trusted source IPs or a VPN - the trade-off is that legitimate AI Scanner worker callbacks may break, so verify scanner functionality after applying such filtering. Monitor database size and scan-history tables for anomalous growth to detect storage-exhaustion attempts. Consult the VulnCheck advisory (https://www.vulncheck.com/advisories/cyberpanel-unauthenticated-api-access-via-ai-scanner-endpoints) for details.

CVE-2024-51378 CRITICAL POC
9.8 Oct 29

getresetstatus in dns/views.py and ftp/views.py in CyberPanel (aka Cyber Panel) before 1c0c6cb allows remote attackers t

CVE-2024-51567 CRITICAL POC
9.8 Oct 29

upgrademysqlstatus in databases/views.py in CyberPanel (aka Cyber Panel) before 5b08cd6 allows remote attackers to bypas

CVE-2024-51568 CRITICAL POC
9.8 Oct 29

CyberPanel (aka Cyber Panel) before 2.3.5 allows Command Injection via completePath in the ProcessUtilities.outputExecut

CVE-2026-71966 HIGH POC
8.7 Aug 10

Command injection in CyberPanel 2.4.3's remote backup transfer feature allows authenticated low-privileged users to exec

CVE-2024-53376 HIGH POC
8.8 Dec 16

CyberPanel before 2.3.8 allows remote authenticated users to execute arbitrary commands via shell metacharacters in the

CVE-2019-13056 HIGH POC
8.8 Jul 02

An issue was discovered in CyberPanel through 1.8.4. Rated high severity (CVSS 8.8), this vulnerability is remotely expl

CVE-2026-71965 HIGH POC
8.7 Aug 10

Authenticated remote code execution in CyberPanel 2.4.3 allows any logged-in user to escalate to persistent root-level S

CVE-2021-47949 HIGH POC
8.7 May 10

CyberPanel 2.1 contains a command execution vulnerability that allows authenticated attackers to read arbitrary files an

CVE-2026-71964 HIGH POC
7.1 Aug 10

Arbitrary file read in CyberPanel 2.4.3's file manager allows authenticated panel users to escape their home-directory s

CVE-2024-54679 MEDIUM POC
6.5 Dec 05

CyberPanel (aka Cyber Panel) before 6778ad1 does not require the FilemanagerAdmin capability for restartMySQL actions. R

CVE-2026-41472 MEDIUM POC
5.3 Apr 24

Stored cross-site scripting in CyberPanel's AI Scanner dashboard chains to unauthenticated remote code execution on vers

CVE-2026-67614 CRITICAL
9.3 Aug 13

Unauthenticated remote root compromise affects CyberPanel before 3.0.0 through a hard-coded JWT signing secret in the We

Share

CVE-2026-41473 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy