| Summary | In the Linux kernel, the following vulnerability has been resolved: blk-wbt: remove WARN_ON_ONCE from wbt_init_enable_default() wbt_init_enable_default() uses WARN_ON_ONCE to check for failures from - wbt_alloc() can return NULL under memory pressure (-ENOMEM) syzbot triggers this by injecting memory allocation failures during MTD wbt_init_enable_default() is a best-effort initialization called from Replace WARN_ON_ONCE with plain if-checks, consistent with how |
|---|---|
| Publication Date | June 27, 2026, 5:17 a.m. |
| Registration Date | June 29, 2026, 4:16 a.m. |
| Last Update | June 27, 2026, 5:17 a.m. |