Security Advisory

CVE-2026-43225

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-06 11:28:24
Last updated 2026-05-11 22:20:25
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix memory leak on failure path cfg80211_inform_bss_frame() may return NULL on failure. In that case, the allocated buffer 'buf' is not freed and the function returns early, leading to potential memory leak. Fix this by ensuring that 'buf' is freed on both success and failure paths.