Search Results (4 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-41196 2 Luanti, Minetest 2 Luanti, Minetest 2026-05-14 10.0 Critical
Luanti (formerly Minetest) is an open source voxel game-creation platform. Starting in version 5.0.0 and prior to version 5.15.2, a malicious mod can trivially escape the sandboxed Lua environment to execute arbitrary code and gain full filesystem access on the user's device. This applies to the server-side mod, async and mapgen as well as the client-side (CSM) environments. This vulnerability is only exploitable when using LuaJIT. Version 5.15.2 contains a patch. On release versions, one can also patch this issue without recompiling by editing `builtin/init.lua` and adding the line `getfenv = nil` at the end. Note that this will break mods relying on this function (which is not inherently unsafe).
CVE-2022-35978 1 Minetest 1 Minetest 2025-04-23 7.7 High
Minetest is a free open-source voxel game engine with easy modding and game creation. In **single player**, a mod can set a global setting that controls the Lua script loaded to display the main menu. The script is then loaded as soon as the game session is exited. The Lua environment the menu runs in is not sandboxed and can directly interfere with the user's system. There are currently no known workarounds.
CVE-2022-24301 2 Debian, Minetest 2 Debian Linux, Minetest 2024-11-21 6.5 Medium
In Minetest before 5.4.0, players can add or subtract items from a different player's inventory.
CVE-2022-24300 2 Debian, Minetest 2 Debian Linux, Minetest 2024-11-21 9.8 Critical
Minetest before 5.4.0 allows attackers to add or modify arbitrary meta fields of the same item stack as saved user input, aka ItemStack meta injection.