PT-2026-61229 · Linux · Linux
CVE-2026-63912
·
Published
2026-07-19
·
Updated
2026-07-19
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
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.
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux