
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-52998 is a vulnerability discovered in the Linux kernel's Fast Ethernet Controller (FEC) driver. The issue was identified in the way the driver handles rx buffers, specifically in the buffer freeing mechanism. The vulnerability was disclosed on March 27, 2025 (NVD).
The vulnerability stems from the incorrect use of page_pool_release_page when freeing rx buffers. This function only unmaps the page if mapped but does not recycle it. As a result, after hundreds of network interface up/down cycles, the system runs out of memory. The issue manifests after approximately 391 cycles on i.MX8MN-EVK hardware (NVD).
When exploited, this vulnerability leads to memory exhaustion in the system. After repeated network interface up/down cycles, the system experiences out-of-memory conditions, potentially affecting system stability and performance (NVD).
The vulnerability can be triggered through repeated cycling of the network interface (eth0) up and down. Testing showed that the issue manifests after approximately 391 cycles on affected systems (NVD).
The fix involves replacing page_pool_release_page with page_pool_put_full_page when freeing rx buffers. This API will attempt to recycle the page if the page refcnt equals 1. Testing confirmed that after implementing this fix, the issue could not be reproduced even after 20,000 test cycles (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."