LiveActive security incident?Get immediate response
CVE Record

CVE-2021-27781: HCL BigFix Mobile / Modern Client Management is vulnerable to stored cross-site scripting

The Master operator may be able to embed script tag in HTML with alert pop-up display cookie.

MediumCVSS 6.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

HCL BigFix Mobile / Modern Client Management 2.0 has a stored cross-site scripting issue. A highly privileged Master operator could save malicious HTML that runs in another user's browser context, potentially exposing session data or modifying visible content. The sources rate it medium severity and do not show active exploitation.

Executive priority

Treat this as a targeted administrative-risk issue, not an internet-wide emergency. Prioritize review if BigFix MCM 2.0 is deployed, especially where admin accounts are broadly assigned or not strongly protected.

Technical view

CVE-2021-27781 is a CWE-79 stored XSS in HCL BigFix Mobile / Modern Client Management 2.0. The CVSS 3.1 score is 6.6 with network access, low complexity, high privileges, no user interaction, changed scope, and low confidentiality, integrity, and availability impact.

Likely exposure

Exposure is likely limited to organizations running HCL BigFix Mobile / Modern Client Management 2.0 where Master operator access exists or could be misused. Systems not using this product/version are not indicated as affected by the provided sources.

Exploitation context

The public bundle does not cite CISA KEV listing or active exploitation. The described attacker already needs Master operator privileges, so the main concern is malicious insiders, compromised administrator accounts, or abuse after privilege escalation.

Researcher notes

Evidence is sparse beyond the CVE record and HCL reference. The privilege requirement is high, but stored XSS in an admin platform can become meaningful if an administrator account is compromised. Do not assume additional affected versions without vendor confirmation.

Mitigation direction

  • Review HCL KB0098028 and apply vendor-recommended updates or configuration guidance.
  • Restrict Master operator access to trusted administrators only.
  • Audit privileged accounts for compromise, sharing, or excessive assignment.
  • Remove or sanitize suspicious saved HTML content in affected management areas.
  • Monitor administrative changes and browser-session anomalies around BigFix MCM use.

Validation and detection

  • Confirm whether HCL BigFix Mobile / Modern Client Management 2.0 is deployed.
  • Check vendor advisory KB0098028 for affected and fixed build guidance.
  • Review Master operator membership and recent administrative activity.
  • Verify saved HTML fields reject or neutralize stored script content in a controlled test.
  • Confirm monitoring covers privileged BigFix management actions.
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-2021-27781 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.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/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
6.6CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:L2.33.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.6Medium
CVSS 3.1 vector shape for CVE-2021-27781Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HCL SoftwareHCL BigFix Mobile / Modern Client Management2.0Listed
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.