CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-49439

mediumCVSS 4.3covered by 1 sourcefirst seen 2026-07-06
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.

⚡ Watch CVE-2026-49439

Get an email if CVE-2026-49439 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Advisory coverage (1)

External references

NVD record for CVE-2026-49439

CVE.org record

Embed the live status

CVE-2026-49439 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-49439 status](https://www.csirts.com/badge/CVE-2026-49439)](https://www.csirts.com/cve/CVE-2026-49439)