← Back to search

CVE-2026-71235

8.8 HIGHpublic exploit available

Published 2026-08-05 · Updated 2026-08-10

AI risk analysis

Summary
The flaw allows authenticated users to execute arbitrary Go or Lua scripts server-side, leading to Remote Code Execution (RCE). This matters because it can enable attackers to gain full control over the system.
Exploitability
Exploitation is relatively straightforward for authenticated users with access to the rules engine. Precondition is having an account with sufficient permissions.
Blast radius
If exploited, this could lead to complete compromise of the affected IoT infrastructure and potentially other systems connected through network vulnerabilities.
Prioritized remediation
Disable or restrict script execution capabilities in the Rules Engine for non-administrative users.
rceauth-requiredserver-sideluago

Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.

NVD description

Magistrala's Rules Engine allows authenticated users to create rules with embedded Go or Lua scripts executed server-side when IoT messages arrive. The Lua script engine (re/lua.go) performs no input validation at all and preloads dangerous libraries: db (arbitrary database access), ioutil (file I/O), an HTTP client (SSRF), and filepath (traversal).

CVSS vector

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

Weaknesses

CWE-94

Public exploit & PoC references

All references

Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.