In the Linux kernel, the following vulnerability has been resolved:
staging: rtl8723bs: osdep: avoid NULL pointer dereference in rtwcbuf_alloc
The return value of kzalloc_flex() is used without ensuring that the allocation succeeded, and the pointer is dereferenced unconditionally.
Guard the access to the allocated structure to avoid a potential NULL pointer dereference if the allocation fails.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46305.json",
"cna_assigner": "Linux"
}