CVE-2022-48636

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-48636
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48636.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-48636
Downstream
Related
Published
2024-04-28T13:15:06Z
Modified
2025-08-09T20:01:28Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

s390/dasd: fix Oops in dasdaliasgetstartdev due to missing pavgroup

Fix Oops in dasdaliasgetstartdev() function caused by the pavgroup pointer being NULL.

The pavgroup pointer is checked on the entrance of the function but without the lcu->lock being held. Therefore there is a race window between dasdaliasgetstartdev() and lcuupdate() which sets pavgroup to NULL with the lcu->lock held.

Fix by checking the pavgroup pointer with lcu->lock held.

References

Affected packages