2 matches found
CVE-2026-98160
The Linux kernel contains a memory corruption vulnerability in the rtl8723bs driver. Specifically, the rtw_sdio_if1_init() function incorrectly uses kfree() to release padapter->HalData, which was originally allocated via vzalloc(). This mismatch in memory deallocation can lead to memory corru...
6AI score
SaveExploits0References8
EUVD-2026-87060
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix mismatched free of HalData in rtwsdioif1init padapter-HalData is allocated via vzalloc, but incorrectly freed using kfree in the rtwsdioif1init error path. Using kfree to release this vmalloc-backed buffer...
6AI score
SaveExploits0References8
20