CVE-2023-52672
MEDIUMLinux Kernel 5.8-5.10.210 - Denial of Service via Pipe Resize Deadlock
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: pipe: wakeup wr_wait after setting max_usage Commit c73be61cede5 ("pipe: Add general notification queue support") a regression was introduced that would lock up resized pipes under certain conditions. See the reproducer in [1]. The commit resizing the pipe ring size was moved to a different function, doing that moved the wakeup for pipe->wr_wait before actually raising pipe->max_usage. If a pipe was full before the resize occured it would result in the wakeup never actually triggering pipe_write. Set @max_usage and @nr_accounted before waking writers if this isn't a watch queue. [Christian Brauner <[email protected]>: rewrite to account for watch queues]
References (7)
Core 7
Core References
Third Party Advisory
https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html
Scores
CVSS v3
5.5
EPSS
0.0026
EPSS Percentile
16.9%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
total
Details
CWE
CWE-400
Status
published
Products (21)
debian/debian_linux
10.0
linux/Kernel
5.11.0 - 5.15.149linux
linux/Kernel
5.16.0 - 6.1.76linux
linux/Kernel
5.8.0 - 5.10.210linux
linux/Kernel
6.2.0 - 6.6.15linux
linux/Kernel
6.7.0 - 6.7.3linux
Linux/Linux
< 5.8
Linux/Linux
5.10.210 - 5.10.*
Linux/Linux
5.15.149 - 5.15.*
Linux/Linux
5.8
... and 11 more
Published
May 17, 2024
Tracked Since
Feb 18, 2026