VDB
DEBIAN-CVE-2025-40319
DEBIAN-CVE-2025-40319
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: bpf: Sync pending IRQ work before freeing ring buffer Fix a race where irq_work can be queued in bpf_ringbuf_commit() but the ring buffer is freed before the work executes. In the syzbot reproducer, a BPF program attached to sched_switch triggers bpf_ringbuf_commit(), queuing an irq_work. If the ring buffer is freed before this work executes, the irq_work thread may accesses freed memory. Calling `irq_work_sync(&rb->work)` ensures that all pending irq_work complete before freeing the buffer.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:14 | linux | 6.16.12-2, 6.12.38-1, 6.12.43-1 |
| Debian:13 | linux | 6.12.43-1, 6.12.38-1, 6.12.41-1 |
| Debian:11 | linux | 5.10.70-1, 5.10.46-4, 0 |
| Debian:12 | linux | 6.1.90-1, 6.1.85-1, 6.1.90-1 |
| Debian:11 | linux-6.1 | 6.1.140-1, 6.1.137-1, 6.1.147-1 |
Exploit Intelligence
- 4081.3.7.yml (github-poc)
Timeline
- Dec 8, 2025 CVE Published
- Apr 28, 2026 CVE Updated