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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L3.93.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.3HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Source materials
- CVE List V5 sourceCVE List V5
- https://www.cisa.gov/uscert/ics/advisories/icsma-21-355-01CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
