LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36906: WordPress Quiz And Survey Master plugin <= 7.3.6 - Multiple Insecure direct object references (IDOR) vulnerabilities

Multiple Insecure Direct Object References (IDOR) vulnerabilities in ExpressTech Quiz And Survey Master plugin <= 7.3.6 on WordPress.

LowCVSS 2.7Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2021-36906 affects the WordPress Quiz And Survey Master plugin through version 7.3.6. The issue is multiple IDOR weaknesses, meaning authorized users may be able to modify objects they should not control. Public scoring rates this low because exploitation requires high privileges and only limited integrity impact is documented.

Executive priority

Handle during normal vulnerability management unless the plugin is used on high-value sites with many delegated administrators. The documented impact is limited, but the issue still reflects broken authorization and should be cleaned up through standard plugin update governance.

Technical view

The CVE describes multiple CWE-639 authorization flaws in ExpressTech Quiz And Survey Master <= 7.3.6. CVSS 3.1 is 2.7 with network access, low complexity, high privileges required, no user interaction, unchanged scope, no confidentiality or availability impact, and low integrity impact.

Likely exposure

Exposure is limited to WordPress installations running Quiz And Survey Master version 7.3.6 or earlier. The CVSS vector indicates an attacker must already have high privileges, so anonymous internet exposure is not supported by the provided sources.

Exploitation context

The source bundle does not cite active exploitation, and the CVE is not marked as KEV. Treat this as a low-severity authorization defect unless local evidence shows untrusted or delegated high-privilege users can access the plugin.

Researcher notes

Evidence is sparse: the bundle identifies affected versions, CWE, severity, and references, but not specific endpoints, object types, or a named fixed version. Avoid assuming exploitability beyond high-privilege IDOR with low integrity impact unless vendor or Patchstack detail is separately reviewed.

Mitigation direction

  • Inventory WordPress sites for Quiz And Survey Master installations.
  • Confirm installed plugin versions are newer than 7.3.6.
  • Review vendor and Patchstack guidance for the fixed release details.
  • Restrict high-privilege WordPress accounts to trusted administrators.
  • Monitor plugin-related administrative changes until remediation is confirmed.

Validation and detection

  • Check WordPress plugin inventory for Quiz And Survey Master.
  • Record each installed plugin version and site owner.
  • Verify whether any instance is version 7.3.6 or earlier.
  • Review administrative roles with access to quiz or survey management.
  • Confirm remediation against vendor release notes or Patchstack.
Prepared
Confidence
medium
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 · low confidence lookup

CWE-639: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2021-36906 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
Low
CVSS
2.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/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
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
2.7CVSS 3.1LowCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N1.21.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

2.7Low
CVSS 3.1 vector shape for CVE-2021-36906Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Products and packages named in the record

VendorProductVersion / packageStatus
ExpressTechQuiz And Survey Master (WordPress plugin)<= 7.3.6Listed
Weakness

CWE details

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

CWE-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.