製品・ソフトウェアに関する情報
LinuxのLinux Kernelにおける解放済みメモリの使用に関する脆弱性
Title LinuxのLinux Kernelにおける解放済みメモリの使用に関する脆弱性
Summary

Linuxカーネルにおいて、以下の脆弱性が修正されました。nfc: hci: shdlc: コンテキストを解放する前にタイマーと作業を停止する必要があります。llc_shdlc_deinit()はSHDLCのskbキューを消去し、llc_shdlc構造体を解放しますが、そのタイマーおよび状態遷移の作業がまだアクティブな場合があります。タイマーのコールバックはsm_workをスケジュールでき、sm_workはSHDLCの状態およびskbキューにアクセスします。キューに入ったまたは実行中の作業項目と並行して終了処理が行われると、UAF(Use-After-Free)やその他のシャットダウン時の競合が発生する可能性があります。そのため、キューを消去してコンテキストを解放する前に、すべてのSHDLCタイマーを停止し、sm_workを同期的にキャンセルします。この脆弱性はLinux Verification Center(linuxtesting.org)とSVACEによって発見されました。

Possible impacts ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 
Solution

リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

Publication Date June 3, 2026, midnight
Registration Date June 10, 2026, 2:25 p.m.
Last Update June 10, 2026, 2:25 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
Affected System
Linux
Linux Kernel 3.7 以上 5.15.202 未満
Linux Kernel 5.16 以上 6.1.165 未満
Linux Kernel 6.13 以上 6.18.14 未満
Linux Kernel 6.19 以上 6.19.4 未満
Linux Kernel 6.2 以上 6.6.128 未満
Linux Kernel 6.7 以上 6.12.75 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年06月10日]
  掲載
June 10, 2026, 2:25 p.m.

NVD Vulnerability Information
CVE-2026-46267
Summary

In the Linux kernel, the following vulnerability has been resolved:

nfc: hci: shdlc: Stop timers and work before freeing context

llc_shdlc_deinit() purges SHDLC skb queues and frees the llc_shdlc
structure while its timers and state machine work may still be active.

Timer callbacks can schedule sm_work, and sm_work accesses SHDLC state
and the skb queues. If teardown happens in parallel with a queued/running
work item, it can lead to UAF and other shutdown races.

Stop all SHDLC timers and cancel sm_work synchronously before purging the
queues and freeing the context.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Publication Date June 4, 2026, 3:16 a.m.
Registration Date June 4, 2026, 4:17 a.m.
Last Update June 6, 2026, 5:51 a.m.
Related information, measures and tools
Common Vulnerabilities List