cvelist/2024/47xxx/CVE-2024-47722.json
2024-10-21 13:00:37 +00:00

157 lines
8.2 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-47722",
"ASSIGNER": "cve@kernel.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nxen: use correct end address of kernel for conflict checking\n\nWhen running as a Xen PV dom0 the kernel is loaded by the hypervisor\nusing a different memory map than that of the host. In order to\nminimize the required changes in the kernel, the kernel adapts its\nmemory map to that of the host. In order to do that it is checking\nfor conflicts of its load address with the host memory map.\n\nUnfortunately the tested memory range does not include the .brk\narea, which might result in crashes or memory corruption when this\narea does conflict with the memory map of the host.\n\nFix the test by using the _end label instead of __bss_stop."
}
]
},
"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": "808fdb71936c",
"version_value": "cb9134aa0998"
},
{
"version_value": "not down converted",
"x_cve_json_5_version_data": {
"versions": [
{
"version": "4.3",
"status": "affected"
},
{
"version": "0",
"lessThan": "4.3",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "5.10.227",
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "5.15.168",
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.1.113",
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.6.54",
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.10.13",
"lessThanOrEqual": "6.10.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.11.2",
"lessThanOrEqual": "6.11.*",
"status": "unaffected",
"versionType": "custom"
},
{
"version": "6.12-rc1",
"lessThanOrEqual": "*",
"status": "unaffected",
"versionType": "original_commit_for_fix"
}
],
"defaultStatus": "affected"
}
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://git.kernel.org/stable/c/cb9134aa0998304a8521eafebe5ee486038698b3",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/cb9134aa0998304a8521eafebe5ee486038698b3"
},
{
"url": "https://git.kernel.org/stable/c/ed3e8cc9159ae956fb0ac858496f66c803d5bbc8",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/ed3e8cc9159ae956fb0ac858496f66c803d5bbc8"
},
{
"url": "https://git.kernel.org/stable/c/6434af166441a998644ce961a630948ed5b986ba",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/6434af166441a998644ce961a630948ed5b986ba"
},
{
"url": "https://git.kernel.org/stable/c/cafeba3c2a1f015e26feb5629ae696e84cfb5ec9",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/cafeba3c2a1f015e26feb5629ae696e84cfb5ec9"
},
{
"url": "https://git.kernel.org/stable/c/aee96b588070609dbce40e80899019a6d264069f",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/aee96b588070609dbce40e80899019a6d264069f"
},
{
"url": "https://git.kernel.org/stable/c/d9ab6bb136adacc3c25de2032baf89bbad6ca7f8",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/d9ab6bb136adacc3c25de2032baf89bbad6ca7f8"
},
{
"url": "https://git.kernel.org/stable/c/fac1bceeeb04886fc2ee952672e6e6c85ce41dca",
"refsource": "MISC",
"name": "https://git.kernel.org/stable/c/fac1bceeeb04886fc2ee952672e6e6c85ce41dca"
}
]
},
"generator": {
"engine": "bippy-c9c4e1df01b2"
}
}