Description
In the Linux kernel, the following vulnerability has been resolved:

xfrm: esp: restore combined single-frag length gate

The ESP out-of-place fast path appends the trailer in esp_output_head()
before esp_output_tail() allocates the destination page frag. The
head-side gate currently checks skb->data_len and tailen separately, but
the tail code allocates a single destination frag from the combined
post-trailer skb->data_len.

Reject the page-frag fast path when the combined aligned length exceeds a
page. Otherwise skb_page_frag_refill() may fall back to a single page while
the destination sg still spans the combined skb->data_len.

Restore this combined-length page gate for both IPv4 and IPv6.
Published: 2026-07-19
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability lies in the Linux kernel’s ESP handling. During fast‑path processing, a check that ensures the combined length of the packet trailer and payload does not exceed a page is omitted. An attacker that can supply crafted ESP packets may cause memory corruption due to improper allocation, potentially leading to privilege escalation or a denial of service. The flaw is associated with CWE‑770.

Affected Systems

All Linux kernel releases are affected until the kernel incorporates the patch that restores the combined‑length gate. Any system running a vulnerable kernel is at risk, irrespective of vendor or version.

Risk and Exploitability

The flaw has a CVSS score of 9.8 and an EPSS score of less than 1 %. Although exploitation is unlikely under normal conditions, the impact is severe and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is remote network‑based, requiring the ability to forge or inject ESP packets toward the target. Successful exploitation would allow privilege escalation or complete control of the affected host.

Generated by OpenCVE AI on August 5, 2026 at 02:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the updated kernel that restores the combined‑length gate for ESP packet processing, mitigating the memory allocation flaw described by CWE‑770.
  • Deploy firewall rules to restrict or monitor inbound ESP traffic, thereby reducing exposure to crafted packets that could trigger the memory corruption.
  • Continuously monitor system logs for unusual ESP‑related activity and enforce stricter network segmentation to block untrusted traffic.

Generated by OpenCVE AI on August 5, 2026 at 02:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Sun, 26 Jul 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Wed, 22 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 21 Jul 2026 23:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: xfrm: esp: restore combined single-frag length gate The ESP out-of-place fast path appends the trailer in esp_output_head() before esp_output_tail() allocates the destination page frag. The head-side gate currently checks skb->data_len and tailen separately, but the tail code allocates a single destination frag from the combined post-trailer skb->data_len. Reject the page-frag fast path when the combined aligned length exceeds a page. Otherwise skb_page_frag_refill() may fall back to a single page while the destination sg still spans the combined skb->data_len. Restore this combined-length page gate for both IPv4 and IPv6.
Title xfrm: esp: restore combined single-frag length gate
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:37:06.161Z

Reserved: 2026-07-19T07:54:57.020Z

Link: CVE-2026-63912

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63912 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T02:30:03Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling