CVE-2022-50547 PUBLISHED CVSS 5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: media: solo6x10: fix possible memory leak in solo_sysfs_init() If device_register() returns error in solo_sysfs_init(), the name allocated by dev_set_name() need be freed. As comment of device_register() says, it should use put_device() to give up the reference in the error path. So fix this by calling put_device(), then the name can be freed in kobject_cleanup().

EPSS 0.03% · 8.2th percentile

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
EPSS Score
0.03%
8.2th percentile

Affected Products

VendorProductVersions
LinuxLinuxdcae5dacbce518513abf7776cb450b7bd95d722b, dcae5dacbce518513abf7776cb450b7bd95d722b, dcae5dacbce518513abf7776cb450b7bd95d722b
linuxlinux_kernel3.10, 3.10, 3.10

Timeline

References

Open in Interactive Console →