| 概要 | In the Linux kernel, the following vulnerability has been resolved: xen/privcmd: fix double free via VMA splitting privcmd_vm_ops defines .close (privcmd_close), but neither .may_split Both VMAs now point to the same pages array. When the unmapped portion The surviving VMA still holds the dangling pointer. When it is later Fix this issue by adding a .may_split callback denying the VMA split. This is XSA-487 / CVE-2026-31787 |
|---|---|
| 公表日 | 2026年4月30日20:16 |
| 登録日 | 2026年5月1日4:07 |
| 最終更新日 | 2026年5月1日2:11 |