CVE-2022-49915
Last modified
CVE-2022-49915 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible memory leak in mISDN_register_device() Afer commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is allocated dynamically, add put_device() to give up the reference, so that the name can be freed in kobject_cleanup() when the refcount is 0. Set device class before put_device() to avoid null release() function WARN message in device_release().. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible memory leak in mISDN_register_device() Afer commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is allocated dynamically, add put_device() to give up the reference, so that the name can be freed in kobject_cleanup() when the refcount is 0. Set device class before put_device() to avoid null release() function WARN message in device_release().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.30, < 4.9.333 | — |
| Linux | Linux Kernel | >= 4.10, < 4.14.299 | — |
| Linux | Linux Kernel | >= 4.15, < 4.19.265 | — |
| Linux | Linux Kernel | >= 4.20, < 5.4.224 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.154 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.78 | — |
| Linux | Linux Kernel | >= 5.16, < 6.0.8 | — |
| Linux | Linux Kernel | 6.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-49915?
How severe is CVE-2022-49915?
How do I fix CVE-2022-49915?
Are you affected by CVE-2022-49915?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
