Cyber Resilience

CVE-2025-15480

Low

Published: 09 April 2026

Published
09 April 2026
Modified
17 April 2026
KEV Added
Patch
CVSS Score v4 2.7 CVSS: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.0031 22.2th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Credentials In Files (T1552.001); ranked at the 22.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AU-13 (Monitoring for Information Disclosure) and SI-15 (Information Output Filtering).

Deeper analysis

CVE-2025-15480 is a vulnerability in Ubuntu's ubuntu-desktop-provision version 24.04.4 that leads to the leakage of sensitive user credentials during crash reporting. Upon installation failure, if a user submits a bug report to Launchpad, the tool could include the user's password hash in the attached logs. This issue is categorized under CWE-1258 and carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H), indicating critical severity due to high confidentiality and availability impacts.

The vulnerability can be exploited by any unauthenticated attacker with network access to Launchpad, requiring low attack complexity and no privileges or direct user interaction from the attacker's perspective. Exploitation relies on a victim encountering an installation failure and choosing to submit a bug report, after which the password hash becomes accessible in the logs. Successful exploitation allows attackers to obtain the victim's password hash, enabling potential further credential compromise.

Mitigation is addressed in the canonical/ubuntu-desktop-provision GitHub repository through pull requests #1399 and #1400, which resolve the credential leakage in crash logs. Security practitioners should ensure affected systems are updated to patched versions of ubuntu-desktop-provision.

EU & UK References

Vulnerability details

In Ubuntu, ubuntu-desktop-provision version 24.04.4 could leak sensitive user credentials during crash reporting. Upon installation failure, if a user submitted a bug report to Launchpad, ubuntu-desktop-provision could include the user's password hash in the attached logs.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
Why these techniques?

Direct exposure of password hashes in crash log files uploaded to Launchpad enables credential access via unsecured files.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-14551Same vendor: Canonical
CVE-2026-47331Same vendor: Canonical
CVE-2026-3888Same vendor: Canonical
CVE-2026-34178Same vendor: Canonical
CVE-2024-6107Same vendor: Canonical
CVE-2025-0928Same vendor: Canonical
CVE-2026-34177Same vendor: Canonical
CVE-2026-49238Same vendor: Canonical
CVE-2026-4370Same vendor: Canonical
CVE-2026-32692Same vendor: Canonical

Affected Assets

canonical
ubuntu desktop provision
24.04.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the CVE by requiring timely flaw remediation through patching ubuntu-desktop-provision to eliminate password hash leakage in crash logs.

detect

Monitors systems specifically for unauthorized disclosure of sensitive information like password hashes in crash reports submitted to Launchpad.

prevent

Filters sensitive credentials such as password hashes from information output before transmission to external services like Launchpad bug reporting.

References