Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-42320
HistoryAug 17, 2024 - 9:09 a.m.

CVE-2024-42320 s390/dasd: fix error checks in dasd_copy_pair_store()

2024-08-1709:09:32
Linux
github.com
1
linux kernel
s390/dasd
error checks

AI Score

6.9

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

6.9

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-42320