Cyber Resilience

CVE-2023-39546

Nec Expresscluster X 1.0 … 5.1

Published
17 November 2023
Modified
21 November 2024
CVSS Score v3.1 8.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0063 47th percentile
Risk Priority 65 floored blend · peak EPSS

Summary

CVE-2023-39546 is a high-severity Use of Password Hash Instead of Password for Authentication (CWE-836) vulnerability in Nec Expresscluster X. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Pass the Hash (T1550.002); ranked at the 47th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability Data

CLUSTERPRO X Ver5.1 and earlier and EXPRESSCLUSTER X 5.1 and earlier, CLUSTERPRO X SingleServerSafe 5.1 and earlier, EXPRESSCLUSTER X SingleServerSafe 5.1 and earlier allows a attacker to log in to the product may execute an arbitrary command.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1550.002 Pass the Hash Lateral Movement
Adversaries may “pass the hash” using stolen password hashes to move laterally within an environment, bypassing normal system access controls.
T1550 Use Alternate Authentication Material Lateral Movement
Adversaries may use alternate authentication material, such as password hashes, Kerberos tickets, and application access tokens, in order to move laterally within an environment and bypass normal system access controls.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-39547Same product: Nec Expresscluster X
CVE-2023-39544Same product: Nec Expresscluster X
CVE-2023-39545Same product: Nec Expresscluster X
CVE-2023-39548Same product: Nec Expresscluster X
CVE-2026-9222Shared CWE-836
CVE-2019-25552Shared CWE-836
CVE-2025-48925Shared CWE-836
CVE-2026-40103Shared CWE-836
CVE-2025-64471Shared CWE-836
CVE-2025-52543Shared CWE-836

Affected Assets

nec
expresscluster x
1.0, 2.0, 2.1, 3.0, 3.1
nec
expresscluster x singleserversafe
1.0, 2.0, 2.1, 3.0, 3.1

Mitigating Controls

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-03 mostly match
prevents

Proper authentication mechanisms require passwords (not pre-hashed values) to be supplied by the claimant and verified server-side.

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.

degrades

Directly requires secure handling and protection of authentication credentials, preventing storage or comparison of password hashes as if they were passwords.

degrades

Mandates secure authentication mechanisms that preclude the flawed practice of treating password hashes as authenticators.

degrades

Requires proper cryptographic practices for protecting passwords, indirectly mitigating misuse of hashes in authentication.

prevents

Secure coding guidance can prevent this implementation error but does not address the control's broader intent.

References