Cyber Resilience

CVE-2026-4404

Exposed Creds in Linuxfoundation Harbor ≤ 2.15.0

Published
23 March 2026
Modified
10 August 2026
Patch / advisory
CVSS Score v3.1 9.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
EPSS Score 0.0049 40th percentile
Risk Priority 69 floored blend · peak EPSS

Summary

CVE-2026-4404 is a critical-severity Use of Hard-coded Credentials (CWE-798) vulnerability in Linuxfoundation Harbor. Its CVSS base score is 9.4 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Default Accounts (T1078.001); ranked at the 40th 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-6 (Configuration Settings) and IA-5 (Authenticator Management) — 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-2026-4404 involves the use of hard-coded credentials in GoHarbor Harbor versions 2.15.0 and below, enabling attackers to authenticate to the web UI using the default password. This flaw corresponds to CWE-798 (Use of Hard-coded Credentials) and CWE-1393 (Use of Default Credentials), with a CVSS v3.1 base score of 9.4 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L). The vulnerability was published on 2026-03-23.

Remote attackers require only network access, with no privileges, user interaction, or elevated complexity to exploit it. Successful exploitation provides high confidentiality and integrity impacts alongside low availability impact, allowing unauthorized access to the Harbor web UI, including default administrator privileges via credentials such as admin/Harbor12345.

Mitigation guidance from Harbor documentation emphasizes modifying default credentials in harbor.yml during installation. GitHub issue #1937 documents the problem, while pull request #22751 provides a patch. The CERT advisory VU#577436 and CWE definitions offer additional technical details on remediation.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Use of hard coded credentials in GoHarbor Harbor version 2.15.0 and below, allows attackers to use the default password and gain access to the web UI.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1078.001 Default Accounts Stealth
Adversaries may obtain and abuse credentials of a default account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
T1078 Valid Accounts Stealth
Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1552.004 Private Keys Credential Access
Adversaries may search for private key certificate files on compromised systems for insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-22278Same product: Linuxfoundation Harbor
CVE-2024-22244Same product: Linuxfoundation Harbor
CVE-2024-22261Same product: Linuxfoundation Harbor
CVE-2023-20902Same product: Linuxfoundation Harbor
CVE-2023-27584Same vendor: Linuxfoundation
CVE-2024-9798Same vendor: Linuxfoundation
CVE-2024-9802Same vendor: Linuxfoundation
CVE-2023-46742Same vendor: Linuxfoundation
CVE-2026-54704Same vendor: Linuxfoundation
CVE-2023-39348Same vendor: Linuxfoundation

Affected Assets

linuxfoundation
harbor
≤ 2.15.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Authenticator management requires verification of identity at initial distribution and secure handling that directly stops default passwords from remaining in use.

Configuration settings establish the most restrictive secure baselines, which include changing or disabling default passwords.

Cryptographic key management mandates proper establishment and handling instead of embedding keys in code.

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-01 full match
prevents

Credential management directly requires replacing default passwords with unique, strong credentials.

PR.PS-01 mostly match
prevents

Hardened configuration baselines explicitly prohibit default passwords, covering most of the weakness but not all identity-management aspects.

ID.RA-01 partial match
prevents

Vulnerability scanning will discover default-password instances, enabling remediation, yet does not itself prevent their initial use.

PR.AA-03 partial match
prevents

Authentication policies can enforce non-default passwords but do not address the full scope of credential lifecycle.

PR.AA-05 partial match
prevents

Authorization policies assume credentials already exist and are not default; least-privilege helps limit impact but does not prevent defaults.

PR.AA-02 none match
prevents

PR.AA-02 addresses human identity proofing and per-person credential issuance at enrollment; it has no bearing on whether developers embed static credentials in software.

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

Mandates secure handling and change of authentication secrets, directly addressing default passwords.

prevents

Configuration management processes typically enforce changing defaults during hardening.

prevents

Education on secure configuration practices discourages technical staff from embedding or relying on hard-coded credentials in systems and applications.

mitigates

Secure key-generation, distribution and storage procedures reduce the likelihood that hard-coded or default cryptographic keys will be introduced or left unprotected.

prevents

Explicit prohibition of hard-coded passwords and unauthenticated external services stops credentials from being embedded directly in source code.

prevents

Contractual requirements for secure coding practices and evidence of testing make it less likely that hard-coded credentials will be introduced or remain undetected in delivered code.

References