| 概要 | In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an In addition, we may encounter an error during the fork operation that As a result, we should not be exposing it in any way to external machinery We specifically update the fork logic to defer khugepaged and ksm to the This patch (of 2): Currently on fork we expose the virtual address space of a process to This is performed in dup_userfaultfd_complete() which is invoked This is problematic, because the virtual address space may not yet be The change in commit d24062914837 ("fork: use __mt_dup() to duplicate We address this by, on fork error, ensuring that we roll back state that We do this by implementing a new function, dup_userfaultfd_fail(), which Note that we perform mmgrab() on the parent and child mm's, however |
|---|---|
| 公表日 | 2024年11月9日20:15 |
| 登録日 | 2024年11月10日5:01 |
| 最終更新日 | 2024年11月12日22:56 |
| タイトル | Linux の Linux Kernel における Time-of-check Time-of-use (TOCTOU) 競合状態の脆弱性 |
|---|---|
| 概要 | Linux の Linux Kernel には、Time-of-check Time-of-use (TOCTOU) 競合状態の脆弱性が存在します。 |
| 想定される影響 | サービス運用妨害 (DoS) 状態にされる可能性があります。 |
| 対策 | ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2024年10月28日0:00 |
| 登録日 | 2025年10月16日18:10 |
| 最終更新日 | 2025年10月16日18:10 |
| Linux |
| Linux Kernel 6.12 |
| Linux Kernel 6.8 以上 6.11.7 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2025年10月16日] 掲載 |
2025年10月16日18:09 |