VDB
DEBIAN-CVE-2025-38477
DEBIAN-CVE-2025-38477
PUBLISHED
CVSS 4.699999809265137 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_qfq: Fix race condition on qfq_aggregate A race condition can occur when 'agg' is modified in qfq_change_agg (called during qfq_enqueue) while other threads access it concurrently. For example, qfq_dump_class may trigger a NULL dereference, and qfq_delete_class may cause a use-after-free. This patch addresses the issue by: 1. Moved qfq_destroy_class into the critical section. 2. Added sch_tree_lock protection to qfq_dump_class and qfq_dump_class_stats.
Risk Scores
CVSS 3.1
4.699999809265137
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 6.12.38-1, 0, 0 |
| Debian:11 | linux-6.1 | 6.1.140-1, 6.1.137-1, 6.1.129-1 |
| Debian:14 | linux | 6.12.74-2, 6.12.74-2, 6.13.10-1 |
| Debian:12 | linux | 6.1.55-1, 6.1.128-1, 6.1.119-1 |
| Debian:11 | linux | 5.10.191-1, 5.10.205-1, 5.10.205-2 |
Exploit Intelligence
- 7819-2.json (github-poc)
Timeline
- Jul 28, 2025 CVE Published
- Apr 28, 2026 CVE Updated