CVE-2021-43355

7.3 HIGH

📋 TL;DR

This vulnerability allows attackers to bypass client-side authentication controls in Fresenius Kabi Vigilant Software Suite, potentially gaining unauthorized access with service privileges. It affects healthcare organizations using the Mastermed Dashboard version 2.0.1.3 for medical device monitoring.

💻 Affected Systems

Products:
  • Fresenius Kabi Vigilant Software Suite (Mastermed Dashboard)
Versions: 2.0.1.3
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Specifically affects the authentication mechanism where client-side validation is trusted without server verification.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers gain service-level access to medical device monitoring systems, potentially manipulating medical device data or disrupting critical healthcare operations.

🟠

Likely Case

Unauthorized access to medical device monitoring dashboards, allowing viewing of sensitive patient data and device status information.

🟢

If Mitigated

No impact if proper server-side authentication is implemented and client-side validation is not trusted.

🌐 Internet-Facing: HIGH - If exposed to internet, attackers can attempt authentication bypass without network access.
🏢 Internal Only: MEDIUM - Requires internal network access or compromised credentials to exploit.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Requires knowledge of service user credentials but bypasses client-side validation checks.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.0.2.0 or later

Vendor Advisory: https://www.cisa.gov/uscert/ics/advisories/icsma-21-355-01

Restart Required: Yes

Instructions:

1. Contact Fresenius Kabi for updated version 2.0.2.0 or later. 2. Backup current configuration. 3. Install the updated software. 4. Restart the system. 5. Verify authentication now requires server-side validation.

🔧 Temporary Workarounds

Implement Network Segmentation

all

Isolate the Mastermed Dashboard system from untrusted networks and restrict access to authorized users only.

Enable Server-Side Authentication

windows

Configure the system to perform authentication validation on the server side rather than relying on client-side checks.

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can reach the vulnerable system
  • Monitor authentication logs for unusual login attempts or service account usage

🔍 How to Verify

Check if Vulnerable:

Check software version in application settings or About dialog. If version is 2.0.1.3, system is vulnerable.

Check Version:

Check application interface for version information or consult system documentation

Verify Fix Applied:

After update, verify version is 2.0.2.0 or later and test that client-side manipulation of authentication data is rejected by server.

📡 Detection & Monitoring

Log Indicators:

  • Multiple failed authentication attempts followed by successful login with service account
  • Authentication events without proper server-side validation

Network Indicators:

  • Unusual authentication traffic patterns
  • Requests bypassing client-side validation mechanisms

SIEM Query:

source="mastermed" AND (event_type="authentication" AND (status="success" AND client_validation="bypassed"))

🔗 References

📤 Share & Export