๐Ÿ” CVE Alert

CVE-2026-67310

MEDIUM 5.4

openremote before 1.27.0 Cross-Tenant IDOR via setAssetLinks

CVSS Score
5.4
EPSS Score
0.0%
EPSS Percentile
0th

OpenRemote (org.openremote:openremote) versions <= 1.26.2 contain an insecure direct object reference vulnerability in the setAssetLinks endpoint of AlarmResourceImpl. The realm access check validates only a single realm obtained via realms.stream().findFirst() on a HashSet of realms from the request, rather than all realms. Because HashSet iteration order is non-deterministic, an authenticated attacker who includes alarm-asset links from both their own realm and a victim realm can, with roughly 50% probability per request (retryable), persist cross-tenant links and disclose victim asset names (returned via @Formula fields) through GET requests on the attacker's own alarm. Fixed in 1.27.0.

CWE CWE-863
Vendor openremote
Product openremote
Published Aug 1, 2026
Stay Ahead of the Next One

Get instant alerts for openremote openremote

Be the first to know when new medium vulnerabilities affecting openremote openremote are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

openremote / openremote
0 < 1.27.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/openremote/openremote/security/advisories/GHSA-q2gm-frx3-2qjr vulncheck.com: https://www.vulncheck.com/advisories/openremote-before-cross-tenant-idor-via-setassetlinks

Credits

๐Ÿ” manus-use