| Title | LinuxのLinux Kernelにおける解放済みメモリの使用に関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました:net: qrtr: ns: driverのremove()におけるuse-after-free問題です。removeコールバック内で、destroy_workqueue()が呼ばれた後、しかしsock_release()が呼ばれる前にパケットが到着すると、qrtr_ns_data_ready()コールバックがワークをキューに入れようとし、use-after-free問題が発生します。この問題は、qrtr_ns_init()時にデフォルトの'sk_data_ready'コールバックを保存し、remove()の開始時にqrtr_ns_data_ready()コールバックの代わりに使用することで修正されました。これにより、destroy_workqueue()後にパケットが到着しても、ワーク構造体が不正に参照されることはありません。また、RXスレッドがqrtr_ns_data_ready()コールバックを使用している可能性があるため、ワークキューを破壊する前にRXスレッドの完了を確実にする必要があります。 |
| Possible impacts | ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 27, 2026, midnight |
| Registration Date | June 17, 2026, 3:40 p.m. |
| Last Update | June 17, 2026, 3:40 p.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 5.11 以上 5.15.209 未満 |
| Linux Kernel 5.16 以上 6.1.175 未満 |
| Linux Kernel 5.7 以上 5.10.258 未満 |
| Linux Kernel 6.13 以上 6.18.27 未満 |
| Linux Kernel 6.19 以上 7.0.4 未満 |
| Linux Kernel 6.2 以上 6.6.140 未満 |
| Linux Kernel 6.7 以上 6.12.86 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月17日] 掲載 |
June 17, 2026, 3:40 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: net: qrtr: ns: Fix use-after-free in driver remove() In the remove callback, if a packet arrives after destroy_workqueue() is Fix this issue by saving the default 'sk_data_ready' callback during Note that it is also required to ensure that the RX threads are completed |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:13 a.m. |
| Last Update | June 2, 2026, 2:17 a.m. |