Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-49439
Published:July 06, 2026
Updated:August 02, 2026
Summary 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(...) PoC A user was created with only: read:assets and without "write:assets". The following request succeeded: PUT /api/master/asset/predicted/4Fr8Pcp7iDjrEmoSUFolvT/temperature Request body: [{"x":1779199999001,"y":1337}] Response: HTTP/2 204 Database verification confirmed the datapoint was written successfully: entity_id: 4Fr8Pcp7iDjrEmoSUFolvT attribute_name: temperature value: 1337 Impact Users with read-only asset permissions can modify predicted datapoints for assets.
Affected Packages
https://github.com/openremote/openremote.git (GITHUB):
Affected version(s) >=1.2.0 <1.24.1
Fix Suggestion:
Update to version 1.24.1
io.openremote:openremote-manager (JAVA):
Affected version(s) >=1.2.0 <1.24.1
Fix Suggestion:
Update to version 1.24.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
4.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Missing Authorization