Bug 2405755 (CVE-2023-53724) - CVE-2023-53724 kernel: mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read()
Summary: CVE-2023-53724 kernel: mfd: pcf50633-adc: Fix potential memleak in pcf50633_a...
Keywords:
Status: NEW
Alias: CVE-2023-53724
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-22 14:04 UTC by OSIDB Bzimport
Modified: 2025-10-22 17:00 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-22 14:04:44 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.