| タイトル | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| 概要 | Linuxカーネルにおいて、greybus: gb-beagleplayのhdlc_tx_frames()関数内でスピンロックを保持したままスリープする不適切な動作が発見されました。この問題は、hdlc_append()関数がバッファの空き容量を待つためにusleep_range()を呼び出し、結果として「BUG: scheduling while atomic」というスケジューリングエラーを引き起こす可能性があることに起因します。本脆弱性は、スリープ処理をスピンロック取得前に移動し、フレームの完全な書き込みを保証する形で修正されました。この修正により、ロックが保持された状態でのスリープを回避し、システムの安定性を向上させます。 |
| 想定される影響 | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月27日0:00 |
| 登録日 | 2026年6月17日15:40 |
| 最終更新日 | 2026年6月17日15:40 |
| CVSS3.0 : 警告 | |
| スコア | 5.5 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 6.13 以上 6.18.27 未満 |
| Linux Kernel 6.19 以上 7.0.4 未満 |
| Linux Kernel 6.7 以上 6.12.86 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年06月17日] 掲載 |
2026年6月17日15:40 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: greybus: gb-beagleplay: fix sleep in atomic context in hdlc_tx_frames() hdlc_append() calls usleep_range() to wait for circular buffer space, Fix this by moving the buffer-space wait out of hdlc_append() and into 1. Pre-calculate the worst-case encoded frame length. This ensures that sleeping only happens without any lock held, and This bug is found by CodeQL static analysis tool (interprocedural |
|---|---|
| 公表日 | 2026年5月27日23:17 |
| 登録日 | 2026年5月28日4:13 |
| 最終更新日 | 2026年5月27日23:48 |