| 概要 | In the Linux kernel, the following vulnerability has been resolved: maple_tree: correct tree corruption on spanning store Patch series "maple_tree: correct tree corruption on spanning store", v3. There has been a nasty yet subtle maple tree corruption bug that appears This bug seems far more likely to happen since commit f8d112a4e657 We were made definitely aware of the bug thanks to the kind efforts of The bug arises when an attempt is made to perform a spanning store across This results in mas_wr_spanning_store() mitakenly duplicating the new and The fix patch corrects this by detecting this scenario and disallowing the The fix patch commit message goes into great detail as to how this occurs. This series also includes a test which reliably reproduces the issue, and Bert has kindly tested the fix and confirmed it resolved his issues. Also This patch (of 2): There has been a subtle bug present in the maple tree implementation from This arises from how stores are performed - when a store occurs, it will A range may always ultimately span two leaf nodes. In this instance we This kind of store is dubbed a 'spanning store' and is implemented by In order to reach this stage, mas_store_gfp() invokes When a spanning store is required, this function returns false stopping at When we go to perform the store in mas_wr_spanning_store(), we first We then turn our attention to the entries to the left of the entry we are We then copy the entry we wish to store immediately after this - the copy After this we copy the elements to the right of the end of the range which Herein lies the bug - under very specific circumstances, this logic can Consider the following tree: Height |
|---|---|
| 公表日 | 2024年11月8日15:15 |
| 登録日 | 2024年11月9日5:00 |
| 最終更新日 | 2024年11月8日15:15 |
| タイトル | Linux の Linux Kernel における脆弱性 |
|---|---|
| 概要 | Linux の Linux Kernel には、不特定の脆弱性が存在します。 |
| 想定される影響 | サービス運用妨害 (DoS) 状態にされる可能性があります。 |
| 対策 | ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2024年10月17日0:00 |
| 登録日 | 2025年10月16日16:52 |
| 最終更新日 | 2025年10月16日16:52 |
| Linux |
| Linux Kernel 6.1 以上 6.1.114 未満 |
| Linux Kernel 6.12 |
| Linux Kernel 6.2 以上 6.6.58 未満 |
| Linux Kernel 6.7 以上 6.11.5 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2025年10月16日] 掲載 |
2025年10月16日16:52 |