cvelist/2024/41xxx/CVE-2024-41021.json

124 lines
6.3 KiB
JSON
Raw Normal View History

2024-07-12 13:00:36 +00:00
{
2024-07-29 14:00:37 +00:00
"data_version": "4.0",
2024-07-12 13:00:36 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-41021",
2024-07-29 14:00:37 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-07-12 13:00:36 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-07-29 14:00:37 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\ns390/mm: Fix VM_FAULT_HWPOISON handling in do_exception()\n\nThere is no support for HWPOISON, MEMORY_FAILURE, or ARCH_HAS_COPY_MC on\ns390. Therefore we do not expect to see VM_FAULT_HWPOISON in\ndo_exception().\n\nHowever, since commit af19487f00f3 (\"mm: make PTE_MARKER_SWAPIN_ERROR more\ngeneral\"), it is possible to see VM_FAULT_HWPOISON in combination with\nPTE_MARKER_POISONED, even on architectures that do not support HWPOISON\notherwise. In this case, we will end up on the BUG() in do_exception().\n\nFix this by treating VM_FAULT_HWPOISON the same as VM_FAULT_SIGBUS, similar\nto x86 when MEMORY_FAILURE is not configured. Also print unexpected fault\nflags, for easier debugging.\n\nNote that VM_FAULT_HWPOISON_LARGE is not expected, because s390 cannot\nsupport swap entries on other levels than PTE level."
}
]
},
"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": "af19487f00f3",
2024-08-11 13:00:34 +00:00
"version_value": "73a9260b7366"
2024-07-29 14:00:37 +00:00
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "6.6",
"status": "affected"
},
{
"version": "0",
"lessThan": "6.6",
"status": "unaffected",
2024-11-05 10:01:15 +00:00
"versionType": "semver"
2024-07-29 14:00:37 +00:00
},
2024-08-11 13:00:34 +00:00
{
"version": "6.6.44",
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
2024-11-05 10:01:15 +00:00
"versionType": "semver"
2024-08-11 13:00:34 +00:00
},
2024-07-29 14:00:37 +00:00
{
"version": "6.9.12",
"lessThanOrEqual": "6.9.*",
"status": "unaffected",
2024-11-05 10:01:15 +00:00
"versionType": "semver"
2024-07-29 14:00:37 +00:00
},
{
"version": "6.10.2",
"lessThanOrEqual": "6.10.*",
"status": "unaffected",
2024-11-05 10:01:15 +00:00
"versionType": "semver"
2024-07-29 14:00:37 +00:00
},
{
2024-09-15 18:01:03 +00:00
"version": "6.11",
2024-07-29 14:00:37 +00:00
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
2024-08-11 13:00:34 +00:00
{
"url": "https://git.kernel.org/stable/c/73a9260b7366d2906ec011e100319359fe2277d0",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/73a9260b7366d2906ec011e100319359fe2277d0"
},
2024-07-29 14:00:37 +00:00
{
"url": "https://git.kernel.org/stable/c/9e13767ccefdc4f8aa92514b592b60f6b54882ff",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/9e13767ccefdc4f8aa92514b592b60f6b54882ff"
},
{
"url": "https://git.kernel.org/stable/c/a3aefb871222a9880602d1a44a558177b4143e3b",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/a3aefb871222a9880602d1a44a558177b4143e3b"
},
{
"url": "https://git.kernel.org/stable/c/df39038cd89525d465c2c8827eb64116873f141a",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/df39038cd89525d465c2c8827eb64116873f141a"
2024-07-12 13:00:36 +00:00
}
]
2024-07-29 14:00:37 +00:00
},
"generator": {
2024-11-05 10:01:15 +00:00
"engine": "bippy-9e1c9544281a"
2024-07-12 13:00:36 +00:00
}
}