CVE-2025-38246
BaseFortify
Publication date: 2025-07-09
Last updated on: 2025-11-20
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 | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| 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 is related to the Linux kernel's bnxt driver, specifically involving improper handling of XDP redirect lists. It caused a kernel crash due to list corruption when using the XDP_REDIRECT feature, leading to invalid memory operations and kernel bugs.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to crash unexpectedly when the XDP_REDIRECT feature is used, potentially leading to system instability, downtime, and loss of service.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by monitoring the system logs for kernel crash messages related to the bnxt driver and XDP_REDIRECT feature. Specifically, look for kernel oops or BUG messages mentioning 'list_add corruption' or 'kernel BUG at lib/list_debug.c:29'. Commands such as 'dmesg | grep -i bnxt' or 'journalctl -k | grep -i list_add' can help identify these crash logs.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating the Linux kernel to a version where the bnxt driver properly flushes XDP redirect lists, as the vulnerability has been resolved in a kernel update. If updating is not immediately possible, consider disabling the XDP_REDIRECT feature on affected network interfaces to prevent triggering the bug.