LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36931: Click2Magic 1.1.5 - Stored Cross-Site Scripting

Click2Magic 1.1.5 contains a stored cross-site scripting vulnerability that allows attackers to inject malicious scripts in the chat name input. Attackers can craft a malicious payload in the chat name to capture administrator cookies when the admin processes user requests.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-36931 is a stored cross-site scripting issue in Click2Magic 1.1.5. A malicious user could place script content in a chat name that later runs when an administrator processes requests. Business risk is administrator account compromise or data exposure through the chat administration workflow.

Executive priority

Treat as a medium-priority issue unless Click2Magic is internet-facing or heavily used by support staff. Prioritize validation and vendor patch checks because administrator session exposure could lead to broader account compromise.

Technical view

The vulnerability is CWE-79 stored XSS in the chat name input. The CVSS 3.1 score is 6.4 with network access, low complexity, low privileges, changed scope, and limited confidentiality and integrity impact. Sources describe possible administrator cookie capture when an admin views or processes malicious chat requests.

Likely exposure

Organizations using Click2Magic 1.1.5, especially internet-facing live chat or support deployments where untrusted users can submit chat names, are the most likely exposed. The source bundle does not confirm other affected versions.

Exploitation context

ExploitDB and VulnCheck references indicate public exploit information exists. CISA KEV status is false in the provided data, and no cited source confirms active exploitation in the wild.

Researcher notes

The provided affected-version metadata is inconsistent: the description names Click2Magic 1.1.5, while the affected version entry shows "0." Rely on vendor confirmation for exact version scope. Do not assume active exploitation from public exploit availability alone.

Mitigation direction

  • Check Click2Magic vendor guidance for an updated or fixed release.
  • If available, upgrade Click2Magic following vendor instructions.
  • Limit administrator access to the Click2Magic console to trusted networks.
  • Review chat workflows that display user-controlled names to administrators.
  • Use compensating controls to block script content where feasible.

Validation and detection

  • Inventory Click2Magic deployments and confirm whether version 1.1.5 is present.
  • Review whether untrusted users can set chat names.
  • Check admin pages for unsafe rendering of stored chat names.
  • Review logs or records for suspicious script-like chat names.
  • Confirm vendor patch status before closing remediation.
Prepared
Confidence
medium
Sources
6

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-36931 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.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/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
5Source 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.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N3.12.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Click2MagicClick2Magic0Listed
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.