LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36838: Facebook Chat Plugin <= 1.5 - Missing Capabilities Check

The Facebook Chat Plugin for WordPress is vulnerable to authorization bypass due to a missing capability check on the wp_ajax_update_options function in versions up to, and including, 1.5. This flaw makes it possible for low-level authenticated attackers to connect their own Facebook Messenger account to any site running the vulnerable plugin and engage in chats with site visitors on affected sites.

HighCVSS 7.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A low-privileged WordPress user could take over the Facebook Chat Plugin connection on a vulnerable site. That could redirect visitor chats to an attacker-controlled Messenger account, enabling impersonation, data exposure, and social engineering. The bundle does not show confirmed active exploitation.

Executive priority

Treat this as high priority for public WordPress sites using the plugin with user registration or many low-privileged accounts. The business risk is visitor deception and reputational harm rather than full server takeover based on the provided evidence.

Technical view

CVE-2020-36838 is an authorization bypass in Facebook Chat Plugin for WordPress through version 1.5. The wp_ajax_update_options AJAX handler lacked an appropriate capability check, allowing authenticated low-privileged users to update the plugin’s Messenger connection. CVSS is 7.4 high with low attack complexity and low privileges required.

Likely exposure

Exposure is likely limited to WordPress sites running Facebook Chat Plugin versions up to and including 1.5, especially sites that allow low-privileged user accounts. The provided affected-product metadata is incomplete, so confirm installed plugin identity and version directly.

Exploitation context

The source bundle supports authenticated abuse by low-level users, not unauthenticated compromise. It describes a route to connect an attacker-controlled Facebook Messenger account and interact with visitors. KEV is false, and no cited source in the bundle confirms active exploitation.

Researcher notes

The key issue is missing authorization on wp_ajax_update_options. Validate capability enforcement and plugin version without publishing exploit steps. The affected metadata in the bundle appears sparse, so rely on direct installation checks and cited Wordfence/CVE sources for scope.

Mitigation direction

  • Update the plugin beyond version 1.5 if a trusted vendor channel confirms availability.
  • Disable or remove the plugin if no fixed version can be verified.
  • Restrict low-privileged WordPress account creation and review existing user roles.
  • Check vendor and Wordfence guidance before making production changes.

Validation and detection

  • Inventory WordPress sites for the Facebook Chat Plugin installation and version.
  • Confirm whether any installation is version 1.5 or earlier.
  • Review plugin settings for unexpected Messenger account connections.
  • Audit WordPress users with low-privileged roles and recent administrative activity.
  • Check logs for suspicious AJAX option update activity where available.
Prepared
Confidence
high
Sources
4

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-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-36838 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
High
CVSS
7.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: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
3Source 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
7.4CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L3.13.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.4High
CVSS 3.1 vector shape for CVE-2020-36838Attack 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: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
facebookFacebook Chat Plugin – Live Chat Plugin for WordPress0unaffected
Weakness

CWE details

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

CWE-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.