CVE-2023-53332
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
16/09/2025
Last modified:
10/12/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()<br />
<br />
If ipi_send_{mask|single}() is called with an invalid interrupt number, all<br />
the local variables there will be NULL. ipi_send_verify() which is invoked<br />
from these functions does verify its &#39;data&#39; parameter, resulting in a<br />
kernel oops in irq_data_get_affinity_mask() as the passed NULL pointer gets<br />
dereferenced.<br />
<br />
Add a missing NULL pointer check in ipi_send_verify()...<br />
<br />
Found by Linux Verification Center (linuxtesting.org) with the SVACE static<br />
analysis tool.
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:*:*:*:*:*:*:*:* | 4.6 (including) | 6.1.18 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.2.5 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



