CVE-2023-53724

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
22/10/2025
Last modified:
15/04/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read()<br /> <br /> `req` is allocated in pcf50633_adc_async_read(), but<br /> adc_enqueue_request() could fail to insert the `req` into queue.<br /> We need to check the return value and free it in the case of failure.

Impact