Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. io.openremote/openremote-manager
  4. ›
  5. CVE-2026-49439

CVE-2026-49439: OpenRemote read-only asset users can write predicted datapoints

July 6, 2026

The predicted datapoint write endpoint allows users with only read:assets privileges to write predicted datapoints.

The endpoint:

PUT /api/{realm}/asset/predicted/{assetId}/{attributeName}

accepts write requests from users lacking write:assets.

The implementation appears to check READ_ASSETS while performing a write operation through:

assetPredictedDatapointService.updateValues(...)

References

  • github.com/advisories/GHSA-xj53-j257-hxvg
  • github.com/openremote/openremote/commit/583dbbfb96076ba099be8729ddf506acf9e48325
  • github.com/openremote/openremote/security/advisories/GHSA-xj53-j257-hxvg
  • nvd.nist.gov/vuln/detail/CVE-2026-49439

Code Behaviors & Features

Detect and mitigate CVE-2026-49439 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.24.1

Fixed versions

  • 1.24.1

Solution

Upgrade to version 1.24.1 or above.

Impact 4.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-862: Missing Authorization

Source file

maven/io.openremote/openremote-manager/CVE-2026-49439.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Mon, 13 Jul 2026 00:21:27 +0000.