LiveActive security incident?Get immediate response
CVE Record

CVE-2014-5405: Hospira MedNet Use of Hard-coded Password

Hospira MedNet before 6.1 uses a hardcoded cleartext password to control SQL database authorization, which allows remote authenticated users to bypass intended access restrictions by leveraging knowledge of this password.

CriticalCVSS 9Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Hospira MedNet used a built-in cleartext password for SQL database authorization. An authenticated remote user who knows that password could bypass intended access controls and potentially gain full confidentiality, integrity, and availability impact.

Executive priority

Treat as high-priority for healthcare environments using legacy Hospira MedNet. The vulnerability can undermine database authorization, but urgency depends on whether affected versions remain deployed and reachable by authenticated users.

Technical view

CVE-2014-5405 is CWE-259 in Hospira MedNet before 6.1. The CVE describes a hardcoded cleartext password controlling SQL database authorization, allowing remote authenticated users to bypass access restrictions. CVSS v2 is 9.0 with network access and low complexity.

Likely exposure

Exposure is likely limited to organizations running Hospira MedNet versions before 6.1, especially healthcare environments where authenticated remote access reaches MedNet or its SQL database path.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation. Exploitation requires authenticated remote access and knowledge of the hardcoded password, but impact is rated complete for confidentiality, integrity, and availability.

Researcher notes

Evidence is limited to CVE and CISA advisory references in the bundle. The issue is not marked KEV here. Avoid assuming internet exposure, exploit tooling, or specific patches beyond the before-6.1 version boundary stated in sources.

Mitigation direction

  • Identify all Hospira MedNet deployments and installed versions.
  • Upgrade MedNet deployments identified as before 6.1, following Hospira/CISA guidance.
  • Restrict remote access to MedNet and associated SQL database services.
  • Review privileged accounts and database authorization controls for unexpected access.
  • Monitor vendor and CISA advisories for product-specific remediation details.

Validation and detection

  • Confirm whether any MedNet instance is version before 6.1.
  • Verify MedNet SQL database interfaces are not broadly reachable.
  • Review authentication logs for unusual remote access to MedNet administration or database paths.
  • Check database permissions for accounts exceeding documented operational need.
  • Document compensating controls where immediate upgrade is not possible.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-259: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2014-5405 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:S/C:C/I:C/A:C

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9CVSS 2.0CriticalAV:N/AC:L/Au:S/C:C/I:C/A:C810Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

9Critical
CVSS 2.0 vector shape for CVE-2014-5405Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:S/C:C/I:C/A:C

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HospiraMedNet0, 6.1unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-259 · source CWE mapping

Use of Hard-coded Password

Use of Hard-coded Password represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.