NONE · 0

CVE-2023-53724

In the Linux kernel, the following vulnerability has been resolved: mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read() `req` is allocated in pcf50633_adc_async_read(), but adc_enq...

Vulnerability Description

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

References

FAQ

What is CVE-2023-53724?

CVE-2023-53724 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read() `req` is allocated in pcf50633_adc_async_read(), but adc_enq...

How severe is CVE-2023-53724?

CVSS scoring is not yet available for CVE-2023-53724. Check NVD for updates.

Is there a patch for CVE-2023-53724?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.