CVE-2025-38477
BaseFortify
Publication date: 2025-07-28
Last updated on: 2025-11-03
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 race condition in the Linux kernel's net/sched subsystem, specifically in the sch_qfq scheduler. It occurs when the 'agg' variable is modified concurrently by multiple threads during operations like qfq_enqueue, leading to potential issues such as NULL pointer dereferences or use-after-free errors. The fix involved moving qfq_destroy_class into a critical section and adding locking (sch_tree_lock) to protect certain functions to prevent concurrent access problems.
How can this vulnerability impact me? :
The vulnerability can cause kernel crashes or instability due to NULL dereferences or use-after-free conditions. This can lead to denial of service or unpredictable behavior in systems using the affected Linux kernel scheduler, potentially impacting system reliability and availability.