IT

Tracker / CVE-2023-53436

CVE-2023-53436

Medium 5.5

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: Fix possible memory leak if device_add() fails If device_add() returns error, the name allocated by dev_set_name() needs be freed. As the comment of device_add() says, put_device() should be used to give up the reference in the error path. So fix this by calling put_device(), then the name can be freed in kobject_cleanp().

Affected products and versions

linux linux_kernel
linux linux_kernel · 4.15 → 4.19.292
linux linux_kernel · 4.2 → 4.14.323
linux linux_kernel · 4.20 → 5.4.254
linux linux_kernel · 5.11 → 5.15.127
linux linux_kernel · 5.16 → 6.1.46
linux linux_kernel · 5.5 → 5.10.191
linux linux_kernel · 6.2 → 6.4.11

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References