CVE-2024-46861 kernel: usbnet: ipheth: do not stop RX on failing RX callback
— Fixes: a2d274c62e44 ("usbnet: ipheth: add CDC NCM support")
Reason: dev->rcvbulk_callback() was added in the broken commit, and the
CVE fix is to remove the return statement on failure.
Note: The CVE fix is preventing driver to stop on non-critical failures
-- I think this shouldn't be a CVE
It's it a denial of service if the driver does not work for normal
issues that can be triggered?
Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@xxxxxxxxxx>
Thanks for all of these, I'll go apply this now and update the database
entries.
greg k-h