CyberRota
← Ana sayfaya dön

CVE-2026-46305

UNKNOWN · CVSS N/A EPSS %0.14

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-08T17:16:49.253 · Çekilme zamanı: 2026-06-30T12:13:03.416349+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-46305
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.14
Linux

Orijinal NVD Açıklaması

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 to avoid a potential NULL pointer dereference if the allocation fails.