๐Ÿ” CVE Alert

CVE-2026-71278

CRITICAL 9.8

rust-iot-platform Unauthenticated Remote Code Execution via Unsandboxed Calc-Rule Script Evaluation

CVSS Score
9.8
EPSS Score
0.0%
EPSS Percentile
0th

rust-iot-platform allows creating a "calc rule" via POST /calc-rule/create (api/src/controller/calc_rule_router.rs) containing an arbitrary `script` field. This route does not take the AuthToken request guard used elsewhere in the application, making it reachable without authentication. The stored script is subsequently executed via quick_js::Context::eval() in api/src/biz/calc_run_biz.rs with no sandboxing, allowing an unauthenticated attacker to achieve arbitrary JavaScript execution in the server process by creating and triggering a malicious calc rule.

CWE CWE-94
Vendor iot-ecology
Product rust-iot-platform
Published Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for iot-ecology rust-iot-platform

Be the first to know when new critical vulnerabilities affecting iot-ecology rust-iot-platform 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:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

iot-ecology / rust-iot-platform
0 โ‰ค *

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/iot-ecology/rust-iot-platform

Credits

Alibek Baxtiyorov