First published: Thu May 01 2025(Updated: )
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().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49915 is classified as a medium severity vulnerability due to its potential impact on system stability.
To fix CVE-2022-49915, update the Linux kernel to a version that includes the patch for this vulnerability.
CVE-2022-49915 affects certain versions of the Linux kernel.
CVE-2022-49915 potentially exploits a memory leak in the mISDN_register_device function in the Linux kernel.
As of now, there have been no public reports of active exploitation of CVE-2022-49915 in the wild.