| タイトル | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| 概要 | Linuxカーネルのmm/damon/coreに存在していた脆弱性が修正されました。damon_call()のコールバック関数内でdamon_commit_ctx()が失敗すると、部分的に更新された破損したコンテキストが使用される可能性があり、それが予期しない動作やNULLポインタ参照を引き起こす恐れがあります。そこで、damon_ctx構造体にmaybe_corruptedフィールドを追加し、失敗時にこのフラグを設定して破損したコンテキストの使用を防ぐ仕組みを導入しました。この変更により、damon_commit_ctx()の内部メモリ割り当て失敗による問題が軽減され、システムの安定性が向上しました。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年4月22日0:00 |
| 登録日 | 2026年5月11日11:01 |
| 最終更新日 | 2026年5月11日11:01 |
| CVSS3.0 : 警告 | |
| スコア | 5.5 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 6.15 以上 6.18.21 未満 |
| Linux Kernel 6.19 以上 6.19.11 未満 |
| Linux Kernel 7.0 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月11日] 掲載 |
2026年5月11日11:01 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: avoid use of half-online-committed context One major usage of damon_call() is online DAMON parameters update. It is The API callers are, however, calling damon_commit_ctx() only after Avoid such partially-committed (maybe-corrupted) damon_ctx use by saving [sj@kernel.org: let kdamond_call() with cancel regardless of maybe_corrupted] |
|---|---|
| 公表日 | 2026年4月22日23:16 |
| 登録日 | 2026年4月25日4:05 |
| 最終更新日 | 2026年4月24日1:17 |