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.0001
EPSS Percentile
0.6%
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 (16)
debian/debian_linux
10.0
Linux/Linux
< 5.8
Linux/Linux
5.10.210 - 5.10.*
Linux/Linux
5.15.149 - 5.15.*
Linux/Linux
5.8
Linux/Linux
6.1.76 - 6.1.*
Linux/Linux
6.6.15 - 6.6.*
Linux/Linux
6.7.3 - 6.7.*
Linux/Linux
6.8
Linux/Linux
c73be61cede5882f9605a852414db559c0ebedfd - 162ae0e78bdabf84ef10c1293c4ed7865cb7d3c8
... and 6 more
Published
May 17, 2024
Tracked Since
Feb 18, 2026