CVE-2026-45977
In the Linux kernel fbnic subsystem, CVE-2026-45977 describes a race between the teardown path and fw_log writes. fw_log is written by fbnic_fw_log_write() and may be accessed from the mailbox handler fbnic_fw_msix_intr(), but the log is freed during IRQ/MBX teardown, creating a potential data ra...