CVE-2024-42320
Published: Aug 17, 2024
Modified: May 23, 2026
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 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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected a91ff09d39f9b6545254839ac91f1ff7bd21d39e - < cc8b7284d5076722e0b8062373b68d8e47c3baceaffected a91ff09d39f9b6545254839ac91f1ff7bd21d39e - < e511167e65d332d07b3c7a3d5a741ee9c19a8c27affected a91ff09d39f9b6545254839ac91f1ff7bd21d39e - < 68d4c3722290ad300c295fb3435e835d200d5cb2affected a91ff09d39f9b6545254839ac91f1ff7bd21d39e - < 8e64d2356cbc800b4cd0e3e614797f76bcf0cdb8affected 932600a295cc299d470ca7f5d6491bd0dfc99ea7+1 more versions |
Linux | Linux | affected 6.1unaffected 0 - < 6.1unaffected 6.1.103 - <= 6.1.*unaffected 6.6.44 - <= 6.6.*unaffected 6.10.3 - <= 6.10.*+1 more versions |
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now