PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64009 Linux CVE debrief

A Linux kernel vulnerability, CVE-2026-64009, was found in the xfrm component. The xfrm_state_mtu function returns a u32 value but performs arithmetic in unsigned modulo-2^32 space, leading to potential underflow. An attacker can exploit this by installing an IPv4 ESP tunnel SA with a large authentication key, configuring a small interface MTU, and setting XFRMA_TFCPAD to a large value. When a UDP datagram is sent through the tunnel, xfrm_state_mtu underflows, causing esp_output to consume the value as a signed int, resulting in a large write of zeroes. Linux kernel users, administrators, and developers should be aware of this vulnerability and take necessary actions to mitigate the risk.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-19
Original CVE updated
2026-07-30
Advisory published
2026-07-19
Advisory updated
2026-07-30

Who should care

Linux kernel users, administrators, and developers should be aware of this vulnerability and take necessary actions to mitigate the risk. They should review and update Linux kernel configurations to prevent exploitation, monitor network traffic for suspicious activity, and implement compensating controls, such as intrusion detection systems.

Technical summary

The xfrm_state_mtu function in the Linux kernel returns a u32 value but performs arithmetic in unsigned modulo-2^32 space. An attacker-influenced 'header_len + authsize + net_adj' subtracted from a small 'mtu' argument can cause underflow. This underflow can be exploited to cause an OOB write issue in the esp component. The vulnerability can be mitigated by applying the official patch for CVE-2026-64009 and reviewing Linux kernel configurations to prevent exploitation.

Defensive priority

High priority should be given to patching this vulnerability, as it can be exploited by a low-privileged attacker to cause a denial of service or potentially execute arbitrary code.

Recommended defensive actions

  • Apply the official patch for CVE-2026-64009
  • Review and update Linux kernel configurations to prevent exploitation
  • Monitor network traffic for suspicious activity
  • Implement compensating controls, such as intrusion detection systems
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The CVE record was published on 2026-07-19T16:17:40.663Z and has not been modified since then. The NVD entry is currently Received. There is limited information available about the vulnerability, and defenders should verify the affected scope and severity with the official advisory. The xfrm_state_mtu function in the Linux kernel returns a u32 value but performs arithmetic in unsigned modulo-2^32 space, leading to potential underflow. An attacker-influenced 'header_len + authsize + net_adj' subtracted from a small 'mtu' argument can cause underflow. This underflow can be exploited to cause an OOB write issue in the esp component. Linux kernel users, administrators, and developers should be aware of this vulnerability and take necessary actions to mitigate the risk.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64009 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-64009

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-64009 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64009

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/1021d2877b689a648b27815c854557a917122e93

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2a41b1b31c61c52b972278ce1732a1443f5e89ed

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/3db50ceeacb52806d8fe86fb1dfe944df0b9f789

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/742b04d0550b0ec89dcbc99537ec88653bd1ad90

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8014f70c4e6e5ab101ae3860a614e65e988372e3

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/820e501be8aee4b365d218d83227b314309c5fda

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/82ac903e0b519849647657b8c48d21237ada06a2

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.