製品・ソフトウェアに関する情報
Linuxカーネルにおけるパイプサイズ変更処理に起因する情報漏えいの脆弱性
Title Linuxカーネルにおけるパイプサイズ変更処理に起因する情報漏えいの脆弱性
Summary

Linuxカーネルでは、パイプサイズを変更する際に発生していたパイプロックの問題が修正されました。これは、特定の条件下でpipe->wr_waitのウェイクアップがpipe->max_usageを増やす前に実行されるため、パイプが満杯の状態ではライターが適切に起床しなくなることが原因でした。watch queue以外の場合には、max_usageとnr_accountedを設定した後でライターをウェイクアップするようにし、問題が解消されています。

Possible impacts 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date May 17, 2024, midnight
Registration Date Dec. 25, 2025, 5:01 p.m.
Last Update Dec. 25, 2025, 5:01 p.m.
CVSS3.0 : 警告
Score 5.5
Vector CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected System
Debian
Debian GNU/Linux 10.0
Linux
Linux Kernel 5.11 から 5.15.149 未満
Linux Kernel 5.16 から 6.1.76 未満
Linux Kernel 5.8 から 5.10.210 未満
Linux Kernel 6.2 から 6.6.15 未満
Linux Kernel 6.7 から 6.7.3 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2025年12月25日]
  掲載
Dec. 25, 2025, 5:01 p.m.

NVD Vulnerability Information
CVE-2023-52672
Summary

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 <brauner@kernel.org>: rewrite to account for watch queues]

Publication Date May 17, 2024, 11:15 p.m.
Registration Date May 18, 2024, 10:01 a.m.
Last Update Nov. 21, 2024, 5:40 p.m.
Related information, measures and tools
Common Vulnerabilities List