CVE-2024-42320
MEDIUMLinux Kernel 6.1-6.1.102, 6.2-6.6.43, 6.7-6.10.2 - NULL Pointer Dereference in dasd_copy_pair_store()
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix error checks in dasd_copy_pair_store() dasd_add_busid() can return an error via ERR_PTR() if an allocation fails. However, two callsites in dasd_copy_pair_store() do not check the result, potentially resulting in a NULL pointer dereference. Fix this by checking the result with IS_ERR() and returning the error up the stack.
References (5)
Core 5
Core References
Scores
CVSS v3
5.5
EPSS
0.0021
EPSS Percentile
11.1%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
CWE
CWE-476
Status
published
Products (16)
linux/Kernel
6.1.0 - 6.1.103linux
linux/Kernel
6.2.0 - 6.6.44linux
linux/Kernel
6.7.0 - 6.10.3linux
Linux/Linux
< 6.1
Linux/Linux
5.15.153 - 5.16
Linux/Linux
6.1
Linux/Linux
6.1.103 - 6.1.*
Linux/Linux
6.10.3 - 6.10.*
Linux/Linux
6.11
Linux/Linux
6.6.44 - 6.6.*
... and 6 more
Published
Aug 17, 2024
Tracked Since
Feb 18, 2026