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
Published: 2026-08-06
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability stems from insecure permissions within the Park Smart Park Management System v.2.0, specifically in the RoleController and UserController components. Remote actors can exploit the /system/role/save and /system/user/update endpoints to gain elevated privileges without proper authorization checks. Successful exploitation yields full administrative control, enabling the attacker to alter system configurations, manipulate user accounts, and potentially compromise other connected services.

Affected Systems

The affected system is the Park Smart Park Management System version 2.0. No other vendor or product identifiers are specified in the official CNA data.

Risk and Exploitability

Because the flaw is driven solely by configuration and authorization logic, it can be leveraged by any user able to reach the vulnerable endpoints over the network, regardless of local authentication. With no EPSS score available, the exact exploitation probability is unknown, but the absence of a KEV listing suggests it has not yet been widely exploited; however, the impact of privilege escalation is severe, and the lack of security controls makes the risk high for any exposed installation.

Generated by OpenCVE AI on August 7, 2026 at 01:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a patched version of the Park Smart Park Management System whenever available.
  • Limit exposure of the /system/role/save and /system/user/update endpoints by implementing strict authentication and authorization checks before allowing role or user modifications.
  • Enforce role-based access control and minimum‑privilege principles across the administration interface, ensuring that only duly authorized administrators can change roles or user details.

Generated by OpenCVE AI on August 7, 2026 at 01:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 07 Aug 2026 01:45:00 +0000

Type Values Removed Values Added
Title Remote Privilege Escalation via Insecure Permissions in Park Smart Park Management System v.2.0
Weaknesses CWE-284
CWE-732

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
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
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-06T19:56:52.599Z

Reserved: 2026-07-30T00:00:00.000Z

Link: CVE-2026-67687

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T01:30:04Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-732

    Incorrect Permission Assignment for Critical Resource