LiveActive security incident?Get immediate response
CVE Record

CVE-2020-37106: Business Live Chat Software 1.0 - Cross-Site Request Forgery (Add Admin)

Business Live Chat Software 1.0 contains a cross-site request forgery vulnerability that allows attackers to change user account roles without authentication. Attackers can craft a malicious HTML form to modify user privileges by submitting a POST request to the user creation endpoint with administrative access parameters.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Business Live Chat Software 1.0 has a CSRF issue that can let an attacker cause privilege changes, including administrative access, through a crafted web request. The main business risk is unauthorized admin creation or role elevation in the chat system. Public exploit information exists, but the provided sources do not show active exploitation.

Executive priority

Treat as a moderate-priority integrity risk. Prioritize if the product is internet-facing, supports customer communications, or has broad administrative access. No active exploitation is confirmed in the provided sources, but public exploit information raises the need for timely inventory and control review.

Technical view

CVE-2020-37106 is a CWE-352 cross-site request forgery vulnerability in Bdtask Business Live Chat Software 1.0. The advisory describes abuse of the user creation endpoint to submit administrative access parameters. The CVSS 3.1 score is 5.3, with network access, low complexity, no privileges, and low integrity impact listed.

Likely exposure

Exposure is limited to organizations running Bdtask Business Live Chat Software version 1.0, especially if the administrative interface is reachable by users or the internet. The sources do not identify other affected versions or hosted-service exposure.

Exploitation context

Exploit-DB and VulnCheck list public exploit information for this issue. The source bundle does not include CISA KEV status or other evidence of active exploitation. CSRF risk depends on whether a targeted user session and reachable administrative functions are present.

Researcher notes

The record names Bdtask Business Live Chat Software 1.0 only. Evidence includes CVE, VulnCheck, vendor product page, and Exploit-DB reference. The advisory claims role changes without authentication, while the CVSS vector lists UI:N; CSRF semantics may warrant closer source review. No official patch details are provided in the bundle.

Mitigation direction

  • Identify any deployments of Business Live Chat Software 1.0.
  • Check Bdtask guidance or support channels for patched versions or official remediation.
  • Restrict administrative interface access to trusted networks or VPN.
  • Remove or disable unused deployments until remediation is available.
  • Review and minimize accounts with administrative privileges.

Validation and detection

  • Confirm whether Business Live Chat Software 1.0 is installed.
  • Inventory exposed administrative URLs and access controls.
  • Review user records for unexpected administrators or role changes.
  • Check application and web logs for unusual user creation activity.
  • Verify vendor guidance before applying any product-specific change.
Prepared
Confidence
medium
Sources
5

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-352: 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-37106 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
5.3 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/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
BdtaskBusiness Live Chat Software1.0Listed
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.