netfilter: socket: Lookup orig tuple for IPv6 SNAT
Summary
| CVE | CVE-2025-22021 |
|---|---|
| State | PUBLISHED |
| Assigner | Linux |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2025-04-16 11:15:42 UTC |
| Updated | 2026-07-30 06:22:03 UTC |
| 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. |
Risk And Classification
Primary CVSS: v3.1 5.5 MEDIUM from [email protected]
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Problem Types: NVD-CWE-noinfo
| Version | Source | Type | Score | Severity | Vector |
|---|---|---|---|---|---|
| 3.1 | [email protected] | Primary | 5.5 | MEDIUM | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| 3.1 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | Secondary | 10 | CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H |
| 3.1 | CNA | DECLARED | 10 | CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H |
CVSS v3.1 Breakdown
Attack Vector
LocalAttack Complexity
LowPrivileges Required
LowUser Interaction
NoneScope
UnchangedConfidentiality
NoneIntegrity
NoneAvailability
HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
NVD Known Affected Configurations (CPE 2.3)
| Type | Vendor | Product | Version | Update | Edition | Language |
|---|---|---|---|---|---|---|
| Operating System | Linux | Linux Kernel | All | All | All | All |
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | Linux | Linux | affected eb31628e37a0a4e01fffd79dcc7f815d2357f53a 6488b96a79a26e19100ad872622f04e93b638d7f git | Not specified |
| CNA | Linux | Linux | affected eb31628e37a0a4e01fffd79dcc7f815d2357f53a 58ab63d3ded2ca6141357a2b24eee8453d0f871d git | Not specified |
| CNA | Linux | Linux | affected eb31628e37a0a4e01fffd79dcc7f815d2357f53a 1ca2169cc19dca893c7aae6af122852097435d16 git | Not specified |
| CNA | Linux | Linux | affected eb31628e37a0a4e01fffd79dcc7f815d2357f53a 1ec43100f7123010730b7ddfc3d5c2eac19e70e7 git | Not specified |
| CNA | Linux | Linux | affected eb31628e37a0a4e01fffd79dcc7f815d2357f53a 5251041573850e5020cd447374e23010be698898 git | Not specified |
| CNA | Linux | Linux | affected eb31628e37a0a4e01fffd79dcc7f815d2357f53a 2bb139e483f8cbe488d19d8c1135ac3615e2668c git | Not specified |
| CNA | Linux | Linux | affected eb31628e37a0a4e01fffd79dcc7f815d2357f53a 41904cbb343d115931d6bf79aa2c815cac4ef72b git | Not specified |
| CNA | Linux | Linux | affected eb31628e37a0a4e01fffd79dcc7f815d2357f53a 221c27259324ec1404f028d4f5a0f2ae7f63ee23 git | Not specified |
| CNA | Linux | Linux | affected eb31628e37a0a4e01fffd79dcc7f815d2357f53a 932b32ffd7604fb00b5c57e239a3cc4d901ccf6e git | Not specified |
| CNA | Linux | Linux | affected 3.13 | Not specified |
| CNA | Linux | Linux | unaffected 3.13 semver | Not specified |
| CNA | Linux | Linux | unaffected 5.4.292 5.4.* semver | Not specified |
| CNA | Linux | Linux | unaffected 5.10.236 5.10.* semver | Not specified |
| CNA | Linux | Linux | unaffected 5.15.180 5.15.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.1.133 6.1.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.6.86 6.6.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.12.22 6.12.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.13.10 6.13.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.14.1 6.14.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.15 * original_commit_for_fix | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| lists.debian.org/debian-lts-announce/2025/05/msg00030.html | af854a3a-2127-422b-91ae-364da2661108 | lists.debian.org | |
| git.kernel.org/stable/c/5251041573850e5020cd447374e23010be698898 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| git.kernel.org/stable/c/41904cbb343d115931d6bf79aa2c815cac4ef72b | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| git.kernel.org/stable/c/1ec43100f7123010730b7ddfc3d5c2eac19e70e7 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| git.kernel.org/stable/c/2bb139e483f8cbe488d19d8c1135ac3615e2668c | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| git.kernel.org/stable/c/1ca2169cc19dca893c7aae6af122852097435d16 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| git.kernel.org/stable/c/6488b96a79a26e19100ad872622f04e93b638d7f | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| git.kernel.org/stable/c/58ab63d3ded2ca6141357a2b24eee8453d0f871d | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| git.kernel.org/stable/c/221c27259324ec1404f028d4f5a0f2ae7f63ee23 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| lists.debian.org/debian-lts-announce/2025/05/msg00045.html | af854a3a-2127-422b-91ae-364da2661108 | lists.debian.org | |
| git.kernel.org/stable/c/932b32ffd7604fb00b5c57e239a3cc4d901ccf6e | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | Patch |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.