Bug 2492417 (CVE-2026-53030) - CVE-2026-53030 kernel: i3c: master: renesas: Fix memory leak in renesas_i3c_i3c_xfers()
Summary: CVE-2026-53030 kernel: i3c: master: renesas: Fix memory leak in renesas_i3c_i...
Keywords:
Status: NEW
Alias: CVE-2026-53030
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-24 18:11 UTC by OSIDB Bzimport
Modified: 2026-06-26 12:17 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-24 18:11:02 UTC
In the Linux kernel, the following vulnerability has been resolved:

i3c: master: renesas: Fix memory leak in renesas_i3c_i3c_xfers()

The xfer structure allocated by renesas_i3c_alloc_xfer() was never freed
in the renesas_i3c_i3c_xfers() function. Use the __free(kfree) cleanup
attribute to automatically free the memory when the variable goes out of
scope.

Comment 1 Mauro Matteo Cascella 2026-06-26 12:08:31 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026062454-CVE-2026-53030-c7d3@gregkh/T


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