Vulnerability in Linux
CVE-2024-38554
In the Linux kernel, the following vulnerability has been resolved: ax25: Fix reference count leak issue of net_device There is a reference count leak issue of the object "net_device" in ax25_dev_device_down(). When the ax25 device is shutting down, the ax25_dev_device_down() drops the reference count of net_device one or zero times depending on if we goto unlock_put or not, which will cause memory leak. In order to solve the above issue, decrease the reference count of net_device after dev->ax25_ptr is set to null.
EPSS: 0.002 (14.8th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 6.9.3, 6.6.33, 6.8.12
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2024-38554?
- CVE-2024-38554 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2024-06-19.
- How severe is CVE-2024-38554?
- Medium severity. CVSS v3 base score is 5.5 out of 10.