cvelist/2024/38xxx/CVE-2024-38574.json

113 lines
5.4 KiB
JSON
Raw Normal View History

2024-06-18 20:00:33 +00:00
{
2024-06-19 14:00:35 +00:00
"data_version": "4.0",
2024-06-18 20:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-38574",
2024-06-19 14:00:35 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-06-18 20:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-06-19 14:00:35 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nlibbpf: Prevent null-pointer dereference when prog to load has no BTF\n\nIn bpf_objec_load_prog(), there's no guarantee that obj->btf is non-NULL\nwhen passing it to btf__fd(), and this function does not perform any\ncheck before dereferencing its argument (as bpf_object__btf_fd() used to\ndo). As a consequence, we get segmentation fault errors in bpftool (for\nexample) when trying to load programs that come without BTF information.\n\nv2: Keep btf__fd() in the fix instead of reverting to bpf_object__btf_fd()."
}
]
},
"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": "df7c3f7d3a3d",
"version_value": "ef80b59acfa4"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "6.8",
"status": "affected"
},
{
"version": "0",
"lessThan": "6.8",
"status": "unaffected",
2024-11-05 10:01:15 +00:00
"versionType": "semver"
2024-06-19 14:00:35 +00:00
},
{
"version": "6.8.12",
"lessThanOrEqual": "6.8.*",
"status": "unaffected",
2024-11-05 10:01:15 +00:00
"versionType": "semver"
2024-06-19 14:00:35 +00:00
},
{
"version": "6.9.3",
"lessThanOrEqual": "6.9.*",
"status": "unaffected",
2024-11-05 10:01:15 +00:00
"versionType": "semver"
2024-06-19 14:00:35 +00:00
},
{
2024-07-15 07:01:05 +00:00
"version": "6.10",
2024-06-19 14:00:35 +00:00
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/ef80b59acfa4dee4b5eaccb15572b69248831104",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/ef80b59acfa4dee4b5eaccb15572b69248831104"
},
{
"url": "https://git.kernel.org/stable/c/1fd91360a75833b7110af9834ae26c977e1273e0",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/1fd91360a75833b7110af9834ae26c977e1273e0"
},
{
"url": "https://git.kernel.org/stable/c/9bf48fa19a4b1d186e08b20bf7e5de26a15644fb",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/9bf48fa19a4b1d186e08b20bf7e5de26a15644fb"
2024-06-18 20:00:33 +00:00
}
]
2024-06-19 14:00:35 +00:00
},
"generator": {
2024-11-05 10:01:15 +00:00
"engine": "bippy-9e1c9544281a"
2024-06-18 20:00:33 +00:00
}
}