PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64114 Linux CVE debrief

The Linux kernel vulnerability CVE-2026-64114 allows for an out-of-bounds access due to a malformed IPv4 header with an Internet Header Length (ihl) less than 5. This can cause a host kernel panic when the packet is processed. The vulnerability is reachable by any caller with CAP_NET_RAW, including an unprivileged process in a user+net namespace on a kernel with CONFIG_USER_NS=y. The vulnerability has a high impact on system security and should be patched immediately.

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-08-12
Advisory published
2026-07-19
Advisory updated
2026-08-12

Who should care

System administrators and users of Linux kernels should be aware of this vulnerability. An unprivileged process in a user+net namespace on a kernel with CONFIG_USER_NS=y can exploit this vulnerability. Linux kernel developers and maintainers should review the patch and ensure that it is properly integrated into the kernel codebase.

Technical summary

The Linux kernel's raw_send_hdrinc() function did not properly validate IPv4 headers with ihl < 5. This can lead to an out-of-bounds access when the packet is processed by downstream consumers, such as ah_output() in net/ipv4/ah4.c. The vulnerability can be triggered by a crafted packet with a malformed IPv4 header. The vulnerability affects Linux kernel versions and can be exploited by an unprivileged process in a user+net namespace on a kernel with CONFIG_USER_NS=y.

Defensive priority

High priority should be given to patching this vulnerability, as it can be exploited by an unprivileged process. The vulnerability has a high impact on system security and should be patched immediately.

Recommended defensive actions

  • Apply the patch to update the Linux kernel
  • Restrict CAP_NET_RAW to trusted users
  • Monitor network traffic for suspicious packets
  • Review system configurations to ensure that the vulnerable kernel version is not in use
  • Perform a thorough review of network traffic logs to detect potential exploitation attempts
  • Implement compensating controls, such as firewall rules, to limit the impact of the vulnerability
  • Track exceptions and retest remediated assets to ensure that the vulnerability has been properly mitigated

Evidence notes

The CVE record was published on 2026-07-19T16:17:52.820Z and has not been modified since then. The NVD entry is currently Received. There is no additional information available about the vulnerability beyond what is provided in the CVE record and NVD entry. Further verification and review of system configurations and network traffic are necessary to determine the impact of this vulnerability.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64114 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-64114 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/1065b9efa4126df559b03a849c139ecfae92cd25

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/145e9afa5b905229b4788bb72c3255f5a5f77508

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5a564f737ec54d63e8ee221d3ff396d07586d464

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/7725cd3b471740fd23d25ed1da722c671fb2a5d3

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/915fab69823a14c170dbaa3b41978768e0fe62fc

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/bbe0be67de296176e7243c76e3d9f02f6ae9ff0b

    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.