Bug 2395689 (CVE-2023-53267) - CVE-2023-53267 kernel: driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event()
Summary: CVE-2023-53267 kernel: driver: soc: xilinx: fix memory leak in xlnx_add_cb_fo...
Keywords:
Status: NEW
Alias: CVE-2023-53267
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-16 09:03 UTC by OSIDB Bzimport
Modified: 2025-11-26 09:30 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-16 09:03:44 UTC
In the Linux kernel, the following vulnerability has been resolved:

driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event()

The kfree() should be called when memory fails to be allocated for
cb_data in xlnx_add_cb_for_notify_event(), otherwise there will be
a memory leak, so add kfree() to fix it.


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