cvelist/2024/39xxx/CVE-2024-39477.json

102 lines
4.9 KiB
JSON
Raw Normal View History

2024-06-25 15:00:34 +00:00
{
2024-07-05 07:00:34 +00:00
"data_version": "4.0",
2024-06-25 15:00:34 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-39477",
2024-07-05 07:00:34 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-06-25 15:00:34 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-07-05 07:00:34 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/hugetlb: do not call vma_add_reservation upon ENOMEM\n\nsysbot reported a splat [1] on __unmap_hugepage_range(). This is because\nvma_needs_reservation() can return -ENOMEM if\nallocate_file_region_entries() fails to allocate the file_region struct\nfor the reservation.\n\nCheck for that and do not call vma_add_reservation() if that is the case,\notherwise region_abort() and region_del() will see that we do not have any\nfile_regions.\n\nIf we detect that vma_needs_reservation() returned -ENOMEM, we clear the\nhugetlb_restore_reserve flag as if this reservation was still consumed, so\nfree_huge_folio() will not increment the resv count.\n\n[1] https://lore.kernel.org/linux-mm/0000000000004096100617c58d54@google.com/T/#ma5983bc1ab18a54910da83416b3f89f3c7ee43aa"
2024-06-25 15:00:34 +00:00
}
]
2024-07-05 07:00:34 +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": "df7a6d1f6405",
"version_value": "aa998f9dcb34"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "6.9",
"status": "affected"
},
{
"version": "0",
"lessThan": "6.9",
"status": "unaffected",
2024-11-05 10:02:47 +00:00
"versionType": "semver"
2024-07-05 07:00:34 +00:00
},
{
"version": "6.9.5",
"lessThanOrEqual": "6.9.*",
"status": "unaffected",
2024-11-05 10:02:47 +00:00
"versionType": "semver"
2024-07-05 07:00:34 +00:00
},
{
2024-07-15 07:01:32 +00:00
"version": "6.10",
2024-07-05 07:00:34 +00:00
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/aa998f9dcb34c28448f86e8f5490f20d5eb0eac7",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/aa998f9dcb34c28448f86e8f5490f20d5eb0eac7"
},
{
"url": "https://git.kernel.org/stable/c/8daf9c702ee7f825f0de8600abff764acfedea13",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/8daf9c702ee7f825f0de8600abff764acfedea13"
}
]
},
"generator": {
2024-11-05 10:02:47 +00:00
"engine": "bippy-9e1c9544281a"
2024-06-25 15:00:34 +00:00
}
}