| Title | LinuxのLinux Kernelにおける初期化されていないリソースの使用に関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました:netfilterのnfnetlink_logにおけるNFULA_PAYLOAD内の未初期化パディング情報漏えいの問題です。__build_packet_message()関数はskb_put()およびskb_copy_bits()を使用して手動でNFULA_PAYLOADのnetlink属性を構築しており、標準のnla_reserve()/nla_put()ヘルパーを回避していました。nla_total_size(data_len)バイト(NLAアラインメントパディングを含む)が割り当てられているにもかかわらず、実際のパケットデータはdata_lenバイトのみコピーされていました。data_lenが4バイト境界に揃っていない場合、後続のnla_padlen(data_len)バイト(1〜3バイト)が初期化されず、古いヒープ内容がNFLOG netlinkソケットを介してユーザースペースに漏えいしていました。手動による属性構築をnla_reserve()に置き換えました。これにより、__nla_reserve()で余白チェック、ヘッダー設定、パディングのゼロクリアが適切に処理されます。その後、skb_copy_bits()は正しく初期化された属性の上にペイロードデータを填充します。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | April 13, 2026, midnight |
| Registration Date | May 22, 2026, 10:55 a.m. |
| Last Update | May 22, 2026, 10:55 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.24 以上 5.10.253 未満 |
| Linux Kernel 5.11 以上 5.15.203 未満 |
| Linux Kernel 5.16 以上 6.1.168 未満 |
| Linux Kernel 6.13 以上 6.18.21 未満 |
| Linux Kernel 6.19 以上 6.19.11 未満 |
| Linux Kernel 6.2 以上 6.6.131 未満 |
| Linux Kernel 6.7 以上 6.12.80 未満 |
| Linux Kernel 7.0 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月22日] 掲載 |
May 22, 2026, 10:55 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_log: fix uninitialized padding leak in NFULA_PAYLOAD __build_packet_message() manually constructs the NFULA_PAYLOAD netlink Replace the manual attribute construction with nla_reserve(), which |
|---|---|
| Publication Date | April 13, 2026, 11:16 p.m. |
| Registration Date | April 15, 2026, 11:38 a.m. |
| Last Update | April 18, 2026, 6:16 p.m. |