Linux ContainersのIncusにおけるNULL ポインタデリファレンスに関する脆弱性
| Title |
Linux ContainersのIncusにおけるNULL ポインタデリファレンスに関する脆弱性
|
| Summary |
Incusはシステムコンテナおよび仮想マシンマネージャーです。バージョン7.0.0以前では、backup.GetInfo()がinline backup/index.yamlの設定を信頼し、結果のConfigがnilの場合にのみレガシーなbackup/container/backup.yamlファイルの解析にフォールバックしていました。その結果、アーカイブは初期のインポート事前チェックを通過する有効なinline設定を持ちながらも、復元されたファイルシステムから後で再解析される不正なレガシーbackup/container/backup.yamlファイルを含む可能性がありました。ParseConfigYamlFile()はcontainerセクションを持たないYAMLドキュメントを受け入れ、その後の複数の消費者がnilチェックなしでcontainerを参照していました。インスタンスの復元およびインポートフローで確認された例には、backup.UpdateInstanceConfig()とinternalImportFromBackup()があります。インスタンスバックアップのインポート権限を持つ認証ユーザーは、inline backup/index.yamlが有効である一方で、抽出されたレガシーbackup.yamlにcontainerが欠落している細工されたバックアップアーカイブによりIncusデーモンをクラッシュさせることが可能でした。このクラッシュはアーカイブ抽出が開始された後の復元経路で発生します。この問題はバージョン7.0.0で修正されています。
|
| Possible impacts |
当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution |
正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
May 7, 2026, midnight |
| Registration Date |
May 11, 2026, 10:57 a.m. |
| Last Update |
May 11, 2026, 10:57 a.m. |
|
CVSS3.0 : 警告
|
| Score |
6.5
|
| Vector |
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Affected System
| Linux Containers |
|
Incus 7.0.0 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年05月11日] 掲載 |
May 11, 2026, 10:57 a.m. |
NVD Vulnerability Information
CVE-2026-41684
| Summary |
Incus is a system container and virtual machine manager. Prior to version 7.0.0, backup.GetInfo() trusts the inline backup/index.yaml config when present and only falls back to parsing the legacy backup/container/backup.yaml file if result.Config == nil. As a result, an archive can carry a valid inline config that passes the initial import preflight while also carrying a malformed legacy backup/container/backup.yaml file that is reparsed later from the restored file system. ParseConfigYamlFile() accepts YAML documents with no container section, and multiple downstream consumers then dereference. Container without checking for nil. Confirmed examples in the instance restore and import flow include backup.UpdateInstanceConfig() and internalImportFromBackup(). An authenticated user with permission to import instance backups may be able to crash the Incus daemon with a crafted backup archive whose inline backup/index.yaml is valid but whose extracted legacy backup.yaml omits container. The crash occurs in the restore path after archive extraction has begun. This issue has been patched in version 7.0.0.
|
| Publication Date |
May 7, 2026, 11:16 p.m. |
| Registration Date |
May 8, 2026, 4:09 a.m. |
| Last Update |
May 7, 2026, 11:59 p.m. |
Related information, measures and tools
Common Vulnerabilities List