LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36504: WP-Pro-Quiz <= 0.37 - Arbitrary Quiz Deletion via CSRF

The WP-Pro-Quiz WordPress plugin through 0.37 does not have CSRF check in place when deleting a quiz, which could allow an attacker to make a logged in admin delete arbitrary quiz on the blog

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue lets an attacker trick a logged-in WordPress administrator into deleting quizzes from a site using WP-Pro-Quiz through version 0.37. It is a destructive content-integrity issue, not evidence of server takeover. No source provided confirms active exploitation or a patched version.

Executive priority

Handle as a moderate-priority WordPress content integrity risk. Prioritize sites where quizzes support customer-facing services, compliance training, revenue workflows, or irreplaceable content. Escalate if unexpected deletions are found.

Technical view

CVE-2020-36504 is a CWE-352 CSRF flaw in WP-Pro-Quiz through 0.37. The quiz deletion action lacks a CSRF check, so a malicious page or link could cause an authenticated admin browser session to delete arbitrary quizzes. Public sources do not provide CVSS, KEV status is false, and fix details are incomplete.

Likely exposure

Exposure is limited to WordPress sites running WP-Pro-Quiz version 0.37 or earlier with administrators who can access the plugin. Business impact is loss or disruption of quiz content, especially for training, education, or lead-generation workflows.

Exploitation context

The provided sources describe CSRF-based arbitrary quiz deletion requiring a logged-in admin session. They do not state active exploitation, mass scanning, a public exploit kit, or CISA KEV listing. Treat exploitation evidence as unconfirmed.

Researcher notes

The record identifies WP-Pro-Quiz through 0.37 and CWE-352, but lacks CVSS, CPEs, and explicit remediation details. The safest analysis is bounded to authenticated-admin CSRF causing arbitrary quiz deletion, with no confirmed active exploitation in the supplied evidence.

Mitigation direction

  • Inventory WordPress sites for WP-Pro-Quiz and identify versions through 0.37.
  • Check vendor or plugin guidance; no fixed version is named in the supplied sources.
  • Remove or replace WP-Pro-Quiz if it is unsupported or unnecessary.
  • Limit WordPress administrator access to trusted users with strong authentication.
  • Keep recoverable backups of quiz and WordPress content.

Validation and detection

  • Confirm whether WP-Pro-Quiz is installed on each WordPress site.
  • Verify installed plugin versions and flag version 0.37 or earlier.
  • Review admin activity and content history for unexpected quiz deletions.
  • Confirm only required users have WordPress administrator privileges.
  • Validate backup restoration for quiz content.
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 · 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-36504 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownWp-Pro-Quiz0.37Listed
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.