CVE Catalog

CVE-2026-56784

HighCVSS 8.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.26%

17th percentile - higher than 17% of all known CVEs

Summary

An IDOR vulnerability in OpenRemote before 1.25.0 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.

Risk Assessment

An attacker can delete alarms of other organizations, leading to data loss and breach of tenant isolation. This may disrupt monitoring and security systems.

Recommendation

Upgrade OpenRemote to version 1.25.0 or later, which contains the fix. If upgrade is not possible, restrict access to the alarm deletion endpoint to trusted users only.

Other vulnerabilities in OpenRemote

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS