| タイトル | Canonical の Apport および Ubuntu における競合状態に関する脆弱性 |
|---|---|
| 概要 | Canonical の Apport および Ubuntu には、競合状態に関する脆弱性が存在します。 |
| 想定される影響 | 情報を取得される可能性があります。 |
| 対策 | 参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2025年5月30日0:00 |
| 登録日 | 2025年8月25日10:45 |
| 最終更新日 | 2025年8月25日10:45 |
| CVSS3.0 : 警告 | |
| スコア | 4.7 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N |
| Canonical |
| Apport 2.32.0 およびそれ以前 |
| Ubuntu 16.04 |
| Ubuntu 18.04 |
| Ubuntu 20.04 |
| Ubuntu 22.04 |
| Ubuntu 24.04 |
| Ubuntu 24.10 |
| Ubuntu 25.04 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2025年08月25日] 掲載 |
2025年8月25日10:45 |
| 概要 | Race condition in Canonical apport up to and including 2.32.0 allows a local attacker to leak sensitive information via PID-reuse by leveraging namespaces. When handling a crash, the function `_check_global_pid_and_forward`, which detects if the crashing process resided in a container, was being called before `consistency_checks`, which attempts to detect if the crashing process had been replaced. Because of this, if a process crashed and was quickly replaced with a containerized one, apport could be made to forward the core dump to the container, potentially leaking sensitive information. `consistency_checks` is now being called before `_check_global_pid_and_forward`. Additionally, given that the PID-reuse race condition cannot be reliably detected from userspace alone, crashes are only forwarded to containers if the kernel provided a pidfd, or if the crashing process was unprivileged (i.e., if dump mode == 1). |
|---|---|
| 公表日 | 2025年5月31日3:15 |
| 登録日 | 2025年6月1日4:00 |
| 最終更新日 | 2025年6月3日2:32 |