Security Advisory

CVE-2023-53267

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-09-16 08:06:57
Last updated 2026-05-11 19:41:36
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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.