CVE-2026-31472

Source
https://cve.org/CVERecord?id=CVE-2026-31472
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-31472.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-31472
Downstream
Published
2026-04-22T13:54:00.281Z
Modified
2026-07-08T08:00:03.741329903Z
Summary
xfrm: iptfs: validate inner IPv4 header length in IPTFS payload
Details

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 _inputprocesspayload(). A crafted ESP packet containing an inner IPv4 header with totlen=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 totlen < ihl4 or ihl4 < sizeof(struct iphdr), which catches both the totlen=0 case and malformed ihl values. The normal IP stack performs this validation in iprcvcore(), but IPTFS extracts and processes inner packets before they reach that layer.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/31xxx/CVE-2026-31472.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
6c82d2433671819a550227bf65bfb6043e3d3305
Fixed
de6d8e8ce5187f7402c9859b443355e7120c5f09
Fixed
3db7d4f777a00164582061ccaa99569cd85011a3
Fixed
0d10393d5eac33cbd92f7a41fddca12c41d3cb7e

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-31472.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.14.0
Fixed
6.18.21
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.11

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-31472.json"