Cyber Resilience

CVE-2024-50588

Published
08 November 2024
Modified
15 April 2026
CVSS Score v3.1 9.8
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:H
EPSS Score 0.0068 49th percentile
Risk Priority 72 floored blend · peak EPSS

Summary

CVE-2024-50588 is a critical-severity Unprotected Primary Channel (CWE-419) vulnerability in Hasomed (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Default Accounts (T1078.001); ranked at the 49th 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 AC-3 (Access Enforcement) and CM-6 (Configuration Settings) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

An unauthenticated attacker with access to the local network of the medical office can use known default credentials to gain remote DBA access to the Elefant Firebird database. The data in the database includes patient data and login credentials among…

more

other sensitive data. In addition, this enables an attacker to create and overwrite arbitrary files on the server filesystem with the rights of the Firebird database ("NT AUTHORITY\SYSTEM").

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.
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.
T1133 External Remote Services Persistence
Adversaries may leverage external-facing remote services to initially access and/or persist within a network.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1021 Remote Services Lateral Movement
Adversaries may use [Valid Accounts](https://attack.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-30859Shared CWE-419
CVE-2024-39886Shared CWE-419
CVE-2024-2414Shared CWE-419
CVE-2025-24030Shared CWE-419
CVE-2024-29021Shared CWE-1393
CVE-2025-1878Shared CWE-1393
CVE-2025-22938Shared CWE-1393
CVE-2026-8672Shared CWE-1393
CVE-2024-13966Shared CWE-1393
CVE-2024-30802Shared CWE-1393

Affected Assets

Hasomed
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 4 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

Enforces authorization on the primary administrative channel so the weakness cannot be exploited.

Requires unique identification and authentication before any administrative channel use.

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.

AC-17 Remote Access partial match

Requires documented protections and controls specifically for remote administrative channels.

Ensures session authenticity so an unprotected primary channel cannot be hijacked.

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

Strong authentication directly prevents use of an unprotected admin channel.

PR.AA-05 mostly match
prevents

Enforcing least-privilege access on the channel mitigates the unprotected primary channel.

PR.DS-02 mostly match
prevents

Protecting data-in-transit integrity and confidentiality secures the primary channel itself.

PR.IR-01 mostly match
prevents

Network-level controls that block unauthorized logical access close the unprotected channel.

PR.PS-01 mostly match
prevents

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

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

Secure authentication protects the primary channel from unauthorized use.

prevents

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

prevents

Privileged access rights directly restrict who can use the primary administrative channel.

prevents

Network security measures can help isolate or protect the primary channel.

prevents

Information access restriction limits exposure of the unprotected primary channel.

prevents

Configuration management processes typically enforce changing defaults during hardening.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (2 rules)
  • V-248827 OL 8 must not have the rsh-server package installed. prevents CWE-419
  • V-248823 OL 8 must not have the telnet-server package installed. prevents CWE-419
Oracle Linux 9 (1 rule)
  • V-271707 OL 9 must enable the Pluggable Authentication Module (PAM) interface for SSHD. prevents CWE-419

References