| Title | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、net: skb_may_tx_timestamp()内のロック解除に関する脆弱性が修正されました。この関数はsock::sk_callback_lockを取得する可能性があり、このロックはIRQコンテキストでは取得してはならず、softirqのみ許可されています。複数のドライバは専用の割り込みを介してタイムスタンプを受信し、その割り込みハンドラからTXタイムスタンプの完了処理を行いますが、同じCPU上でロックがすでに書き込みロックされている場合にデッドロックが発生する問題がありました。ロックの取得は回避可能であり、ソケットはskbが解放されるまで有効な状態です。ユーザがソケットを閉じると関連するポインタはNULLに設定されますが、この操作はタイムスタンプの到着前に起こる可能性があり、RCUにより安全に参照できるため問題ありません。この修正により、ロック解除が確実に行われ、個々のポインタ取得にはREAD_ONCE()が、ポインタクリア箇所にはWRITE_ONCE()が追加されました。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 6, 2026, midnight |
| Registration Date | May 13, 2026, 10:22 a.m. |
| Last Update | May 13, 2026, 10:22 a.m. |
| CVSS3.0 : 警告 | |
| Score | 5.5 |
|---|---|
| Vector | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 4.0 以上 6.18.16 未満 |
| Linux Kernel 6.19 以上 6.19.6 未満 |
| Linux Kernel 7.0 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月13日] 掲載 |
May 13, 2026, 10:22 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: net: Drop the lock in skb_may_tx_timestamp() skb_may_tx_timestamp() may acquire sock::sk_callback_lock. The lock must Taking the lock can be avoided. The socket (pointed by the skb) will Drop the lock. Use READ_ONCE() to obtain the individual pointer. Add a |
|---|---|
| Publication Date | May 6, 2026, 9:16 p.m. |
| Registration Date | May 7, 2026, 4:08 a.m. |
| Last Update | May 12, 2026, 4:28 a.m. |
| Configuration1 | or higher | or less | more than | less than | |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.0 | 6.18.16 | |||
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 | 6.19.6 | |||
| cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* | |||||