Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L/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
Authenticated low-privilege upload of a PHP webshell enables full server-side RCE, warranting S:C and C:H/I:H/A:H over the understated official metrics.
Primary rating from Vendor (CERT-PL).
CVSS VectorVendor: CERT-PL
Lifecycle Timeline
1DescriptionCVE.org
Windu CMS does not validate types of uploaded files. An authenticated attacker can upload arbitrary files, including PHP. This can lead to Remote Code Execution.
Because vendor contact attempts were unsuccessful, the vulnerability has only been confirmed in version 4.1 but may also affect other versions.
AnalysisAI
Unrestricted file upload in Windu CMS version 4.1 enables authenticated low-privilege attackers to upload arbitrary PHP files and achieve remote code execution on the host server. The application performs no validation of uploaded file types, allowing a webshell to be placed and subsequently invoked via HTTP. No public exploit code has been identified at the time of analysis, and no KEV listing exists, but the attack path is trivial once credentials are obtained.
Technical ContextAI
Windu CMS (vendor: jcd, CPE cpe:2.3:a:jcd:windu_cms:*:*:*:*:*:*:*:*) fails to implement any server-side MIME type or file extension validation on its upload functionality, satisfying CWE-434 (Unrestricted Upload of File with Dangerous Type). When a PHP-capable web server hosts this CMS, uploaded .php files are interpreted and executed by the server-side runtime. The vulnerability is pure file-type blindness - no exploit sophistication is required beyond knowing how to submit a multipart upload request. The CVSS 4.0 vector (AV:N/AC:L/AT:N) confirms no network restriction or special attack requirement applies.
RemediationAI
No vendor-released patch has been identified at time of analysis; vendor contact attempts by CERT-PL were unsuccessful, leaving no confirmed fix version. Operators running Windu CMS 4.1 (or any version) should immediately restrict or disable the file upload functionality if it is not operationally required - doing so eliminates the attack surface entirely at the cost of any upload-dependent CMS features. If uploads must remain enabled, deploy server-side controls that deny execution of uploaded files: configure the web server (Apache/nginx) to serve the upload directory with PHP execution disabled (e.g., php_flag engine off in Apache's .htaccess or deny PHP execution via nginx location blocks for the upload path). Additionally, restrict upload access to only the minimum set of authenticated users who require it, enforce strong credential policies to reduce account compromise risk, and monitor upload directories for new .php files as a detection control. The CERT-PL disclosure is at https://cert.pl/posts/2026/07/CVE-2026-57309.
Blind SQL injection in Windu CMS 4.1 lets remote attackers inject SQL syntax through the URL path carried in an HTTP hea
Windu CMS 4.1 stores user passwords using MD5 and SHA1 with a static salt, providing negligible resistance against offli
Windu CMS is vulnerable to multiple Stored Cross-Site Scripting (XSS) vulnerabilities in the page editing endpoint windu
Windu CMS is vulnerable to User Enumeration. Rated medium severity (CVSS 6.9), this vulnerability is remotely exploitabl
Windu CMS is vulnerable to Stored Cross-Site Scripting (XSS) in the logon page where input data has no proper validation
Windu CMS is vulnerable to Cross-Site Request Forgery in file uploading functionality. Rated medium severity (CVSS 5.1),
Windu CMS implements weak client-side brute-force protection by using parameter loginError. Rated medium severity (CVSS
Windu CMS is vulnerable to Cross-Site Request Forgery in user editing functionality. Rated medium severity (CVSS 5.1), t
Windu CMS is vulnerable to Broken Access Control in user editing functionality. Rated medium severity (CVSS 6.9), this v
Windu CMS is vulnerable to Cross-Site Request Forgery in user editing functionality. Rated medium severity (CVSS 6.8), t
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-45945
GHSA-m87v-9vv3-8824