VDB
DEBIAN-CVE-2025-38717
DEBIAN-CVE-2025-38717
PUBLISHED
CVSS 4.699999809265137 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: net: kcm: Fix race condition in kcm_unattach() syzbot found a race condition when kcm_unattach(psock) and kcm_release(kcm) are executed at the same time. kcm_unattach() is missing a check of the flag kcm->tx_stopped before calling queue_work(). If the kcm has a reserved psock, kcm_unattach() might get executed between cancel_work_sync() and unreserve_psock() in kcm_release(), requeuing kcm->tx_work right before kcm gets freed in kcm_done(). Remove kcm->tx_stopped and replace it by the less error-prone disable_work_sync().
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.41-1, 6.12.43-1, 6.12.41-1 |
| Debian:11 | linux | *, *, 6.12.21-1 |
| Debian:12 | linux | 6.15.4-1, 6.19.6-2, 6.19.8-1 |
| Debian:14 | linux | 6.12.69-1~bpo12+1, 6.12.73-1~bpo12+1, 6.12.74-1 |
Timeline
- Sep 4, 2025 CVE Published
- Apr 28, 2026 CVE Updated