Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-64009

33
FAUCET Score

In the Linux kernel, the following vulnerability has been resolved: xfrm: Check for underflow in xfrm_state_mtu Leo Lin reported OOB write issue in esp component: xfrm_state_mtu() returns u32 but performs its arithmetic in unsigned modulo-2^32 space using an attacker-influenced "header_len + authsize + net_adj" subtracted from a small "mtu" argument. A nobody user can install an IPv4 ESP tunnel SA with a large authentication key (XFRMA_ALG_AUTH_TRUNC, e.g. hmac(sha512), 64-byte key, 64-byte trunc), configure a small interface MTU (68 bytes), and set XFRMA_TFCPAD to a large value. When a single UDP datagram is then sent through the tunnel, xfrm_state_mtu() underflows to a near-2^32 value, and esp_output() consumes it as a signed int via: padto = min(x->tfcpad, xfrm_state_mtu(x, mtu_cached)) esp.tfclen = padto - skb->len (assigned to int) esp.tfclen ends up negative (e.g. -207). It is sign-extended to size_t when passed to memset() inside esp_output_fill_trailer(), producing a ~16 EB write of zeroes at skb_tail_pointer(skb). KASAN logs it as "Write of size 18446744073709551537 at addr ffff888...". Check for underflow and return 1. This causes the sendmsg attempt to fail with ENETUNREACH.

First published: Jul 19, 2026Last modified: Jul 20, 2026

Impacted Technologies

VendorProductVersion(s)CPE
LinuxLinux
2.6.22CNA affecteddefault affected
LinuxLinux
>= c5c2523893747f88a83376abad310c8ad13f7197, < 1021d2877b689a648b27815c854557a917122e93, >= c5c2523893747f88a83376abad310c8ad13f7197, < 2a41b1b31c61c52b972278ce1732a1443f5e89ed, >= c5c2523893747f88a83376abad310c8ad13f7197, < 3db50ceeacb52806d8fe86fb1dfe944df0b9f789, >= c5c2523893747f88a83376abad310c8ad13f7197, < 742b04d0550b0ec89dcbc99537ec88653bd1ad90, >= c5c2523893747f88a83376abad310c8ad13f7197, < 8014f70c4e6e5ab101ae3860a614e65e988372e3, >= c5c2523893747f88a83376abad310c8ad13f7197, < 820e501be8aee4b365d218d83227b314309c5fda, >= c5c2523893747f88a83376abad310c8ad13f7197, < 82ac903e0b519849647657b8c48d21237ada06a2, >= c5c2523893747f88a83376abad310c8ad13f7197, < fccd685b32df5aaf6bad4381eeda216468e283f0CNA affecteddefault unaffected

CVSS Data

CVSS version used by this source: 3.1

7.8HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
1.8
Impact Score
5.9
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.14%
Probability of exploitation in next 30 days
EPSS Percentile
4.1%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0014 is in the 18th percentile among its peer group of 17,070 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.2 Bluesky, 0.1 Mastodon, and 0.2 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.3 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (4)

ubuntupatch availablevia ubuntu_usn
Product: linux-ibm (resolute)Fixed in: 7.0.0-1010.10
ubuntupatch availablevia ubuntu_usn
Product: linux-oracle (resolute)Fixed in: 7.0.0-1008.8
ubuntupatch availablevia ubuntu_usn
Product: linux-azure (resolute)Fixed in: 7.0.0-1010.10
ubuntupatch availablevia ubuntu_usn
Product: linux-azure-fde (resolute)Fixed in: 7.0.0-1009.9

Vendor Advisories (2)

ubuntuUSN-8603-1

Linux kernel (Azure) vulnerabilities

Jul 24, 2026
ubuntuUSN-8593-1

Linux kernel vulnerabilities

Jul 23, 2026

References

git.kernel.org / stable/c/1021d2877b689a648b27815c854557a917122e93
git.kernel.org / stable/c/2a41b1b31c61c52b972278ce1732a1443f5e89ed
git.kernel.org / stable/c/3db50ceeacb52806d8fe86fb1dfe944df0b9f789
git.kernel.org / stable/c/742b04d0550b0ec89dcbc99537ec88653bd1ad90
git.kernel.org / stable/c/8014f70c4e6e5ab101ae3860a614e65e988372e3
git.kernel.org / stable/c/820e501be8aee4b365d218d83227b314309c5fda
git.kernel.org / stable/c/82ac903e0b519849647657b8c48d21237ada06a2
git.kernel.org / stable/c/fccd685b32df5aaf6bad4381eeda216468e283f0