| タイトル | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| 概要 | LinuxカーネルにおけるATMネットワークの脆弱性を修正する内容です。sigd_send()関数が未検証のvccポインタを直接使用していたため、悪意のあるユーザーがクラッシュを引き起こす可能性がありました。この脆弱性は、ユーザー空間から偽造されたポインタが送信されることで悪用され、カーネルが不正なポインタを逆参照してしまうものでした。修正では、vcc_hash上のポインタを検索し検証するfind_get_vcc()を導入し、参照カウントを管理するsock_hold()を使用して無効なポインタの使用を防止しています。これにより、カーネルのメモリ安全性が確保され、任意のポインタによるクラッシュを防止します。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年4月8日0:00 |
| 登録日 | 2026年5月22日10:56 |
| 最終更新日 | 2026年5月22日10:56 |
| 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 2.6.12 |
| Linux Kernel 2.6.12.1 以上 5.10.252 未満 |
| Linux Kernel 5.11 以上 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 未満 |
| Linux Kernel 7.0 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月22日] 掲載 |
2026年5月22日10:56 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: net: atm: fix crash due to unvalidated vcc pointer in sigd_send() Reproducer available at [1]. The ATM send path (sendmsg -> vcc_sendmsg -> sigd_send) reads the vcc int fd = socket(AF_ATMSVC, SOCK_DGRAM, 0); In normal operation, the kernel sends the vcc pointer to the signaling Fix this by introducing find_get_vcc() which validates the pointer by Since struct atm_vcc embeds struct sock as its first member, they share Note that there may be a race with sigd_close() which could mark the vcc [1]: https://gist.github.com/mrpre/1ba5949c45529c511152e2f4c755b0f3 |
|---|---|
| 公表日 | 2026年4月8日23:16 |
| 登録日 | 2026年4月15日11:32 |
| 最終更新日 | 2026年4月9日6:26 |