| Title | Debian等の複数ベンダの製品における不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルのperfにおけるmmapコードでは、リングバッファとイベントの補助バッファをユーザーページとしてmmapする際、最初のマッピング後は後続のマッピングも同じオフセットとサイズで行う必要があります。しかし、mmapやmunmap、mremapによって関連するマッピングが分割される場合、参照カウントが正しく管理されず、リークが発生する問題が存在しました。これに対応するため、仮想メモリ分割を防ぐ処理が追加され、vm_operations_structのmay_split()コールバックでエラーを返すことで分割を禁止しています。この修正により、マッピングのオフセットとサイズを変更できなくなりますが、同じサイズで異なるアドレスへのマッピングは引き続き可能となっています。 |
| Possible impacts | 当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | Aug. 19, 2025, midnight |
| Registration Date | Jan. 13, 2026, 2:59 p.m. |
| Last Update | Jan. 13, 2026, 2:59 p.m. |
| CVSS3.0 : 重要 | |
| Score | 7.8 |
|---|---|
| Vector | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Debian |
| Debian GNU/Linux 11.0 |
| Linux |
| Linux Kernel 4.1 以上 5.4.297 未満 |
| Linux Kernel 5.11 以上 5.15.190 未満 |
| Linux Kernel 5.16 以上 6.1.148 未満 |
| Linux Kernel 5.5 以上 5.10.241 未満 |
| Linux Kernel 6.13 以上 6.15.10 未満 |
| Linux Kernel 6.16 以上 6.16.1 未満 |
| Linux Kernel 6.2 以上 6.6.102 未満 |
| Linux Kernel 6.7 以上 6.12.42 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年01月13日] 掲載 |
Jan. 13, 2026, 2:59 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: perf/core: Prevent VMA split of buffer mappings The perf mmap code is careful about mmap()'ing the user page with the Though perf does not prevent that a related mapping is split via mmap(2), As perf already has the requirement for subsequent mappings to match the Implement the vm_operations_struct::may_split() callback and return That ensures that the mapping offsets and sizes cannot be changed after the |
|---|---|
| Publication Date | Aug. 20, 2025, 2:15 a.m. |
| Registration Date | Aug. 20, 2025, 4 a.m. |
| Last Update | Aug. 20, 2025, 2:15 a.m. |