← Back to CVE List

CVE-2024-27054

Published: 2024-05-01T13:15Z
Last Modified: 2025-04-08T19:43Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt