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).
References
| Link | Resource |
|---|---|
| https://github.com/absmach/magistrala |
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-05 11:16
Updated : 2026-08-26 17:13
NVD link : CVE-2026-71235
Mitre link : CVE-2026-71235
CVE.ORG link : CVE-2026-71235
JSON object : View
Products Affected
No product.
CWE
CWE-94
Improper Control of Generation of Code ('Code Injection')
