In the Linux kernel, the following vulnerability has been resolved: fou: Fix null-ptr-deref in GRO. We observed a null-ptr-deref in fou_gro_receive() while shutting down a host. [0] The NULL poin…
High CVSS 7.5
Summary
In the Linux kernel, the following vulnerability has been resolved: fou: Fix null-ptr-deref in GRO. We observed a null-ptr-deref in fou_gro_receive() while shutting down a host. [0] The NULL pointer is sk->sk_user_data, and the offset 8 is of protocol in struct fou. When fou_release() is called due to netns dismantle or explicit tunnel teardown, udp_tunnel_sock_release() sets NULL to sk->sk_user_data. Then, the tunnel socket is destroyed after a single RCU grace period. So, in-flight udp4…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/1df42be305fe478ded1ee0c1d775f4ece713483b Patch
- https://git.kernel.org/stable/c/231c235d2f7a66f018f172e26ffd47c363f244ef Patch
- https://git.kernel.org/stable/c/4494bccb52ffda22ce5a1163a776d970e6229e08 Patch
- https://git.kernel.org/stable/c/7e4196935069947d8b70b09c1660b67b067e75cb Patch
- https://git.kernel.org/stable/c/c46cd6aaca81040deaea3500ba75126963294bd9 Patch
- https://git.kernel.org/stable/c/d7567f098f54cb53ee3cee1c82e3d0ed9698b6b3 Patch
- https://lists.debian.org/debian-lts-announce/2024/10/msg00003.html
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
Timeline
- nvd_ingest NVD