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

103 lines
5.1 KiB
JSON
Raw Normal View History

2024-07-12 13:00:36 +00:00
{
2024-07-29 07: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-41014",
2024-07-29 07: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 07:00:37 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfs: add bounds checking to xlog_recover_process_data\n\nThere is a lack of verification of the space occupied by fixed members\nof xlog_op_header in the xlog_recover_process_data.\n\nWe can create a crafted image to trigger an out of bounds read by\nfollowing these steps:\n 1) Mount an image of xfs, and do some file operations to leave records\n 2) Before umounting, copy the image for subsequent steps to simulate\n abnormal exit. Because umount will ensure that tail_blk and\n head_blk are the same, which will result in the inability to enter\n xlog_recover_process_data\n 3) Write a tool to parse and modify the copied image in step 2\n 4) Make the end of the xlog_op_header entries only 1 byte away from\n xlog_rec_header->h_size\n 5) xlog_rec_header->h_num_logops++\n 6) Modify xlog_rec_header->h_crc\n\nFix:\nAdd a check to make sure there is sufficient space to access fixed members\nof xlog_op_header."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
2024-07-12 13:00:36 +00:00
}
]
2024-07-29 07:00:37 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Linux",
"product": {
"product_data": [
{
"product_name": "Linux",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "1da177e4c3f4",
2024-12-14 21:00:54 +00:00
"version_value": "d1e3efe78336"
2024-07-29 07:00:37 +00:00
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
2024-12-14 21:00:54 +00:00
{
"version": "6.1.120",
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"versionType": "semver"
},
2024-12-09 11:00:32 +00:00
{
"version": "6.6.64",
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"versionType": "semver"
},
2024-07-29 07:00:37 +00:00
{
2024-09-15 18:01:03 +00:00
"version": "6.11",
2024-07-29 07:00:37 +00:00
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
2024-12-14 21:00:54 +00:00
{
"url": "https://git.kernel.org/stable/c/d1e3efe783365db59da88f08a2e0bfe1cc95b143",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/d1e3efe783365db59da88f08a2e0bfe1cc95b143"
},
2024-12-09 11:00:32 +00:00
{
"url": "https://git.kernel.org/stable/c/7cd9f0a33e738cd58876f1bc8d6c1aa5bc4fc8c1",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/7cd9f0a33e738cd58876f1bc8d6c1aa5bc4fc8c1"
},
2024-07-29 07:00:37 +00:00
{
"url": "https://git.kernel.org/stable/c/fb63435b7c7dc112b1ae1baea5486e0a6e27b196",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/fb63435b7c7dc112b1ae1baea5486e0a6e27b196"
}
]
},
"generator": {
2024-12-09 11:00:32 +00:00
"engine": "bippy-8e903de6a542"
2024-07-12 13:00:36 +00:00
}
}