THREAT OPS › Threat News › [NVD] CVE-2026-46305 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved:
staging: rtl8723bs: os_dep: avoid NULL pointer dereference in rtw_cbuf_alloc
The return value of kzalloc_flex() is used without
ensuring that the allocation succeeded, and the
pointer is dereferenced unconditio
[NVD] CVE-2026-46305 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: os_dep: avoid NULL pointer dereference in rtw_cbuf_alloc The return value of kzalloc_flex() is used without ensuring that the allocation succeeded, and the pointer is dereferenced unconditio
CVE-2026-46305 CVSS: 5.5 MEDIUM Published: 2026-06-08T17:16:49.253
In the Linux kernel, the following vulnerability has been resolved:
staging: rtl8723bs: os_dep: avoid NULL pointer dereference in rtw_cbuf_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
Indicators of compromise
- CVE-2026-46305cve
Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-46305