LiveActive security incident?Get immediate response
CVE Record

CVE-2021-43355: Fresenius Kabi Agilia Connect Infusion System use of client side authentication

Fresenius Kabi Vigilant Software Suite (Mastermed Dashboard) version 2.0.1.3 allows user input to be validated on the client side without authentication by the server. The server should not rely on the correctness of the data because users might not support or block JavaScript or intentionally bypass the client-side checks. An attacker with knowledge of the service user could circumvent the client-side control and login with service privileges.

HighCVSS 7.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Fresenius Kabi hospital infusion-system software component relied on browser-side checks for login validation. If an attacker knows a service user, they may bypass those checks and obtain service privileges. Because this touches clinical technology management software, treat exposed instances as operationally important even though the cited sources do not show active exploitation.

Executive priority

Prioritize within medical device security backlog because unauthenticated network access can become service-level access if the account detail is known. Urgency rises sharply if the dashboard is reachable beyond a tightly controlled clinical management network. No KEV listing or active exploitation evidence is provided.

Technical view

CVE-2021-43355 is CWE-603, client-side authentication. Vigilant Software Suite (Mastermed Dashboard) 2.0.1.3 validates user input on the client without server-side authentication. Network exploitable, low complexity, no privileges or user interaction per CVSS 3.1 7.3. Impact is limited confidentiality, integrity, and availability.

Likely exposure

Likely limited to organizations operating Fresenius Kabi Vigilant Software Suite (Mastermed Dashboard) in Agilia Connect infusion environments. Highest concern is any dashboard reachable from hospital networks, vendor support networks, remote access paths, or segmented clinical device management zones. Evidence for affected versions beyond 2.0.1.3 is incomplete in the supplied bundle.

Exploitation context

The bundle says an attacker with knowledge of the service user could bypass client-side controls and login with service privileges. It does not cite public exploit code, weaponized activity, or CISA KEV listing. Active exploitation should not be assumed from these sources.

Researcher notes

Focus validation on trust-boundary failure: whether the server independently authenticates and validates login state. The supplied evidence names CWE-603 and CVSS AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L. Do not broaden scope beyond Mastermed Dashboard without vendor confirmation.

Mitigation direction

  • Review CISA and Fresenius Kabi guidance for supported updates or compensating controls.
  • Restrict Mastermed Dashboard access to trusted clinical management networks only.
  • Remove internet exposure and limit remote access through authenticated, monitored channels.
  • Audit service accounts and rotate credentials where vendor guidance permits.
  • Monitor logs for unexpected service-user logins or privilege changes.

Validation and detection

  • Inventory Fresenius Kabi Vigilant Software Suite deployments and identify Mastermed Dashboard versions.
  • Confirm whether version 2.0.1.3 is present in production or support environments.
  • Verify server-side authentication cannot be bypassed by disabling client-side validation controls.
  • Check network paths to the dashboard from user, guest, vendor, and internet-facing segments.
  • Review authentication logs for service-user access outside approved maintenance windows.
Prepared
Confidence
medium
Sources
3

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-603: 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
cve · low confidence lookup

CVE-2021-43355 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
High
CVSS
7.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

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
2Source 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
7.3CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L3.93.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.3High
CVSS 3.1 vector shape for CVE-2021-43355Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Fresenius KabiVigilant Software Suite (Mastermed Dashboard)unspecifiedListed
Weakness

CWE details

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

CWE-603 · source CWE mapping

Use of Client-Side Authentication

Use of Client-Side Authentication represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.