PT-2025-40196 · Linux+2 · Linux Kernel+2
Published
2023-04-24
·
Updated
2025-10-23
·
CVE-2023-53489
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
The Linux kernel contained memory leaks related to socket (sk) and zero-copy sk buffs (skbs) when using TX timestamping. The issue was identified through syzkaller reports, which demonstrated memory leaks in UDP sockets and zero-copy skbs. The problem arises from the way skbs are allocated, cloned, and freed during timestamping and zero-copy operations, leading to unreleased reference counts and circular dependencies. Specifically, the cloning of skbs in
skb tstamp tx() did not properly handle ubuf references, causing a circular dependency. Additionally, previous attempts to address similar issues in TCP were incomplete and could still lead to memory leaks under certain conditions. The memory leaks occur when the original skb is received locally and the cloned skb is queued, potentially leading to unreferenced objects and memory exhaustion.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Missing Release of Resource after Effective Lifetime
Memory Leak
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel
Red Hat
Suse