cvelist/2024/50xxx/CVE-2024-50010.json

147 lines
8.0 KiB
JSON
Raw Normal View History

2024-10-21 13:00:37 +00:00
{
2024-10-21 19:00:31 +00:00
"data_version": "4.0",
2024-10-21 13:00:37 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-50010",
2024-10-21 19:00:31 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-10-21 13:00:37 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-10-21 19:00:31 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nexec: don't WARN for racy path_noexec check\n\nBoth i_mode and noexec checks wrapped in WARN_ON stem from an artifact\nof the previous implementation. They used to legitimately check for the\ncondition, but that got moved up in two commits:\n633fb6ac3980 (\"exec: move S_ISREG() check earlier\")\n0fd338b2d2cd (\"exec: move path_noexec() check earlier\")\n\nInstead of being removed said checks are WARN_ON'ed instead, which\nhas some debug value.\n\nHowever, the spurious path_noexec check is racy, resulting in\nunwarranted warnings should someone race with setting the noexec flag.\n\nOne can note there is more to perm-checking whether execve is allowed\nand none of the conditions are guaranteed to still hold after they were\ntested for.\n\nAdditionally this does not validate whether the code path did any perm\nchecking to begin with -- it will pass if the inode happens to be\nregular.\n\nKeep the redundant path_noexec() check even though it's mindless\nnonsense checking for guarantee that isn't given so drop the WARN.\n\nReword the commentary and do small tidy ups while here.\n\n[brauner: keep redundant path_noexec() check]"
2024-10-21 13:00:37 +00:00
}
]
2024-10-21 19:00:31 +00:00
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Linux",
"product": {
"product_data": [
{
"product_name": "Linux",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "1da177e4c3f4",
2024-11-08 16:03:50 +00:00
"version_value": "c9b77438077d"
2024-10-21 19:00:31 +00:00
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
2024-11-08 16:03:50 +00:00
{
"version": "5.10.229",
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"versionType": "semver"
},
2024-11-04 12:01:27 +00:00
{
"version": "5.15.170",
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
2024-11-05 11:01:24 +00:00
"versionType": "semver"
2024-11-04 12:01:27 +00:00
},
{
"version": "6.1.115",
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
2024-11-05 11:01:24 +00:00
"versionType": "semver"
2024-11-04 12:01:27 +00:00
},
{
"version": "6.6.59",
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
2024-11-05 11:01:24 +00:00
"versionType": "semver"
2024-11-04 12:01:27 +00:00
},
2024-10-21 19:00:31 +00:00
{
"version": "6.11.3",
"lessThanOrEqual": "6.11.*",
"status": "unaffected",
2024-11-05 11:01:24 +00:00
"versionType": "semver"
2024-10-21 19:00:31 +00:00
},
2024-12-05 14:00:33 +00:00
{
"version": "6.11.11",
"lessThanOrEqual": "6.11.*",
"status": "unaffected",
"versionType": "semver"
},
2024-10-21 19:00:31 +00:00
{
2024-11-19 02:01:14 +00:00
"version": "6.12",
2024-10-21 19:00:31 +00:00
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
2024-11-08 16:03:50 +00:00
{
"url": "https://git.kernel.org/stable/c/c9b77438077d5a20c79ead95bcdaf9bd4797baaf",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/c9b77438077d5a20c79ead95bcdaf9bd4797baaf"
},
2024-11-04 12:01:27 +00:00
{
"url": "https://git.kernel.org/stable/c/b723f96407a0a078cf75970e4dbf16b46d286a61",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/b723f96407a0a078cf75970e4dbf16b46d286a61"
},
{
"url": "https://git.kernel.org/stable/c/0bdf77be2330062b3a64f2bec39f62ab874a6796",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/0bdf77be2330062b3a64f2bec39f62ab874a6796"
},
{
"url": "https://git.kernel.org/stable/c/0d16f53c91111cec914f0811fcc526a2ba77b20d",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/0d16f53c91111cec914f0811fcc526a2ba77b20d"
},
2024-10-21 19:00:31 +00:00
{
"url": "https://git.kernel.org/stable/c/d62ba2a5536df83473a2ac15ab302258e3845251",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/d62ba2a5536df83473a2ac15ab302258e3845251"
},
2024-12-05 14:00:33 +00:00
{
"url": "https://git.kernel.org/stable/c/b8b0e9650eeb6637b4e1cf3d6aaf0e96f87862e7",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/b8b0e9650eeb6637b4e1cf3d6aaf0e96f87862e7"
},
2024-10-21 19:00:31 +00:00
{
"url": "https://git.kernel.org/stable/c/0d196e7589cefe207d5d41f37a0a28a1fdeeb7c6",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/0d196e7589cefe207d5d41f37a0a28a1fdeeb7c6"
}
]
},
"generator": {
2024-11-19 02:01:14 +00:00
"engine": "bippy-8e903de6a542"
2024-10-21 13:00:37 +00:00
}
}