Bugzilla – Bug 1220645
VUL-0: CVE-2021-46949: kernel: sfc: farch: fix TX queue lookup in TX flush done handling
Last modified: 2024-06-07 12:14:29 UTC
In the Linux kernel, the following vulnerability has been resolved: sfc: farch: fix TX queue lookup in TX flush done handling We're starting from a TXQ instance number ('qid'), not a TXQ type, so efx_get_tx_queue() is inappropriate (and could return NULL, leading to panics). References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-46949 https://www.cve.org/CVERecord?id=CVE-2021-46949 https://bugzilla.redhat.com/show_bug.cgi?id=2266477 https://lore.kernel.org/linux-cve-announce/20240227184057.2368370-14-gregkh@linuxfoundation.org/T/#u Patch: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=5b1faa92289b
Closing since all code streams are already patched or not affected.
All done, closing.