CVE-2023-53779

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
09/12/2025
Last modified:
09/12/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> mfd: dln2: Fix memory leak in dln2_probe()<br /> <br /> When dln2_setup_rx_urbs() in dln2_probe() fails, error out_free forgets<br /> to call usb_put_dev() to decrease the refcount of dln2-&gt;usb_dev.<br /> <br /> Fix this by adding usb_put_dev() in the error handling code of<br /> dln2_probe().

Impact