CVE-2025-40083
BaseFortify
Publication date: 2025-10-29
Last updated on: 2025-12-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a null pointer dereference in the Linux kernel's sch_qfq network scheduler code, specifically in the agg_dequeue function. It occurs when a function call returns NULL but the code does not check for this before using the returned value, which can cause a crash. The fix involves adding a check for NULL return values to prevent the crash.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash due to a null pointer dereference in the network scheduling code. Such a crash can lead to denial of service or system instability.