Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
Unauthenticated network upload of arbitrary PHP files in a web-accessible PHP app classically enables webshell RCE with full C/I/A impact and scope change.
Primary rating from Vendor (vuldb).
CVSS VectorVendor: vuldb
Lifecycle Timeline
1DescriptionCVE.org
A vulnerability was determined in hcr707305003 shiroiAdmin 1.1/1.3. Affected is the function FileController::upload of the file app/common/controller/FileController.php. Executing a manipulation of the argument File can lead to unrestricted upload. The attack may be launched remotely. The exploit has been publicly disclosed and may be utilized. Upgrading to version 1.4 is able to address this issue. This patch is called 3ecde28ea8a20a3840dbfefd6d6863ee79a83e70. It is suggested to upgrade the affected component. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Unrestricted file upload in shiroiAdmin versions 1.1 and 1.3 (PHP admin panel by hcr707305003) exposes the FileController::upload function to unauthenticated remote exploitation, enabling attackers to upload arbitrary files - including PHP webshells - to the server without authentication. A public exploit has been disclosed (CVSS 4.0 E:P), and the vendor did not respond to coordinated disclosure. Exploitation conditions are severe: the CVSS 4.0 vector confirms network-accessible, zero-authentication, low-complexity exploitation with no user interaction required.
Technical ContextAI
shiroiAdmin is a PHP-based administrative panel framework hosted on GitHub. The vulnerability resides in the upload method of app/common/controller/FileController.php, which processes the user-controlled File argument without adequate type or extension validation. The root cause is classified as CWE-284 (Improper Access Control), meaning the upload function fails to enforce proper authorization and file-type restrictions before persisting user-supplied content to the server. The tags 'Authentication Bypass' and 'File Upload' indicate that the access control gate protecting the upload endpoint can itself be circumvented, making this a compound weakness: both the authentication layer and the file-type enforcement are defective. In PHP applications, unrestricted upload to a web-accessible path is a well-understood path to remote code execution via webshell.
RemediationAI
Upgrade to shiroiAdmin version 1.4 immediately; this release contains the remediation commit 3ecde28ea8a20a3840dbfefd6d6863ee79a83e70, available at https://github.com/hcr707305003/shiroiAdmin/commit/3ecde28ea8a20a3840dbfefd6d6863ee79a83e70. If an immediate upgrade is not possible, restrict network access to the upload endpoint at the web server or firewall level to trusted IP ranges only - this directly mitigates the unauthenticated network attack vector, though it does not fix the underlying flaw. Additionally, configure the web server to deny execution of scripts (PHP, CGI) within the upload destination directory; this breaks the webshell execution chain even if a malicious file is successfully uploaded. Note that the vendor did not respond to disclosure, so no official workaround guidance exists - these compensating controls are based on vulnerability class behavior.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43210
GHSA-6jr9-24jm-2547