Vulnerability Description
The memory allocation function ACPI_ALLOCATE_ZEROED does not guarantee a successful allocation, but the subsequent code directly dereferences the pointer that receives it, which may lead to null pointer dereference. To fix this issue, a null pointer check should be added. If it is null, return exception code AE_NO_MEMORY.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://bugzilla.openanolis.cn/show_bug.cgi?id=8764
- https://bugzilla.openanolis.cn/show_bug.cgi?id=8764
FAQ
What is CVE-2024-24856?
CVE-2024-24856 is a vulnerability with a CVSS score of 5.3 (MEDIUM). The memory allocation function ACPI_ALLOCATE_ZEROED does not guarantee a successful allocation, but the subsequent code directly dereferences the pointer that receives it, which may lead to null point...
How severe is CVE-2024-24856?
CVE-2024-24856 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-24856?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.