VDB
DEBIAN-CVE-2024-26686
DEBIAN-CVE-2024-26686
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats lock_task_sighand() can trigger a hard lockup. If NR_CPUS threads call do_task_stat() at the same time and the process has NR_THREADS, it will spin with irqs disabled O(NR_CPUS * NR_THREADS) time. Change do_task_stat() to use sig->stats_lock to gather the statistics outside of ->siglock protected section, in the likely case this code will run lockless.
Risk Scores
CVSS 3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 0 |
| Debian:12 | linux | 6.1.69-1, 6.1.69-1~bpo11+1, 6.1.76-1 |
| Debian:14 | linux | 0, 0 |
| Debian:11 | linux | 5.10.226-1, 0, 5.10.103-1 |
Timeline
- Apr 3, 2024 CVE Published
- Apr 28, 2026 CVE Updated