LiveActive security incident?Get immediate response
CVE Record

CVE-2014-5400: Hospira MedNet Password in Configuration File

The installation component in Hospira MedNet before 6.1 places cleartext credentials in configuration files, which allows local users to obtain sensitive information by reading a file.

MediumCVSS 6.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Hospira MedNet versions before 6.1 may store credentials in readable configuration files. A local authenticated user could read those credentials and gain sensitive access. The issue is local, but in clinical technology environments stolen credentials can affect availability, integrity, and confidentiality.

Executive priority

Treat as a moderate operational risk. It is not remotely exploitable from the cited data, but credential exposure on medical network systems can amplify insider or workstation compromise impact.

Technical view

The installation component writes cleartext credentials to configuration files. CVSS v2 is 6.8 with local access, low complexity, authenticated attacker, and complete confidentiality, integrity, and availability impact. The weakness maps to CWE-260: password in configuration file.

Likely exposure

Exposure is limited to organizations running Hospira MedNet before version 6.1, especially where non-administrative local users can access application or installation configuration files.

Exploitation context

The provided sources do not indicate CISA KEV listing or active exploitation. Exploitation requires local authenticated access, so risk depends on host access controls and credential reuse.

Researcher notes

Evidence is limited to public CVE and CISA advisory metadata. Do not assume remote exploitability or active exploitation. Focus validation on version confirmation, local file access, credential exposure, and whether exposed credentials enable broader system access.

Mitigation direction

  • Inventory Hospira MedNet instances and confirm versions against CISA and vendor guidance.
  • Upgrade or remediate versions before 6.1 where vendor guidance supports it.
  • Restrict local user access on MedNet systems to authorized administrators only.
  • Review configuration file permissions for least-privilege access.
  • Rotate any exposed credentials found in configuration files.

Validation and detection

  • Confirm whether any deployed Hospira MedNet version is earlier than 6.1.
  • Review installation and application configuration files for cleartext credentials.
  • Verify file permissions prevent non-administrative local users from reading sensitive configs.
  • Check for credential reuse across MedNet, database, and infrastructure services.
  • Document compensating controls where upgrade is not immediately 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-260: 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
cve · low confidence lookup

CVE-2014-5400 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
Medium
CVSS
6.8 (2.0)
Known Exploited
No
Published

Vector: AV:L/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
6.8CVSS 2.0MediumAV:L/AC:L/Au:S/C:C/I:C/A:C3.110Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

6.8Medium
CVSS 2.0 vector shape for CVE-2014-5400Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:L/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-260 · source CWE mapping

Password in Configuration File

Password in Configuration File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.