CVE-2026-45846 PUBLISHED

bareudp: fix NULL pointer dereference in bareudp_fill_metadata_dst()

Assigner: Linux
Reserved: 13.05.2026 Published: 27.05.2026 Updated: 27.05.2026

In the Linux kernel, the following vulnerability has been resolved:

bareudp: fix NULL pointer dereference in bareudp_fill_metadata_dst()

bareudp_fill_metadata_dst() passes bareudp->sock to udp_tunnel6_dst_lookup() in the IPv6 path without a NULL check. The socket is only created in bareudp_open() and NULLed in bareudp_stop(), so calling this function while the device is down triggers a NULL dereference via sock->sk.

BUG: kernel NULL pointer dereference, address: 0000000000000018 RIP: 0010:udp_tunnel6_dst_lookup (net/ipv6/ip6_udp_tunnel.c:160) Call Trace: <TASK> bareudp_fill_metadata_dst (drivers/net/bareudp.c:532) do_execute_actions (net/openvswitch/actions.c:901) ovs_execute_actions (net/openvswitch/actions.c:1589) ovs_packet_cmd_execute (net/openvswitch/datapath.c:700) genl_family_rcv_msg_doit (net/netlink/genetlink.c:1114) genl_rcv_msg (net/netlink/genetlink.c:1209) netlink_rcv_skb (net/netlink/af_netlink.c:2550) </TASK>

Add a NULL check returning -ESHUTDOWN, consistent with the xmit paths in the same driver.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 571912c69f0ed731bd1e071ade9dc7ca4aa52065 to a0f4e4e8e0f5e24ddd83e3d1221732621cf34636 (excl.)
  • affected from 571912c69f0ed731bd1e071ade9dc7ca4aa52065 to 35a115a204be08f97450b0389413e218268ef4a2 (excl.)
  • affected from 571912c69f0ed731bd1e071ade9dc7ca4aa52065 to 74a02921c48fcd35a7881956c9e5c52b86595f5d (excl.)
  • affected from 571912c69f0ed731bd1e071ade9dc7ca4aa52065 to 638905520fc4fae6a80991563f264131545ba3df (excl.)
  • affected from 571912c69f0ed731bd1e071ade9dc7ca4aa52065 to aa6c6d9ee064aabfede4402fd1283424e649ca19 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 5.7 is affected
  • unaffected from 0 to 5.7 (excl.)
  • unaffected from 6.6.141 to 6.6.* (incl.)
  • unaffected from 6.12.91 to 6.12.* (incl.)
  • unaffected from 6.18.33 to 6.18.* (incl.)
  • unaffected from 7.0.10 to 7.0.* (incl.)
  • unaffected from 7.1-rc2 to * (incl.)

References