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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupPrivilege 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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N2.81.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/11c4b855-8589-4ad2-b414-566ac8eb4632?source=cveCVE reference
- https://blog.nintechnet.com/authenticated-settings-change-vulnerability-in-wordpress-quick-page-post-redirect-plugin-unpatched/CVE reference
- https://wpscan.com/vulnerability/10198CVE reference
- https://www.acunetix.com/vulnerabilities/web/wordpress-plugin-quick-page-post-redirect-security-bypass-5-1-9/CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Access Control
Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
