CVE-2025-38278
BaseFortify
Publication date: 2025-07-10
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 | 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 involves the Linux kernel's octeontx2-pf QOS component, specifically in the handling of TC_HTB_LEAF_DEL_LAST callback. The issue arises because active traffic on a leaf node is not properly stopped before its send queue is reassigned to the parent node. Additionally, during system reboot, the interface receives callbacks to delete HTB queues, and the current logic incorrectly attempts to update the number of queues after device unregistration, causing warnings and potential instability.
How can this vulnerability impact me? :
This vulnerability can lead to warnings and potential instability in the network traffic control subsystem of the Linux kernel during system reboot or queue reassignment. It may cause improper handling of traffic queues, which could affect network performance or reliability on affected systems.