Impact
OpenRemote before 1.25.0 contains an insecure direct object reference (IDOR) vulnerability in the bulk alarm deletion endpoint that allows authenticated users to permanently delete alarms belonging to other tenants by supplying arbitrary alarm IDs. The removeAlarms() method in AlarmResourceImpl.java omits realm‑scoping validation in its JPA query, enabling any user with alarm‑write permissions to enumerate sequential auto‑increment alarm IDs and delete cross‑tenant alarm records without authorization.
Affected Systems
The affected product is OpenRemote from the vendor OpenRemote. All releases before 1.25.0 are impacted, including any deployments where the bulk alarm deletion functionality is enabled. No specific sub‑products are mentioned.
Risk and Exploitability
The CVSS score of 8.6 indicates High severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires valid user credentials with alarm‑write permissions; no additional privileges are needed. The attacker can remotely invoke the bulk deletion API and delete alarms across tenant boundaries, leading to loss of critical safety data.
OpenCVE Enrichment