PT-2026-4479 · Linux+1 · Linux Kernel+1
Published
2026-01-01
·
Updated
2026-05-22
·
CVE-2026-22979
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A memory leak exists in the Linux kernel's networking subsystem within the
skb segment list() function when handling packets aggregated by the GRO (Generic Receive Offload) engine. Prior to a specific commit, the code correctly transferred memory accounting between parent SKBs and their segments. A later commit altered the behavior to orphan fraglist entries, but the corresponding accounting logic in skb segment list() was not updated. This resulted in an under-count of memory when the head SKB was freed, preventing socket destruction and causing a persistent memory leak. The issue is specifically related to SKB GSO FRAGLIST packets constructed by GRO. The leak can be observed using KMEMLEAK during network environment teardown, as indicated by unreferenced objects and a specific backtrace involving functions like kmem cache alloc noprof and sk prot alloc.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Memory Leak
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu