| Summary | 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 |
|---|---|
| Publication Date | Nov. 8, 2024, 3:15 p.m. |
| Registration Date | Nov. 9, 2024, 5 a.m. |
| Last Update | Nov. 8, 2024, 3:15 p.m. |
| Title | Linux の Linux Kernel における脆弱性 |
|---|---|
| Summary | Linux の Linux Kernel には、不特定の脆弱性が存在します。 |
| Possible impacts | サービス運用妨害 (DoS) 状態にされる可能性があります。 |
| Solution | ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | Oct. 17, 2024, midnight |
| Registration Date | Oct. 16, 2025, 4:52 p.m. |
| Last Update | Oct. 16, 2025, 4:52 p.m. |
| 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 | Changed Details | Date of change |
|---|---|---|
| 1 | [2025年10月16日] 掲載 |
Oct. 16, 2025, 4:52 p.m. |