| Summary | In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix IRQ cleanup on 6xxx probe failure When adf_dev_up() partially completes and then fails, the IRQ Since the device is enabled with pcim_enable_device(), calling [ 22.163964] remove_proc_entry: removing non-empty directory 'irq/143', leaking at least 'qat0-bundle0' Moving the devm_add_action_or_reset() before adf_dev_up() does not solve Fix by calling adf_dev_down() explicitly when adf_dev_up() fails, to |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:13 a.m. |
| Last Update | May 27, 2026, 11:48 p.m. |
| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | LinuxカーネルにはIRQのクリーンアップに関する脆弱性が存在していました。具体的には、crypto: qatドライバの6xxxプローブが失敗した際に、adf_dev_up()が部分的に完了した後でも割り込みハンドラがMSI-Xベクタの解放前にデタッチされず、IRQハンドラがリークしたり警告が発生したりしていました。この問題は、adf_dev_up()が失敗した場合に明示的にadf_dev_down()を呼び出してIRQハンドラを適切に解放することで修正されました。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 27, 2026, midnight |
| Registration Date | June 17, 2026, 3:39 p.m. |
| Last Update | June 17, 2026, 3:39 p.m. |
| Linux |
| Linux Kernel 6.16 以上 6.18.27 未満 |
| Linux Kernel 6.19 以上 7.0.4 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月17日] 掲載 |
June 17, 2026, 3:39 p.m. |