cvelist/2024/40xxx/CVE-2024-40938.json

124 lines
5.9 KiB
JSON
Raw Normal View History

2024-07-12 13:01:37 +00:00
{
2024-07-15 07:01:32 +00:00
"data_version": "4.0",
2024-07-12 13:01:37 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-40938",
2024-07-15 07:01:32 +00:00
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
2024-07-12 13:01:37 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-07-15 07:01:32 +00:00
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nlandlock: Fix d_parent walk\n\nThe WARN_ON_ONCE() in collect_domain_accesses() can be triggered when\ntrying to link a root mount point. This cannot work in practice because\nthis directory is mounted, but the VFS check is done after the call to\nsecurity_path_link().\n\nDo not use source directory's d_parent when the source directory is the\nmount point.\n\n[mic: Fix commit message]"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
2024-07-12 13:01:37 +00:00
}
]
2024-07-15 07:01:32 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Linux",
"product": {
"product_data": [
{
"product_name": "Linux",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "b91c3e4ea756",
"version_value": "b6e5e6964358"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "5.19",
"status": "affected"
},
{
"version": "0",
"lessThan": "5.19",
"status": "unaffected",
2024-11-05 10:04:06 +00:00
"versionType": "semver"
2024-07-15 07:01:32 +00:00
},
{
"version": "6.1.95",
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
2024-11-05 10:04:06 +00:00
"versionType": "semver"
2024-07-15 07:01:32 +00:00
},
{
"version": "6.6.35",
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
2024-11-05 10:04:06 +00:00
"versionType": "semver"
2024-07-15 07:01:32 +00:00
},
{
"version": "6.9.6",
"lessThanOrEqual": "6.9.*",
"status": "unaffected",
2024-11-05 10:04:06 +00:00
"versionType": "semver"
2024-07-15 07:01:32 +00:00
},
{
"version": "6.10",
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/b6e5e696435832b33e40775f060ef5c95f4fda1f",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/b6e5e696435832b33e40775f060ef5c95f4fda1f"
},
{
"url": "https://git.kernel.org/stable/c/cc30d05b34f9a087a6928d09b131f7b491e9ab11",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/cc30d05b34f9a087a6928d09b131f7b491e9ab11"
},
{
"url": "https://git.kernel.org/stable/c/c7618c7b0b8c45bcef34410cc1d1e953eb17f8f6",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/c7618c7b0b8c45bcef34410cc1d1e953eb17f8f6"
},
{
"url": "https://git.kernel.org/stable/c/88da52ccd66e65f2e63a6c35c9dff55d448ef4dc",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/88da52ccd66e65f2e63a6c35c9dff55d448ef4dc"
}
]
},
"generator": {
2024-11-05 10:04:06 +00:00
"engine": "bippy-9e1c9544281a"
2024-07-12 13:01:37 +00:00
}
}