U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

CVE-2025-22021 Detail

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: socket: Lookup orig tuple for IPv6 SNAT 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.


Metrics

NVD enrichment efforts reference publicly available information to associate vector strings. CVSS information contributed by other sources is also displayed.
CVSS 4.0 Severity and Vector Strings:

NIST CVSS score
NIST: NVD
N/A
NVD assessment not yet provided.

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving NIST webspace. We have provided these links to other web sites because they may have information that would be of interest to you. No inferences should be drawn on account of other sites being referenced, or not, from this page. There may be other web sites that are more appropriate for your purpose. NIST does not necessarily endorse the views expressed, or concur with the facts presented on these sites. Further, NIST does not endorse any commercial products that may be mentioned on these sites. Please address comments about this page to [email protected].

URL Source(s) Tag(s)
https://git.kernel.org/stable/c/1ca2169cc19dca893c7aae6af122852097435d16 kernel.org
https://git.kernel.org/stable/c/1ec43100f7123010730b7ddfc3d5c2eac19e70e7 kernel.org
https://git.kernel.org/stable/c/221c27259324ec1404f028d4f5a0f2ae7f63ee23 kernel.org
https://git.kernel.org/stable/c/2bb139e483f8cbe488d19d8c1135ac3615e2668c kernel.org
https://git.kernel.org/stable/c/41904cbb343d115931d6bf79aa2c815cac4ef72b kernel.org
https://git.kernel.org/stable/c/5251041573850e5020cd447374e23010be698898 kernel.org
https://git.kernel.org/stable/c/58ab63d3ded2ca6141357a2b24eee8453d0f871d kernel.org
https://git.kernel.org/stable/c/6488b96a79a26e19100ad872622f04e93b638d7f kernel.org
https://git.kernel.org/stable/c/932b32ffd7604fb00b5c57e239a3cc4d901ccf6e kernel.org

Weakness Enumeration

CWE-ID CWE Name Source

Change History

1 change records found show changes

Quick Info

CVE Dictionary Entry:
CVE-2025-22021
NVD Published Date:
04/16/2025
NVD Last Modified:
04/16/2025
Source:
kernel.org