Enhancement: cves/2015/CVE-2015-8813.yaml by mp
parent
b712cebdd9
commit
f0704fbe58
|
@ -1,15 +1,16 @@
|
|||
id: CVE-2015-8813
|
||||
|
||||
info:
|
||||
name: Umbraco SSRF Vulnerability in Feedproxy.aspx
|
||||
name: Umbraco <7.4.0- Server-Side Request Forgery
|
||||
author: emadshanab
|
||||
severity: high
|
||||
description: A Server Side Request Forgery (SSRF) vulnerability in Umbraco in Feedproxy.aspx allows attackers to send arbitrary HTTP GET requests.Once you change the URL to the http://local/Umbraco/feedproxy.aspx?url=http://127.0.0.1:80/index, you able to access the localhost application of the server
|
||||
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
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2015-8813
|
||||
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
|
||||
|
@ -27,3 +28,5 @@ requests:
|
|||
part: interactsh_protocol # Confirms the HTTP Interaction
|
||||
words:
|
||||
- "http"
|
||||
|
||||
# Enhanced by mp on 2022/06/08
|
||||
|
|
Loading…
Reference in New Issue