CVE-2026-67688 Details
Description
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.
A vulnerability allowing unrestricted file uploads has been identified in ICS-Park Smart Park Management System version 2.0. The issue arises in the file upload module, where the allowed extension whitelist includes 'html' and 'htm' files. This vulnerability enables authenticated users to upload HTML files containing malicious JavaScript, which is executed when other users access the uploaded files. The uploaded files are stored in a directory that is publicly accessible as a static resource, facilitating the execution of the embedded scripts.
To address this vulnerability, remove 'html' and 'htm' from the DEFAULT_ALLOWED_EXTENSION whitelist, add Content-Type validation to ensure uploaded files match their extensions, and implement a Content Security Policy that prevents browsers from rendering uploaded HTML files. Additionally, store uploaded files outside the web root and serve them through a download controller that sets the Content-Type to application/octet-stream.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 6, 2026CISA-ADP
Assessed Aug 7, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/qflksheep/ICS-Park-Smart-Park-Management-System-v2.0-POC/blob/main/xsspoc | CISA-ADP | ExploitTechnical Analysis |
| https://github.com/qflksheep/CVE-2026-67687-ICS-Park-Smart-Park-Management-System-v2.0/blob/main/CVE-2026-67688 | [email protected] | ExploitTechnical Description |
| https://github.com/qflksheep/ICS-Park-Smart-Park-Management-System-v2.0-POC/blob/main/xsspoc | [email protected] | ExploitTechnical Analysis |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-434 | Unrestricted Upload of File with Dangerous Type | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| ICS-Park Smart Park Management System | 2.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 7, 2026 | CVE Modified | CISA-ADP |
| Aug 6, 2026 | New CVE Received | [email protected] |
Volerion