LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36699: Quick Page/Post Redirect Plugin <= 5.1.9 - Redirect Security Bypass

The Quick Page/Post Redirect Plugin for WordPress is vulnerable to authorization bypass due to missing capability checks on the qppr_save_quick_redirect_ajax and qppr_delete_quick_redirect functions in versions up to, and including, 5.1.9. This makes it possible for low-privileged attackers to interact with the plugin settings and to create a redirect link that would forward all traffic to an external malicious website.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This WordPress plugin flaw lets a logged-in low-privileged user change redirect behavior without proper authorization. In the worst stated case, they could create a redirect that sends all site traffic to an external malicious website. That can damage trust, interrupt sales or support flows, and expose visitors to phishing or malware.

Executive priority

Handle in normal vulnerability management unless the site allows broad user registration or handles high-trust customer journeys. Prioritize faster remediation for ecommerce, login, healthcare, finance, and brand-sensitive sites because unauthorized redirects can directly affect visitors.

Technical view

CVE-2020-36699 is an authorization bypass in Quick Page/Post Redirect Plugin up to and including 5.1.9. Missing capability checks in qppr_save_quick_redirect_ajax and qppr_delete_quick_redirect allow authenticated low-privileged users to interact with plugin settings. The impact is integrity-focused: unauthorized redirect creation or deletion, with no confidentiality or availability impact claimed by CVSS.

Likely exposure

Exposure is limited to WordPress sites using Quick Page/Post Redirect Plugin versions up to and including 5.1.9, and requires an authenticated low-privileged account. Public sites with open registration, many contributors, or weak account governance have higher practical risk.

Exploitation context

The provided bundle does not show CISA KEV listing or active exploitation evidence. Public advisories document the issue, and one reference title says the vulnerability was unpatched when reported. Treat exploit status as unconfirmed from the supplied evidence.

Researcher notes

The record maps to CWE-284 and CVSS 3.1 score 4.3: AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N. The affected CPE data in the bundle appears sparse, so rely on plugin name and version inventory rather than CPE matching alone.

Mitigation direction

  • Inventory WordPress sites for Quick Page/Post Redirect Plugin and installed versions.
  • Update beyond version 5.1.9 only using confirmed vendor or WordPress plugin guidance.
  • Disable or remove the plugin where a fixed release cannot be confirmed.
  • Restrict creation and use of low-privileged WordPress accounts.
  • Review configured redirects and remove unexpected external destinations.

Validation and detection

  • Confirm whether the plugin is installed and version is 5.1.9 or earlier.
  • Review plugin redirect entries for site-wide or unexpected external redirects.
  • Verify current plugin code enforces capability checks on redirect save and delete actions.
  • Check user audit history for recent redirect configuration changes.
  • Monitor for abnormal traffic drops or sudden outbound redirect complaints.
Prepared
Confidence
high
Sources
6

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-36699 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
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/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
5Source 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
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/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
anadnetQuick Page/Post Redirect Plugin0unaffected
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.