The Vulnerability
Before this patch, any player could run arbitrary Lua code. This allowed them to do anything a mod can do -such as granting privs, changing settings, or shutting down the server.
If mod security is disabled, they would be able to run terminal commands and gain access to the user on the
server running Minetest.
This is due to the mod not correctly checking player privileges.
Affected Parties
This only affects you if your server is open to the public (even if unlisted), and has an unpatched version of worldedit_gui mod installed.Solution
To fix, simply install the most recent version, or disable the mod.You should also check for any out of place privileges, and run a scan on your server for rootkits and other malware.