In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
Aug 26, 2024
to the GitHub Advisory Database
•
Updated Feb 2, 2025
Description
Published by the National Vulnerability Database
Aug 26, 2024
Published to the GitHub Advisory Database
Aug 26, 2024
Last updated
Feb 2, 2025
In the Linux kernel, the following vulnerability has been resolved:
fou: remove warn in gue_gro_receive on unsupported protocol
Drop the WARN_ON_ONCE inn gue_gro_receive if the encapsulated type is
not known or does not have a GRO handler.
Such a packet is easily constructed. Syzbot generates them and sets
off this warning.
Remove the warning as it is expected and not actionable.
The warning was previously reduced from WARN_ON to WARN_ON_ONCE in
commit 270136613bf7 ("fou: Do WARN_ON_ONCE in gue_gro_receive for bad
proto callbacks").
References