CVE-2022-35978 – Lua sandbox escape from mod in Minetest
https://notcve.org/view.php?id=CVE-2022-35978
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. • https://dev.minetest.net/Changelog#5.5.0_.E2.86.92_5.6.0 https://github.com/minetest/minetest/commit/da71e86633d0b27cd02d7aac9fdac625d141ca13 https://github.com/minetest/minetest/security/advisories/GHSA-663q-pcjw-27cc • CWE-693: Protection Mechanism Failure •
CVE-2022-24300
https://notcve.org/view.php?id=CVE-2022-24300
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. Minetest versiones anteriores a 5.4.0, permite a atacantes añadir o modificar meta campos arbitrarios de la misma pila de ítems como entrada de usuario guardada, también se conoce como inyección de meta pila de ítems • https://bugs.debian.org/1004223 https://github.com/minetest/minetest/commit/b5956bde259faa240a81060ff4e598e25ad52dae https://github.com/minetest/minetest/security/advisories/GHSA-hwj2-xf72-r4cf https://www.debian.org/security/2022/dsa-5075 •
CVE-2022-24301
https://notcve.org/view.php?id=CVE-2022-24301
In Minetest before 5.4.0, players can add or subtract items from a different player's inventory. En Minetest versiones anteriores a 5.4.0, los jugadores pueden añadir o sustraer objetos del inventario de otro jugador • https://github.com/minetest/minetest/commit/3693b6871eba268ecc79b3f52d00d3cefe761131 https://github.com/minetest/minetest/security/advisories/GHSA-fvwv-qcq6-wmp5 https://www.debian.org/security/2022/dsa-5075 • CWE-276: Incorrect Default Permissions •