Description
(Holloway) Chew, Kean Ho's Actualizer v1.2.0 and earlier contains a fail-open password validation vulnerability in the Alpha user and root user password loops of Shell/debian-minbase-install.sh. The installer invokes mkpasswd to generate yescrypt password hashes but does not check the command's return value and unconditionally accepts the result. If mkpasswd fails to generate a yescrypt hash, for example because an incompatible mkpasswd implementation or an environment without yescrypt support is used, the resulting password hash variable can be empty and the build proceeds. The resulting image can therefore contain empty password fields for the root and alpha accounts, potentially permitting passwordless authentication depending on the authentication configuration.
Published: 2026-09-04
Score: 7.9 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a fail‑open password validation in the shell installer script. The script invokes mkpasswd to generate yescrypt password hashes but ignores the command’s exit status; if mkpasswd fails—because the implementation is incompatible or the environment lacks yescrypt support—the resulting hash variable is empty and the build proceeds. The root and alpha accounts therefore end up with empty password fields. Depending on the system’s authentication configuration, this can allow login without a password. The weakness corresponds to unchecked return value (CWE‑252) and partial input validation (CWE‑636). The impact is that an attacker could gain unauthorized root or privileged access to an image or system that uses the compromised installer.

Affected Systems

The affected product is Chew Kean Ho software‑actualizer version 1.2.0 and all earlier releases. No other vendors or products are listed.

Risk and Exploitability

The CVSS score of 7.9 reflects moderate‑to‑high severity. The EPSS score is not available, and the vulnerability is not listed in CISA KEV. The likely attack surface is the build or deployment process: an attacker who can control the installer execution or supply a custom mkpasswd binary could cause the hash to be empty and thus create an image with passwordless root or alpha accounts. Anyone who signs or distributes such an image may unwittingly expose themselves to root compromise. The risk is therefore significant for images used in production environments.

Generated by OpenCVE AI on September 4, 2026 at 14:51 UTC.

Remediation

Vendor Solution

Upgrade to Actualizer v1.2.1 or later. The fixed version validates that the generated password hash has the expected yescrypt prefix and performs a pre-flight check for yescrypt support before building.


OpenCVE Recommended Actions

  • Upgrade to Actualizer v1.2.1 or later, which validates the generated password hash and pre‑flight checks for yescrypt support.
  • Ensure the build environment runs a compatible mkpasswd implementation with yescrypt support and abort installation if the hash command fails.
  • Verify after installation that the root and alpha accounts contain valid, non‑empty password hashes before distribution.

Generated by OpenCVE AI on September 4, 2026 at 14:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Chewkeanho
Chewkeanho software-actualizer
Vendors & Products Chewkeanho
Chewkeanho software-actualizer

Fri, 04 Sep 2026 15:15:00 +0000

Type Values Removed Values Added
Title Fail‑Open Password Validation in Actualizer Installer Leading to Passwordless Authentication

Fri, 04 Sep 2026 13:15:00 +0000

Type Values Removed Values Added
Description (Holloway) Chew, Kean Ho's Actualizer v1.2.0 and earlier contains a fail-open password validation vulnerability in the Alpha user and root user password loops of Shell/debian-minbase-install.sh. The installer invokes mkpasswd to generate yescrypt password hashes but does not check the command's return value and unconditionally accepts the result. If mkpasswd fails to generate a yescrypt hash, for example because an incompatible mkpasswd implementation or an environment without yescrypt support is used, the resulting password hash variable can be empty and the build proceeds. The resulting image can therefore contain empty password fields for the root and alpha accounts, potentially permitting passwordless authentication depending on the authentication configuration.
Weaknesses CWE-252
CWE-636
References
Metrics cvssV3_1

{'score': 7.9, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N'}


Subscriptions

Chewkeanho Software-actualizer
cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-09-04T17:59:26.205Z

Reserved: 2026-09-04T12:58:10.268Z

Link: CVE-2026-85649

cve-icon Vulnrichment

Updated: 2026-09-04T17:59:22.925Z

cve-icon NVD

Status : Received

Published: 2026-09-04T13:20:11.760

Modified: 2026-09-04T18:18:05.730

Link: CVE-2026-85649

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T15:19:50Z

Weaknesses
  • CWE-252

    Unchecked Return Value

  • CWE-636

    Not Failing Securely ('Failing Open')