Lucene search

K
osvGoogleOSV:CVE-2021-47480
HistoryMay 22, 2024 - 9:15 a.m.

CVE-2021-47480

2024-05-2209:15:00
Google
osv.dev
3
cve-2021-47480
vulnerability
linux kernel
scsi device
lld module
kernel panic
page fault
software

AI Score

6.5

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Put LLD module refcnt after SCSI device is released SCSI host release is triggered when SCSI device is freed. We have to make sure that the low-level device driver module won’t be unloaded before SCSI host instance is released because shost->hostt is required in the release handler. Make sure to put LLD module refcnt after SCSI device is released. Fixes a kernel panic of ‘BUG: unable to handle page fault for address’ reported by Changhui and Yi.

AI Score

6.5

Confidence

Low