製品・ソフトウェアに関する情報
Canonical の Apport および Ubuntu における競合状態に関する脆弱性
Title Canonical の Apport および Ubuntu における競合状態に関する脆弱性
Summary

Canonical の Apport および Ubuntu には、競合状態に関する脆弱性が存在します。

Possible impacts 情報を取得される可能性があります。
Solution

参考情報を参照して適切な対策を実施してください。

Publication Date May 30, 2025, midnight
Registration Date Aug. 25, 2025, 10:45 a.m.
Last Update Aug. 25, 2025, 10:45 a.m.
CVSS3.0 : 警告
Score 4.7
Vector CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
Affected System
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
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2025年08月25日]
  掲載
Aug. 25, 2025, 10:45 a.m.

NVD Vulnerability Information
CVE-2025-5054
Summary

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).

Publication Date May 31, 2025, 3:15 a.m.
Registration Date June 1, 2025, 4 a.m.
Last Update June 3, 2025, 2:32 a.m.
Related information, measures and tools
Common Vulnerabilities List