CyberRota
← Ana sayfaya dön

CVE-2026-31626

HIGH · CVSS 7.1 EPSS %0.03

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-04-24T15:16:41.907 · Çekilme zamanı: 2026-05-24T12:01:07.901489+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-31626
Severity
HIGH
CVSS
7.1
EPSS
%0.03
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: initialize le_tmp64 in rtw_BIP_verify() Initialize le_tmp64 to zero in rtw_BIP_verify() to prevent using uninitialized data. Smatch warns that only 6 bytes are copied to this 8-byte (u64) variable, leaving the last two bytes uninitialized: drivers/staging/rtl8723bs/core/rtw_security.c:1308 rtw_BIP_verify() warn: not copying enough bytes for '&le_tmp64' (8 vs 6 bytes) Initializing the variable at the start of the function fixes this warning and ensures predictable behavior.