CVE-2023-53330

Publication date

2025-09-16 16:12:06

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: caif: fix memory leak in cfctrl_linkup_request() When linktype is unknown or kzalloc failed in cfctrl_linkup_request(), pkt is not released. Add release process to error path.