cve/2024/CVE-2024-42320.md
2024-08-17 18:41:15 +00:00

895 B

CVE-2024-42320

Description

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 allocationfails. However, two callsites in dasd_copy_pair_store() do not checkthe result, potentially resulting in a NULL pointer dereference. Fixthis by checking the result with IS_ERR() and returning the error upthe stack.

POC

Reference

No PoCs from references.

Github