VRT 391,192 CVEs tracked · 15,442 in RASP scope · data as of 17 hours ago
Reset
More filters (2)
Columns
Vendor io.openremoteProduct openremote-manager
Overview 6 matches, all in RASP scope · 2 protected · 0 KEV · 1 public PoC · 5 CISA SSVC · 0 EPSS ≥ 0.5 · 0 disputed
6matches, all in RASP scope 2protected33.3% 0KEV0.0% 1public PoC16.7% 5CISA SSVC83.3% 0EPSS ≥ 0.50.0% 0disputed0.0%
Critical 1 16.7% High 4 66.7% Medium 1 16.7% Low 0 0.0% None 0 0.0% Unknown 0 0.0%
Protected by RASP 2 33.3% Rule in development 0 0.0% Mitigation candidate 0 0.0% No exploit published 4 66.7% No fix identified 0 0.0% Mitigated by environment configuration 0 0.0% Queued for review 0 0.0% Not applicable 0 0.0% Out of RASP scope 0 0.0% Rejected 0 0.0%
blocked by ARMR today 2 33.3% not blocked 4 66.7% not established 0 0.0% unrecorded 0 0.0%
Exploited in the wild 0 0.0% Working exploit published 0 0.0% Proof of concept only 5 83.3% Forecast only 0 0.0% No public exploit 1 16.7%
split by peak 3 / month
Unknown: 0None: 0Low: 0Medium: 1High: 4Critical: 1 Rejected: 0Out of RASP scope: 0Not applicable: 0Queued for review: 0Mitigated by environment configuration: 0No fix identified: 0No exploit published: 4Mitigation candidate: 0Rule in development: 0Protected by RASP: 2 unrecorded: 0not established: 0not blocked: 4blocked by ARMR today: 2 No public exploit: 1Forecast only: 0Proof of concept only: 5Working exploit published: 0Exploited in the wild: 0 April 2026: 3 CVEs May 2026: 0 CVEs June 2026: 1 CVE July 2026: 1 CVE August 2026: 0 CVEs September 2026: 1 CVE
Apr 26May 26Jun 26Jul 26Aug 26Sep 26
6 matches CSV JSON
CVE Severity Published Status Exploitation Description
CVE-2026-49439 Medium 2026-09-11 No exploit published No public exploit OpenRemote is an open-source internet-of-things platform. Prior to version 1.24.1, the predicted datapoint write endpoint allows users with only `read:assets` privileges to write predicted datapoints. Version 1.24.1 fixes the issue.
CVE-2026-62238 High 2026-07-17 Protected by RASP Proof of concept only OpenRemote before 1.26.0 contain an authenticated SQL injection vulnerability in the datapoint crosstab export endpoint that constructs PostgreSQL queries by concatenating asset display names into raw SQL. An authenticated attacker with asset creation or rename permissions can inject SQL through the asset name parameter and receive query results in the exported CSV response, enabling database data exfiltration.
CVE-2026-56784 High 2026-06-23 No exploit published Proof of concept only 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.
CVE-2026-41166 High 2026-04-22 No exploit published Proof of concept only OpenRemote is an open-source internet-of-things platform. Prior to version 1.22.1, a user who has `write:admin` in one Keycloak realm can call the Manager API to update Keycloak realm roles for users in another realm, including `master`. The handler uses the `{realm}` path segment when talking to the identity provider but does not check that the caller may administer that realm. This could result in a privilege escalation to `master` realm administrator if the attacker controls any user in `master` realm. Version 1.22.1 fixes the issue.
CVE-2026-40882 High 2026-04-22 Protected by RASP Proof of concept only OpenRemote is an open-source internet-of-things platform. Prior to version 1.22.0, the Velbus asset import path parses attacker-controlled XML without explicit XXE hardening. An authenticated user who can call the import endpoint may trigger XML external entity processing, which can lead to server-side file disclosure and SSRF. The target file must be less than 1023 characters. Version 1.22.0 fixes the issue.
CVE-2026-39842 Critical 2026-04-15 No exploit published Proof of concept only OpenRemote is an open-source IoT platform. Versions 1.21.0 and below contain two interrelated expression injection vulnerabilities in the rules engine that allow arbitrary code execution on the server. The JavaScript rules engine executes user-supplied scripts via Nashorn's ScriptEngine.eval() without sandboxing, class filtering, or access restrictions, and the authorization check in RulesResourceImpl only restricts Groovy rules to superusers while leaving JavaScript rules unrestricted for any user with the write:rules role. Additionally, the Groovy rules engine has a GroovyDenyAllFilter security filter that is defined but never registered, as the registration code is commented out, rendering the SandboxTransformer ineffective for superuser-created Groovy rules. A non-superuser attacker with the write:rules role can create JavaScript rulesets that execute with full JVM access, enabling remote code execution as root, arbitrary file read, environment variable theft including database credentials, and complete multi-tenant isolation bypass to access data across all realms. This issue has been fixed in version 1.22.0.