VYPR
Medium severity5.5NVD Advisory· Published Oct 7, 2025· Updated Jun 17, 2026

CVE-2022-50547

CVE-2022-50547

Description

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().

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

4
  • Linux/Kernel3 versions
    cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*+ 2 more
    • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*range: >=3.10,<4.9.337
    • (no CPE)
    • (no CPE)range: 3.10
  • osv-coords
    Range: >= 3.10.0, < 4.9.337

Patches

Vulnerability mechanics

References

9

News mentions

0

No linked articles in our index yet.