CVE-2024-56782
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
08/01/2025
Last modified:
01/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ACPI: x86: Add adev NULL check to acpi_quirk_skip_serdev_enumeration()<br />
<br />
acpi_dev_hid_match() does not check for adev == NULL, dereferencing<br />
it unconditional.<br />
<br />
Add a check for adev being NULL before calling acpi_dev_hid_match().<br />
<br />
At the moment acpi_quirk_skip_serdev_enumeration() is never called with<br />
a controller_parent without an ACPI companion, but better safe than sorry.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.12.5 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



