| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました。PCI/P2PDMAに関するp2pmem_alloc_mmap()の警告条件の修正です。コミットb7e282378773により、p2pdmaページの初期ページ参照カウントが1から0に変更されましたが、p2pmem_alloc_mmap()内で"VM_WARN_ON_ONCE_PAGE(!page_ref_count(page))"を使用し、初期ページ参照カウントが0であってはならないとアサートしていました。そのため、CONFIG_DEBUG_VMが有効な場合、以下の警告が報告されていました。page: refcount:0 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x380400000 flags: 0x20000000002000(reserved|node=0|zone=4) raw: 0020000000002000 ff1100015e3ab440 0000000000000000 0000000000000000 raw: 0000000000000000 0000000000000000 00000000ffffffff 0000000000000000 page dumped because: VM_WARN_ON_ONCE_PAGE(!page_ref_count(page)) ------------[ cut here ]------------ WARNING: CPU: 5 PID: 449 at drivers/pci/p2pdma.c:240 p2pmem_alloc_mmap+0x83a/0xa60 修正は、アサーション条件として"page_ref_count(page)"を使用することで行われました。 |
| 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 | 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 6.15 以上 6.18.14 未満 |
| Linux Kernel 6.19 以上 6.19.4 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月10日] 掲載 |
June 10, 2026, 2:25 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: PCI/P2PDMA: Fix p2pmem_alloc_mmap() warning condition Commit b7e282378773 has already changed the initial page refcount of page: refcount:0 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x380400000 Fix by using "page_ref_count(page)" as the assertion condition. |
|---|---|
| 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. |