Cyber Resilience

CVE-2025-14551

Canonical Ubuntu Subiquity 24.04.4

Published
09 April 2026
Modified
17 April 2026
Patch / advisory
CVSS Score v4 2.7
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N/E:U/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.0028 20th percentile
Risk Priority 32 floored blend · peak EPSS

Summary

CVE-2025-14551 is a low-severity Exposure of Sensitive System Information Due to Uncleared Debug Information (CWE-1258) vulnerability in Canonical Ubuntu Subiquity. Its CVSS base score is 2.7 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique OS Credential Dumping (T1003); ranked at the 20th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to CM-7 (Least Functionality) and SA-3 (System Development Life Cycle) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-14551 affects Subiquity version 24.04.4, the server installer component in Ubuntu. The vulnerability involves the unintended leakage of sensitive user credentials, such as plaintext Wi-Fi passwords, in crash logs generated during installation failures. If a user submits these logs as a bug report to Launchpad, the credentials are included in the publicly attached files, violating expected data handling in crash reporting. This issue is classified under CWE-1258 (improper handling of sensitive information due to missing design/input validation) with a CVSS v3.1 base score of 8.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H), indicating high severity due to network accessibility, low complexity, and significant impacts on confidentiality and availability.

Exploitation requires low privileges (PR:L) on the affected system during the Ubuntu installation process using Subiquity 24.04.4. An attacker could trigger an installation failure, leading to crash log generation, and if the user or attacker submits the report to Launchpad, the plaintext credentials become publicly accessible over the network without user interaction beyond the submission. Successful exploitation allows remote attackers to obtain high-impact confidentiality breaches, such as Wi-Fi passwords, and potentially high availability disruption from the installation crash, though the primary concern is the exposure of credentials in public bug reports.

Mitigation is addressed through patches in the canonical/subiquity GitHub repository, specifically pull requests #2357 and #2358, which resolve the credential inclusion in crash logs. Security practitioners should ensure Subiquity is updated beyond version 24.04.4, advise users against submitting crash reports from affected installations to Launchpad, and review any existing public bug reports for exposed credentials.

EU & UK References

Vulnerability Data

In Ubuntu, Subiquity version 24.04.4 could leak sensitive user credentials during crash reporting. Upon installation failure, if a user submitted a bug report to Launchpad, Subiquity could include certain user credentials, such as the user's plaintext Wi-Fi password, in the…

more

attached logs.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1003 OS Credential Dumping Credential Access
Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-15480Same vendor: Canonical
CVE-2024-36912Shared CWE-1258
CVE-2026-52696Shared CWE-1258
CVE-2025-32257Shared CWE-1258
CVE-2025-26482Shared CWE-1258
CVE-2024-36913Shared CWE-1258
CVE-2026-26948Shared CWE-1258
CVE-2023-5182Same vendor: Canonical
CVE-2024-29069Same vendor: Canonical
CVE-2025-6224Same vendor: Canonical

Affected Assets

canonical
ubuntu subiquity
24.04.4

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V13.3.3
  • V17.2.1
  • V11.2.1

Mitigating Controls (NIST 800-53 r5) AI

Disabling debug and other non-essential functionality prevents the system from entering a debug state that would expose uncleared sensitive values.

Mandating a security-aware SDLC ensures hardware designs incorporate debug-mode clearing requirements.

Acquisition requirements can explicitly mandate secure debug behavior and data clearing in supplied hardware.

Requiring security engineering principles during design directly addresses the need to clear sensitive data on debug entry.

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.

ID.RA-09 partial match
prevents

Pre-acquisition hardware integrity assessment can identify devices with uncleared debug exposure before purchase.

PR.PS-03 partial match
prevents

Hardware replacement policy can retire devices whose debug interfaces fail to clear sensitive state.

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.

finds

Security testing in development can detect uncleared debug information before release.

degrades

Cryptographic key management and secure handling requirements reduce exposure of sensitive values during debug entry.

prevents

Secure system architecture and engineering principles directly address clearing of sensitive data on debug transitions.

degrades

Secure coding practices can mandate explicit clearing of debug registers and memory.

degrades

Test information protection includes ensuring debug artifacts do not leak sensitive data.

References