LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36715: Login/Signup Popup < 1.5 - Missing Authorization

The Login/Signup Popup plugin for WordPress is vulnerable to authorization bypass due to missing capability checks on several functions in versions up to, and including, 1.4. This makes it possible for authenticated attackers to inject arbitrary web scripts into the plugin settings that execute if they can successfully trick a user into performing an action such as clicking on a link.

HighCVSS 7.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2020-36715 affects a WordPress login/signup popup plugin before version 1.5. A logged-in attacker may change plugin settings without proper authorization and place script content that can run in another user’s browser. This is mainly a website integrity and account-trust risk.

Executive priority

Treat as high priority for WordPress sites using the vulnerable plugin because it can affect site trust, visitor sessions, and administrative integrity. Prioritize internet-facing commerce or login-heavy sites first.

Technical view

The reported weakness is missing authorization checks, CWE-862, in several plugin functions in versions through 1.4. The described impact is stored script injection through plugin settings by an authenticated attacker. Sources rate it high with CVSS 3.1 score 7.4.

Likely exposure

Exposure is likely limited to WordPress sites running the Login/Signup Popup plugin, also identified as Login & Register Customizer, at vulnerable versions up to 1.4. Sites without this plugin are not indicated as affected by the provided sources.

Exploitation context

The bundle does not show CISA KEV listing or confirmed broad active exploitation. One referenced source describes it as a zero-day fixed in the plugin, but the provided evidence does not establish current exploitation at scale.

Researcher notes

Evidence identifies missing capability checks and stored script injection through plugin settings. The provided affected-product metadata is inconsistent, listing defaultStatus as unaffected while the description and title define vulnerable versions through 1.4. Validate against plugin slug and installed version.

Mitigation direction

  • Inventory WordPress sites for the affected plugin and version.
  • Update beyond the vulnerable versions, following vendor guidance for the fixed release.
  • If immediate update is unavailable, disable or remove the plugin until remediated.
  • Review plugin settings for unexpected script content or unauthorized changes.
  • Restrict WordPress authenticated access to trusted users only.

Validation and detection

  • Confirm whether the plugin is installed on each WordPress site.
  • Verify installed plugin version is not 1.4 or earlier.
  • Review administrative users and recent authenticated activity.
  • Inspect affected plugin settings for unexpected scripts or configuration changes.
  • Check vendor and Wordfence guidance for fixed-version confirmation.
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-862: 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-36715 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
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
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-36715Attack 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
xootixLogin & Register Customizer – Popup | Slider | Inline | WooCommerce0unaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

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