CVE-2022-49821
MEDIUMLinux Kernel Use-After-Free in mISDN_dsp_element_register
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible memory leak in mISDN_dsp_element_register() Afer commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is allocated dynamically, use put_device() to give up the reference, so that the name can be freed in kobject_cleanup() when the refcount is 0. The 'entry' is going to be freed in mISDN_dsp_dev_release(), so the kfree() is removed. list_del() is called in mISDN_dsp_dev_release(), so it need be initialized.
References (8)
Core 8
Core References
Scores
CVSS v3
5.5
EPSS
0.0016
EPSS Percentile
5.5%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-401
Status
published
Products (27)
linux/Kernel
2.6.30 - 4.9.334linux
linux/Kernel
4.10.0 - 4.14.300linux
linux/Kernel
4.15.0 - 4.19.267linux
linux/Kernel
4.20.0 - 5.4.225linux
linux/Kernel
5.11.0 - 5.15.80linux
linux/Kernel
5.16.0 - 6.0.10linux
linux/Kernel
5.5.0 - 5.10.156linux
Linux/Linux
< 2.6.30
Linux/Linux
1fa5ae857bb14f6046205171d98506d8112dd74e - 083a2c9ef82e184bdf0b9f9a1e5fc38d32afbb47
Linux/Linux
1fa5ae857bb14f6046205171d98506d8112dd74e - 0f2c681900a01e3f23789bca26d88268c3d5b51d
... and 17 more
Published
May 01, 2025
Tracked Since
Feb 18, 2026