PT-2025-13344 · Linux+2 · Linux Kernel+2
Published
2023-01-19
·
Updated
2025-10-29
·
CVE-2023-52998
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 vulnerability in the Linux kernel has been resolved. The issue was related to the use of
page pool release page when freeing rx buffers, which only unmaps the page and does not recycle it. This could lead to a memory leak after hundreds of down/up cycles of the eth0 interface. The page pool put full page function should be used instead, as it attempts to recycle the page if the page reference count equals 1.Recommendations
To resolve this issue, use the
page pool put full page function when freeing rx buffers instead of page pool release page. This change should prevent the memory leak and ensure proper page recycling.Note: The provided information does not specify the exact versions of the Linux kernel that are affected or the versions that contain the fix. Therefore, it is recommended to consult the official Linux kernel documentation or release notes for more detailed information on affected and patched versions.
Exploit
Fix
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Astra Linux
Linux Kernel
Red Os