VDB
DEBIAN-CVE-2023-52652
DEBIAN-CVE-2023-52652
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: NTB: fix possible name leak in ntb_register_device() If device_register() fails in ntb_register_device(), the device name allocated by dev_set_name() should be freed. As per the comment in device_register(), callers should use put_device() to give up the reference in the error path. So fix this by calling put_device() in the error path so that the name can be freed in kobject_cleanup(). As a result of this, put_device() in the error path of ntb_register_device() is removed and the actual error is returned. [mani: reworded commit message]
Risk Scores
CVSS v3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:14 | linux | 0, 0, 0 |
| Debian:12 | linux | 0, 6.1.27-1, 6.1.37-1 |
| Debian:13 | linux | 0, 0, 0 |
| Debian:11 | linux | 0, 5.10.103-1, 5.10.106-1 |
Timeline
- May 1, 2024 CVE Published
- Apr 28, 2026 CVE Updated