CVE-2025-37859
Published: May 9, 2025
Modified: May 23, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: page_pool: avoid infinite loop to schedule delayed worker We noticed the kworker in page_pool_release_retry() was waken up repeatedly and infinitely in production because of the buggy driver causing the inflight less than 0 and warning us in page_pool_inflight()[1]. Since the inflight value goes negative, it means we should not expect the whole page_pool to get back to work normally. This patch mitigates the adverse effect by not rescheduling the kworker when detecting the inflight negative in page_pool_release_retry(). [1] [Mon Feb 10 20:36:11 2025] ------------[ cut here ]------------ [Mon Feb 10 20:36:11 2025] Negative(-51446) inflight packet-pages ... [Mon Feb 10 20:36:11 2025] Call Trace: [Mon Feb 10 20:36:11 2025] page_pool_release_retry+0x23/0x70 [Mon Feb 10 20:36:11 2025] process_one_work+0x1b1/0x370 [Mon Feb 10 20:36:11 2025] worker_thread+0x37/0x3a0 [Mon Feb 10 20:36:11 2025] kthread+0x11a/0x140 [Mon Feb 10 20:36:11 2025] ? process_one_work+0x370/0x370 [Mon Feb 10 20:36:11 2025] ? __kthread_cancel_work+0x40/0x40 [Mon Feb 10 20:36:11 2025] ret_from_fork+0x35/0x40 [Mon Feb 10 20:36:11 2025] ---[ end trace ebffe800f33e7e34 ]--- Note: before this patch, the above calltrace would flood the dmesg due to repeated reschedule of release_dw kworker.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 05f646cb2174d1a4e032b60b99097f5c4b522616 - < c3c7c57017ce1d4b2d3788c1fc59e7e39026e158affected c3f812cea0d7006469d1cf33a4a9f0a12bb4b3a3 - < 9f71db4fb82deb889e0bac4a51b34daea7d506a3affected c3f812cea0d7006469d1cf33a4a9f0a12bb4b3a3 - < 91522aba56e9fcdf64da25ffef9b27f8fad48e0faffected c3f812cea0d7006469d1cf33a4a9f0a12bb4b3a3 - < 90e089a64504982f8d62f223027cb9f903781f78affected c3f812cea0d7006469d1cf33a4a9f0a12bb4b3a3 - < 95f17738b86fd198924d874a5639bcdc49c7e5b8+7 more versions |
Linux | Linux | affected 5.5unaffected 0 - < 5.5unaffected 5.4.293 - <= 5.4.*unaffected 5.10.237 - <= 5.10.*unaffected 5.15.181 - <= 5.15.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now