linux-stable/net
Maxim Mikityanskiy 58ab63d3de netfilter: socket: Lookup orig tuple for IPv6 SNAT
commit 932b32ffd7 upstream.

nf_sk_lookup_slow_v4 does the conntrack lookup for IPv4 packets to
restore the original 5-tuple in case of SNAT, to be able to find the
right socket (if any). Then socket_match() can correctly check whether
the socket was transparent.

However, the IPv6 counterpart (nf_sk_lookup_slow_v6) lacks this
conntrack lookup, making xt_socket fail to match on the socket when the
packet was SNATed. Add the same logic to nf_sk_lookup_slow_v6.

IPv6 SNAT is used in Kubernetes clusters for pod-to-world packets, as
pods' addresses are in the fd00::/8 ULA subnet and need to be replaced
with the node's external address. Cilium leverages Envoy to enforce L7
policies, and Envoy uses transparent sockets. Cilium inserts an iptables
prerouting rule that matches on `-m socket --transparent` and redirects
the packets to localhost, but it fails to match SNATed IPv6 packets due
to that missing conntrack lookup.

Closes: https://github.com/cilium/cilium/issues/37932
Fixes: eb31628e37 ("netfilter: nf_tables: Add support for IPv6 NAT")
Signed-off-by: Maxim Mikityanskiy <maxim@isovalent.com>
Reviewed-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-04-10 14:30:54 +02:00
..
6lowpan
9p 9p/xen: fix release of IRQ 2024-12-14 19:48:15 +01:00
802 net: 802: LLC+SNAP OID:PID lookup on start of skb data 2025-02-01 18:22:18 +01:00
8021q vlan: fix memory leak in vlan_newlink() 2025-04-10 14:30:48 +02:00
appletalk
atm atm: Fix NULL pointer dereference 2025-04-10 14:30:54 +02:00
ax25
batman-adv batman-adv: Ignore own maximum aggregation size during RX 2025-04-10 14:30:53 +02:00
bluetooth Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE 2025-04-10 14:30:53 +02:00
bpf
bpfilter
bridge net: bridge: xmit: make sure we have at least eth header len bytes 2024-11-17 14:59:37 +01:00
caif
can can: j1939: j1939_sk_send_loop(): fix unable to send messages with data length zero 2025-03-13 12:47:19 +01:00
ceph
core bpf, sockmap: Fix race between element replace and close() 2025-04-10 14:30:53 +02:00
dcb
dccp net: fix data-races around sk->sk_forward_alloc 2025-02-01 18:22:31 +01:00
decnet
dns_resolver
dsa
ethernet
ethtool ethtool: Fix wrong mod state in case of verbose and no_mask bitset 2024-12-14 19:48:20 +01:00
hsr net: hsr: fix fill_frame_info() regression vs VLAN packets 2025-03-13 12:46:58 +01:00
ieee802154 net: ieee802154: do not leave a dangling sk pointer in ieee802154_create() 2024-12-14 19:48:27 +01:00
ife
ipv4 net-timestamp: support TCP GSO case for a few missing flags 2025-03-13 12:47:40 +01:00
ipv6 netfilter: socket: Lookup orig tuple for IPv6 SNAT 2025-04-10 14:30:54 +02:00
iucv
kcm
key
l2tp genetlink: hold RCU in genlmsg_mcast() 2024-11-08 16:21:57 +01:00
l3mdev net: Add l3mdev index to flow struct and avoid oif reset for port devices 2024-10-17 15:08:35 +02:00
lapb
llc llc: do not use skb_get() before dev_queue_xmit() 2025-03-13 12:47:39 +01:00
mac80211 wifi: mac80211: wake the queues in case of failure in resume 2025-01-09 13:25:04 +01:00
mac802154 mac802154: check local interfaces before deleting sdata list 2025-02-01 18:22:28 +01:00
mpls
mptcp mptcp: safety check before fallback 2025-04-10 14:30:50 +02:00
ncsi net/ncsi: wait for the last response to Deselect Package before configuring channel 2025-03-13 12:47:13 +01:00
netfilter netfilter: nft_exthdr: fix offset with ipv4_find_option() 2025-04-10 14:30:49 +02:00
netlabel
netlink netlink: terminate outstanding dump on socket close 2024-12-14 19:47:37 +01:00
netrom netrom: check buffer length before accessing it 2025-01-09 13:25:02 +01:00
nfc NFC: nci: Add bounds checking in nci_hci_create_pipe() 2025-03-13 12:47:12 +01:00
nsh
openvswitch netfilter: conntrack: convert to refcount_t api 2025-04-10 14:30:48 +02:00
packet af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK 2025-01-09 13:25:03 +01:00
phonet
psample
qrtr
rds
rfkill net: rfkill: gpio: Add check for clk_enable() 2024-12-14 19:47:55 +01:00
rose net: rose: lock the socket in rose_bind() 2025-03-13 12:47:05 +01:00
rxrpc
sched net_sched: Prevent creation of classes with TC_H_ROOT 2025-04-10 14:30:49 +02:00
sctp sctp: Fix undefined behavior in left shift operation 2025-04-10 14:30:50 +02:00
smc net/smc: fix data error when recvmsg with MSG_PEEK flag 2025-03-13 12:46:48 +01:00
strparser
sunrpc sunrpc: suppress warnings for unused procfs functions 2025-03-13 12:47:31 +01:00
switchdev
tipc tipc: re-order conditions in tipc_crypto_key_rcv() 2025-03-13 12:47:02 +01:00
tls tls: Fix tls_sw_sendmsg error handling 2025-02-01 18:22:19 +01:00
unix
vmw_vsock vsock: Orphan socket after transport release 2025-03-13 12:47:44 +01:00
wimax
wireless wifi: nl80211: reject cooked mode if it is set along with other flags 2025-03-13 12:47:37 +01:00
x25
xdp
xfrm xfrm_output: Force software GSO only in tunnel mode 2025-04-10 14:30:52 +02:00
compat.c
devres.c
Kconfig
Makefile
socket.c
sysctl_net.c