CVE-2025-38039
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-06-18

Last updated on: 2025-11-14

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled When attempting to enable MQPRIO while HTB offload is already configured, the driver currently returns `-EINVAL` and triggers a `WARN_ON`, leading to an unnecessary call trace. Update the code to handle this case more gracefully by returning `-EOPNOTSUPP` instead, while also providing a helpful user message.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-06-18
Last Modified
2025-11-14
Generated
2026-05-07
AI Q&A
2025-06-18
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 3 associated CPEs
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
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-NVD-CWE-noinfo
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability occurs in the Linux kernel's mlx5e network driver when configuring MQPRIO (Multi-Queue Priority) while HTB (Hierarchical Token Bucket) offload is already enabled. The driver incorrectly returns an error code (-EINVAL) and triggers a WARN_ON, which causes an unnecessary kernel warning and call trace. The fix changes the behavior to return a more appropriate error code (-EOPNOTSUPP) and provides a helpful user message, avoiding the warning and call trace.


How can this vulnerability impact me? :

The impact is primarily related to system stability and user experience. The vulnerability causes unnecessary kernel warnings and call traces when configuring network settings, which can clutter logs and potentially confuse administrators. It does not indicate a security breach or direct compromise but may affect troubleshooting and system management.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart