Auto-merge PR#6906

Auto-merge PR#6906
This commit is contained in:
CVE Team 2022-08-15 15:05:39 -04:00 committed by GitHub
commit 6539470f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,93 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2022-35978",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"STATE": "PUBLIC",
"TITLE": "Lua sandbox escape from mod in Minetest"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "minetest",
"version": {
"version_data": [
{
"version_value": "<= 5.5.1"
}
]
}
}
]
},
"vendor_name": "minetest"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "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."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:H/A:L",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-693: Protection Mechanism Failure"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/minetest/minetest/security/advisories/GHSA-663q-pcjw-27cc",
"refsource": "CONFIRM",
"url": "https://github.com/minetest/minetest/security/advisories/GHSA-663q-pcjw-27cc"
},
{
"name": "https://github.com/minetest/minetest/commit/da71e86633d0b27cd02d7aac9fdac625d141ca13",
"refsource": "MISC",
"url": "https://github.com/minetest/minetest/commit/da71e86633d0b27cd02d7aac9fdac625d141ca13"
},
{
"name": "https://dev.minetest.net/Changelog#5.5.0_.E2.86.92_5.6.0",
"refsource": "MISC",
"url": "https://dev.minetest.net/Changelog#5.5.0_.E2.86.92_5.6.0"
}
]
},
"source": {
"advisory": "GHSA-663q-pcjw-27cc",
"discovery": "UNKNOWN"
}
}