3 matches found
EUVD-2026-38898
In the Linux kernel, the following vulnerability has been resolved: i3c: master: renesas: Fix memory leak in renesasi3ci3cxfers The xfer structure allocated by renesasi3callocxfer was never freed in the renesasi3ci3cxfers function. Use the freekfree cleanup attribute to automatically free the...
CVE-2026-53030
CVE-2026-53030 : In the Linux kernel, a memory leak fix was applied to the i3c master Renesas driver. The xfer structure allocated by renesas_i3c_alloc_xfer() was not freed in renesas_i3c_i3c_xfers() . The patch uses the cleanup attribute to automatically free the memory when the variable goes ou...
Linux Distros Unpatched Vulnerability : CVE-2026-45863
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - i3c: dw: Fix memory leak in dwi3cmasteri2cxfers The dwi3cmasteri2cxfers function allocates memory for the xfer structure using dwi3cmasterallocxfer. If...