LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36670: NEX-Forms <= 7.7.1 - Missing Authorization on Various AJAX Actions

The NEX-Forms. plugin for WordPress is vulnerable to unauthorized disclosure and modification of data in versions up to, and including 7.7.1 due to missing capability checks on several AJAX actions. This makes it possible for authenticated attackers with subscriber level permissions and above to invoke these functions which can be used to perform actions like modify form submission records, deleting files, sending test emails, modifying plugin settings, and more.

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

NEX-Forms for WordPress had missing permission checks in several AJAX functions. A logged-in low-privilege user could change or disclose plugin-related data, including form records, files, test emails, and settings. This is not shown as actively exploited in the provided sources.

Executive priority

Treat as a targeted cleanup and upgrade item, not an emergency internet-wide crisis. Prioritize sites with public registration, many low-privilege users, or sensitive form submissions.

Technical view

CVE-2020-36670 is a CWE-862 missing authorization issue affecting NEX-Forms up to and including 7.7.1. Authenticated users with subscriber permissions or higher could invoke vulnerable AJAX actions. CVSS 3.1 is 6.3 with low confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most likely on WordPress sites running NEX-Forms version 7.7.1 or earlier, especially where untrusted or stale subscriber-level accounts exist. Anonymous exploitation is not indicated by the provided sources.

Exploitation context

The bundle does not cite KEV listing or active exploitation. The attack requires authentication but only low privileges, making it relevant for membership sites, customer portals, or any WordPress deployment with many user accounts.

Researcher notes

Evidence supports missing capability checks across multiple AJAX actions with authenticated low-privilege access. The provided affected data is sparse, so avoid expanding scope beyond NEX-Forms through 7.7.1 without vendor confirmation.

Mitigation direction

  • Inventory WordPress sites using NEX-Forms and identify versions up to 7.7.1.
  • Upgrade NEX-Forms beyond 7.7.1 following vendor or WordPress plugin guidance.
  • Remove stale WordPress accounts and restrict unnecessary subscriber-level access.
  • Review plugin settings, submissions, files, and email activity for unauthorized changes.

Validation and detection

  • Confirm installed NEX-Forms versions across WordPress environments.
  • Check whether any subscriber-level users exist that should not have access.
  • Review web and WordPress logs for unusual authenticated AJAX activity.
  • Verify plugin configuration and form records match expected business state.
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-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
cve · low confidence lookup

CVE-2020-36670 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.3 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/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
webawaysNEX-Forms – Ultimate Forms 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-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.