| Title | LinuxのLinux Kernelにおける解放済みメモリの使用に関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました。ALSAのaloopにおいて、フォーマット変更による停止時のピアランタイムUAFの問題を修正しました。loopback_check_format()は、再生がキャプチャストリームと一致しないパラメータで開始された場合にキャプチャ側を停止する可能性があります。コミット826af7fa62e3("ALSA: aloop: PCMトリガー時の競合アクセスを修正")はピアの検索をcable-lockの下に移動しましたが、実際のsnd_pcm_stop()はそのロック解除後に実行されます。同時にクローズが発生すると、cable-streams[]からキャプチャエントリがクリアされ、そのランタイムがデタッチまたは解放されることがありますが、再生トリガーパスは未使用のピアサブストリームポインタを保持し続けます。そこで、cable-lockを解除する前に処理中のピア停止のケーブルごとのカウントを保持し、free_cable()がその停止を待ってからランタイムをデタッチするようにしました。これにより既存の動作を維持しつつ、ピアランタイムのライフタイムが明示的になります。 |
| Possible impacts | ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 27, 2026, midnight |
| Registration Date | June 26, 2026, 11:59 a.m. |
| Last Update | June 26, 2026, 11:59 a.m. |
| CVSS3.0 : 重要 | |
| Score | 7.8 |
|---|---|
| Vector | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Linux |
| Linux Kernel 2.6.37 以上 5.10.259 未満 |
| Linux Kernel 5.11 以上 5.15.210 未満 |
| Linux Kernel 5.16 以上 6.12.88 未満 |
| Linux Kernel 6.13 以上 6.18.27 未満 |
| Linux Kernel 6.19 以上 7.0.4 未満 |
| Linux Kernel 7.1 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月26日] 掲載 |
June 26, 2026, 11:59 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix peer runtime UAF during format-change stop loopback_check_format() may stop the capture side when playback starts A concurrent close can clear the capture entry from cable->streams[] and Keep a per-cable count of in-flight peer stops before dropping |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:13 a.m. |
| Last Update | May 30, 2026, 8:17 p.m. |