2024-02-01 10:00:31 +00:00
{
2024-04-17 09:00:33 +00:00
"data_version" : "4.0" ,
2024-02-01 10:00:31 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2024-24856" ,
2024-04-17 09:00:33 +00:00
"ASSIGNER" : "security@openanolis.org" ,
"STATE" : "PUBLIC"
2024-02-01 10:00:31 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-04-17 09:00:33 +00:00
"value" : "The memory allocation function ACPI_ALLOCATE_ZEROED does not guarantee a\nsuccessful allocation, but the subsequent code directly dereferences the\npointer that receives it, which may lead to null pointer dereference.\n\nTo fix this issue, a null pointer check should be added. If it is null, \nreturn exception code AE_NO_MEMORY.\n\n"
}
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-476 NULL Pointer Dereference" ,
"cweId" : "CWE-476"
}
]
}
]
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "Linux" ,
"product" : {
"product_data" : [
{
"product_name" : "Linux kernel" ,
"version" : {
"version_data" : [
{
"version_affected" : "<" ,
"version_name" : "v4.4" ,
"version_value" : "v6.9"
}
]
}
}
]
}
}
]
}
} ,
"references" : {
"reference_data" : [
{
"url" : "https://bugzilla.openanolis.cn/show_bug.cgi?id=8764" ,
"refsource" : "MISC" ,
"name" : "https://bugzilla.openanolis.cn/show_bug.cgi?id=8764"
}
]
} ,
"generator" : {
"engine" : "Vulnogram 0.1.0-dev"
} ,
"source" : {
"discovery" : "UNKNOWN"
} ,
"solution" : [
{
"lang" : "en" ,
"supportingMedia" : [
{
"base64" : false ,
"type" : "text/html" ,
"value" : "<a target=\"_blank\" rel=\"nofollow\" href=\"https://github.com/acpica/acpica/pull/946/commits/4d4547cf13cca820ff7e0f859ba83e1a610b9fd0\">https://github.com/acpica/acpica/pull/946/commits/4d4547cf13cca820ff7e0f859ba83e1a610b9fd0</a><br>"
}
] ,
"value" : " https://github.com/acpica/acpica/pull/946/commits/4d4547cf13cca820ff7e0f859ba83e1a610b9fd0 \n"
}
] ,
"credits" : [
{
"lang" : "en" ,
"value" : "\u767d\u5bb6\u9a79 <baijiaju@buaa.edu.cn>"
} ,
{
"lang" : "en" ,
"value" : "\u5218\u6000\u8fdc <qq810974084@gmail.com>"
}
] ,
"impact" : {
"cvss" : [
{
"attackComplexity" : "HIGH" ,
"attackVector" : "LOCAL" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 5.3 ,
"baseSeverity" : "MEDIUM" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"privilegesRequired" : "LOW" ,
"scope" : "CHANGED" ,
"userInteraction" : "REQUIRED" ,
"vectorString" : "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:N/A:H" ,
"version" : "3.1"
2024-02-01 10:00:31 +00:00
}
]
}
}