CVE Published: 01/05/2024 |
CVE Updated: 06/11/2024 |
CVE Year: 2024 Source: Linux |
Vendor: Linux |
Product: Linux Status : PUBLISHED
CVE-2024-27054 Description
In the Linux kernel, the following vulnerability has been resolved:
s390/dasd: fix double module refcount decrement
Once the discipline is associated with the device, deleting the device
takes care of decrementing the module\'s refcount. Doing it manually on
this error path causes refcount to artificially decrease on each error
while it should just stay the same.