In the Linux kernel, the following vulnerability has been resolved: sock_map: avoid race between sock_map_close and sk_psock_put sk_psock_get will return NULL if the refcount of psock has gone to 0…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: sock_map: avoid race between sock_map_close and sk_psock_put sk_psock_get will return NULL if the refcount of psock has gone to 0, which will happen when the last call of sk_psock_put is done. However, sk_psock_drop may not have finished yet, so the close callback will still point to sock_map_close despite psock being NULL. This can be reproduced with a thread deleting an element from the sock map, while the second one creat…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/3627605de498639a3c586c8684d12c89cba11073 Patch
- https://git.kernel.org/stable/c/4959ffc65a0e94f8acaac20deac49f89e6ded52d Patch
- https://git.kernel.org/stable/c/4b4647add7d3c8530493f7247d11e257ee425bf0 Patch
- https://git.kernel.org/stable/c/5eabdf17fed2ad41b836bb4055ec36d95e512c50 Patch
- https://git.kernel.org/stable/c/e946428439a0d2079959f5603256ac51b6047017 Patch
- https://git.kernel.org/stable/c/3627605de498639a3c586c8684d12c89cba11073 Patch
- https://git.kernel.org/stable/c/4959ffc65a0e94f8acaac20deac49f89e6ded52d Patch
- https://git.kernel.org/stable/c/4b4647add7d3c8530493f7247d11e257ee425bf0 Patch
- https://git.kernel.org/stable/c/5eabdf17fed2ad41b836bb4055ec36d95e512c50 Patch
- https://git.kernel.org/stable/c/e946428439a0d2079959f5603256ac51b6047017 Patch
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
Timeline
- nvd_ingest NVD