Skip to main content

ICS-Park Smart Park CVE-2026-67688

| EUVDEUVD-2026-54309 CRITICAL
Unrestricted Upload of File with Dangerous Type (CWE-434)
2026-08-06 cve@mitre.org GHSA-r6gv-mg3v-cx2f
9.8
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
9.8 CRITICAL

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.

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

Primary rating from Vendor (mitre).

CVSS VectorVendor: mitre

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

3
Analysis Generated
Aug 07, 2026 - 16:25 vuln.today
CVE Published
Aug 06, 2026 - 22:18 cve.org
CRITICAL 9.8
CVE Published
Aug 06, 2026 - 22:18 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.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

CVE-2026-67688 vulnerability details – vuln.today

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