Tracker / CVE-2026-31626
CVE-2026-31626
High 7.1
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.
Affected products and versions
| linux | linux_kernel · 4.12 → 6.6.136 |
|---|---|
| linux | linux_kernel · 6.13 → 6.18.24 |
| linux | linux_kernel · 6.19 → 6.19.14 |
| linux | linux_kernel · 6.7 → 6.12.83 |
| linux | linux_kernel · 7.0 → 7.0.1 |
Analysis
This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.