Cyber Resilience

CVE-2025-5467

Canonical Apport 2.20.1-0ubuntu1 – 2.20.1-0ubuntu2.30

Public PoC
Published
10 December 2025
Modified
17 December 2025
CVSS Score v4 1.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0017 7th percentile
Risk Priority 19 floored blend · peak EPSS

Summary

CVE-2025-5467 is a low-severity Incorrect Ownership Assignment (CWE-708) vulnerability in Canonical Apport. Its CVSS base score is 1.9 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Path Interception (T1034); ranked at the 7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-16 (Security and Privacy Attributes) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

It was discovered that process_crash() in data/apport in Canonical's Apport crash reporting tool may create crash files with incorrect group ownership, possibly exposing crash information beyond expected or intended groups.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1034 Path Interception Persistence
**This technique has been deprecated.
T1554 Compromise Host Software Binary Persistence
Adversaries may modify host software binaries to establish persistent access to systems.
T1574 Hijack Execution Flow Stealth
Adversaries may execute their own malicious payloads by hijacking the way operating systems run programs.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-32691Same vendor: Canonical
CVE-2025-5054Same product: Canonical Apport
CVE-2023-1326Same product: Canonical Apport
CVE-2024-9633Shared CWE-708
CVE-2025-5069Shared CWE-708
CVE-2023-29122Shared CWE-708
CVE-2026-40196Shared CWE-708
CVE-2025-14262Shared CWE-708
CVE-2024-45426Shared CWE-708
CVE-2023-4008Shared CWE-708

Affected Assets

canonical
apport
2.20.1-0ubuntu1 — 2.20.1-0ubuntu2.30 · 2.20.9-0ubuntu7 — 2.20.9-0ubuntu7.29 · 2.20.11-0ubuntu27 — 2.20.11-0ubuntu27.28

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 4 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

Enforces approved authorizations on resource access, which structurally prevents assignment of ownership outside the intended control sphere.

Provides the mechanism to associate and manage security attributes such as ownership, directly stopping incorrect owner assignment.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Defining, enforcing and reviewing access permissions and entitlements directly addresses correct ownership assignment for resources.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Access-control policy can mandate correct ownership assignment, but does not prescribe how ownership is technically enforced.

degrades

Identity-management processes define who may own resources, yet do not guarantee correct assignment at creation time.

prevents

Access-rights provisioning includes ownership assignment; fixing CWE-708 directly supports this control's intent.

prevents

Role definitions can require ownership accountability, but the control itself does not address technical assignment errors.

prevents

Privileged-access rules often include ownership checks, yet the control focuses on elevated rights rather than ownership correctness.

prevents

Information-access-restriction mechanisms rely on correct ownership; eliminating incorrect ownership strengthens this control.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

RHEL 7 (1 rule)
  • V-204392 The Red Hat Enterprise Linux operating system must be configured so that the file permissions, ownership, and group membership of system files and commands match the vendor values. prevents CWE-708

References