Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Unauthenticated network-reachable upload endpoint with no interaction and low complexity yields RCE, so AV:N/AC:L/PR:N/UI:N and full C:H/I:H/A:H.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
ICS-Park Smart Park Management System v2.0 contains an unrestricted file upload vulnerability in the file upload module. This allows a remote attacker to execute arbitrary code.
AnalysisAI
Unrestricted file upload in ICS-Park Smart Park Management System v2.0 lets a remote attacker upload and execute arbitrary code through the product's file upload module, yielding full server compromise (CVSS 9.8). Public exploit code exists and the flaw is automatable with total technical impact per CISA SSVC, though the EPSS probability remains low at 0.26% (17th percentile), indicating limited observed exploitation activity so far. No CISA KEV listing means no confirmed active exploitation at time of analysis.
Technical ContextAI
The vulnerability is a classic CWE-434 (Unrestricted Upload of File with Dangerous Type) defect: the file upload module fails to validate the type, extension, or content of uploaded files, allowing a server-side executable (e.g. a web shell in the application's server-side language) to be written into a web-accessible directory and then invoked. ICS-Park Smart Park Management System is a smart-park / campus facility management web application; because the product is delivered as a network-facing web application, an uploaded script executes in the web server's runtime context, translating a file-write primitive into remote code execution. Precise underlying technology stack, upload endpoint path, and storage location are not disclosed in the available intelligence.
RemediationAI
No vendor-released patch identified at time of analysis, and no fixed version is published in NVD or EUVD, so remediation must rely on compensating controls. Restrict network reachability of the application - place it behind a VPN or IP allowlist so the upload endpoint is not internet-exposed. At a reverse proxy or WAF, block or filter POST requests to the file upload module and deny requests for executable/script file types (e.g. .php, .jsp, .asp, .aspx) in upload paths; the trade-off is that legitimate document uploads of those types will break. Configure the web server so the upload storage directory is non-executable (serve as static content only, with script handlers disabled) - this neutralizes web-shell execution but does not stop the upload itself. Monitor the upload directory for newly written server-side scripts and enforce authentication in front of the module. Track the vendor and the NVD page (https://nvd.nist.gov/vuln/detail/CVE-2026-67688) for an official fixed release and apply it once available.
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-54309
GHSA-r6gv-mg3v-cx2f