CVE-2025-38504
BaseFortify
Publication date: 2025-08-16
Last updated on: 2025-11-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | 6.16 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability relates to the Linux kernel's io_uring subsystem, specifically involving the destruction of page pools (pp). There was a misplaced warning about ensuring all niovs (I/O vectors) are returned to the zero-copy receive (zcrx) on io_pp_zc_destroy(). The fix removes this incorrect warning, which could occur when multiple page pools are used and niovs remain allocated during page pool destruction.
How can this vulnerability impact me? :
The vulnerability involves warnings related to page pool destruction in the Linux kernel's io_uring subsystem. While the description does not specify direct security impacts, such issues could potentially lead to resource management problems or instability in systems using io_uring with multiple page pools.