CVE-2026-67687 Details
Description
Insecure Permissions vulnerability in ics-park v.2.0 allows a remote attacker to escalate privileges via the /system/role/save endpoint in RoleController.java and system/user/update endpoint in UserController.java
A vulnerability allowing vertical privilege escalation has been identified in ICS-Park Smart Park Management System version 2.0. This issue arises from insecure permissions in the RoleController and UserController, enabling authenticated ordinary users to create administrator accounts with full privileges. The vulnerability exploits two missing authorization checks: the role creation endpoint lacks proper permission validation, and the user update endpoint is accessible to users with the default 'common member' role, which includes editing permissions. By leveraging these gaps, an attacker can craft a role with extensive permissions, assign it to their account, and subsequently create administrator-level users.
To address this vulnerability, the 'RoleController.save()' method should be annotated with '@HasPermissions("system:role:add")' to enforce proper permission checks. Additionally, the authorization model should be revised to default to denying access unless explicitly permitted, ensuring that all management endpoints are properly audited and annotated with the correct permissions.
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/poc | CISA-ADP | ExploitTechnical Description |
| https://github.com/qflksheep/CVE-2026-67687-ICS-Park-Smart-Park-Management-System-v2.0/blob/main/CVE-2026-67687 | [email protected] | ExploitTechnical Description |
| https://github.com/qflksheep/ICS-Park-Smart-Park-Management-System-v2.0-POC/blob/main/poc | [email protected] | ExploitTechnical Description |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-284 | Improper Access Control | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| ics-park | 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