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
Configurations
Configuration 1 (hide)
|
History
02 Feb 2025, 11:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
14 Dec 2024, 21:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
Information
Published : 2024-08-26 12:15
Updated : 2025-02-02 11:15
NVD link : CVE-2024-44940
Mitre link : CVE-2024-44940
CVE.ORG link : CVE-2024-44940
JSON object : View
Products Affected
linux
- linux_kernel
CWE