Security Advisory

CVE-2023-53724

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-10-22 13:23:54
Last updated 2026-05-11 19:50:37
Assigner Linux
State PUBLISHED

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.