LiveActive security incident?Get immediate response
CVE Record

CVE-2020-26628: A Cross-Site Scripting (XSS) vulnerability was discovered in Hospital Management System V4.0 which allows a...

A Cross-Site Scripting (XSS) vulnerability was discovered in Hospital Management System V4.0 which allows an attacker to execute arbitrary web scripts or HTML code via a malicious payload appended to a username on the 'Edit Profile" page and triggered by another user visiting the profile.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Hospital Management System V4.0 has a cross-site scripting issue in profile editing. A crafted username can cause script or HTML to run when another user views that profile. This can expose session context or alter page behavior, but the provided sources do not show active exploitation or a confirmed vendor patch.

Executive priority

Treat as a moderate web application risk. Prioritize healthcare-facing or internet-accessible deployments because successful abuse could affect user trust, session safety, and application integrity. Lack of complete vendor and patch evidence increases the need for asset verification.

Technical view

CVE-2020-26628 is CWE-79 XSS affecting Hospital Management System V4.0. The source states malicious script or HTML can be appended to a username on the Edit Profile page and triggered by another user visiting the profile. CVSS 3.1 is 6.1, with network access, low complexity, user interaction required, changed scope, and low confidentiality and integrity impact.

Likely exposure

Exposure is likely limited to organizations running Hospital Management System V4.0. The CVE data lists vendor, product, versions, and CPEs as n/a, so asset owners must verify installations by application name, version, and deployment records.

Exploitation context

A public Packet Storm reference exists, but the source bundle does not include CISA KEV status or evidence of active exploitation. The issue requires a victim user to visit an affected profile after malicious profile content is saved.

Researcher notes

The record is source-limited: affected vendor and CPE data are absent, and no official fix is named. Analysis should focus on confirming the exact application lineage, version, profile storage behavior, and whether user-controlled username content is safely encoded on profile display.

Mitigation direction

  • Check vendor or maintainer guidance for an update or official remediation.
  • Identify and prioritize any Hospital Management System V4.0 deployments.
  • Restrict access to profile editing until remediation is confirmed.
  • If maintaining code, ensure profile fields are output-encoded before rendering.
  • Monitor for suspicious profile changes or unexpected script content.

Validation and detection

  • Confirm whether Hospital Management System V4.0 exists in the environment.
  • Review exposed hospital management portals and authenticated profile workflows.
  • Inspect username/profile rendering for unencoded user-controlled content.
  • Check application logs for unusual profile updates before user reports.
  • Verify any applied fix prevents script execution in profile views.
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 · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2020-26628 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.1 (3.1)
Known Exploited
No
Published

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

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
6.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N2.82.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.1Medium
CVSS 3.1 vector shape for CVE-2020-26628Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.