| Title | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| Summary | LinuxカーネルにおけるATMネットワークの脆弱性を修正する内容です。sigd_send()関数が未検証のvccポインタを直接使用していたため、悪意のあるユーザーがクラッシュを引き起こす可能性がありました。この脆弱性は、ユーザー空間から偽造されたポインタが送信されることで悪用され、カーネルが不正なポインタを逆参照してしまうものでした。修正では、vcc_hash上のポインタを検索し検証するfind_get_vcc()を導入し、参照カウントを管理するsock_hold()を使用して無効なポインタの使用を防止しています。これにより、カーネルのメモリ安全性が確保され、任意のポインタによるクラッシュを防止します。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | April 8, 2026, midnight |
| Registration Date | May 22, 2026, 10:56 a.m. |
| Last Update | May 22, 2026, 10:56 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 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 | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月22日] 掲載 |
May 22, 2026, 10:56 a.m. |
| Summary | 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 |
|---|---|
| Publication Date | April 8, 2026, 11:16 p.m. |
| Registration Date | April 15, 2026, 11:32 a.m. |
| Last Update | April 9, 2026, 6:26 a.m. |