CVE-2026-31472

MEDIUM EPSS 2.2%
Published Apr 22, 20262mo ago · Modified Jun 17, 20261w ago
5.5 CVSS 3.1
Medium
Find Similar
Published Apr 22, 2026 2mo ago
Last Modified Jun 17, 2026 1w ago

Description

In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: validate inner IPv4 header length in IPTFS payload Add validation of the inner IPv4 packet tot_len and ihl fields parsed from decrypted IPTFS payloads in __input_process_payload(). A crafted ESP packet containing an inner IPv4 header with tot_len=0 causes an infinite loop: iplen=0 leads to capturelen=min(0, remaining)=0, so the data offset never advances and the while(data < tail) loop never terminates, spinning forever in softirq context. Reject inner IPv4 packets where tot_len < ihl*4 or ihl*4 < sizeof(struct iphdr), which catches both the tot_len=0 case and malformed ihl values. The normal IP stack performs this validation in ip_rcv_core(), but IPTFS extracts and processes inner packets before they reach that layer.

CVSS Details

Base Score
5.5
Exploitability
1.8
Impact
3.6
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
2.2% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-835

Affected Products 10

VendorProductVersionRange
linuxlinux_kernel*≥6.14.1  –  <6.18.21
linuxlinux_kernel*≥6.19  –  <6.19.11
linuxlinux_kernel6.14any
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any

References 3

  • git.kernel.org https://git.kernel.org/stable/c/0d10393d5eac33cbd92f7a41fddca12c41d3cb7e
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/3db7d4f777a00164582061ccaa99569cd85011a3
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/de6d8e8ce5187f7402c9859b443355e7120c5f09
    Patch

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/0d10393d5eac33cbd92f7a41fddca12c41d3cb7e
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/3db7d4f777a00164582061ccaa99569cd85011a3
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/de6d8e8ce5187f7402c9859b443355e7120c5f09
    Patch