In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Oct 14, 2025
to the GitHub Advisory Database
•
Updated Oct 14, 2025
Description
Published by the National Vulnerability Database
Feb 26, 2025
Published to the GitHub Advisory Database
Oct 14, 2025
Last updated
Oct 14, 2025
In the Linux kernel, the following vulnerability has been resolved:
ipv6: fix panic when forwarding a pkt with no in6 dev
kongweibin reported a kernel panic in ip6_forward() when input interface
has no in6 dev associated.
The following tc commands were used to reproduce this panic:
tc qdisc del dev vxlan100 root
tc qdisc add dev vxlan100 root netem corrupt 5%
References