2022-05-10 09:03:03 +00:00
|
|
|
id: wp-security-open-redirect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: All In One WP Security & Firewall <= 4.4.1 - Open Redirect & Hidden Login Page Exposure
|
|
|
|
author: akincibor
|
|
|
|
severity: low
|
|
|
|
description: |
|
|
|
|
The All In One WP Security & Firewall plugin suffers from open redirect and exposure of the actual URL of the "hidden login page" feature.
|
|
|
|
reference:
|
|
|
|
- https://wpscan.com/vulnerability/9898
|
|
|
|
metadata:
|
|
|
|
verified: true
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: wp-plugin,redirect,wordpress,wp,wpscan
|
2022-05-10 09:03:03 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-06-06 10:40:15 +00:00
|
|
|
- "{{BaseURL}}/?aiowpsec_do_log_out=1&after_logout=https://interact.sh"
|
2022-05-10 09:03:03 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
part: header
|
|
|
|
regex:
|
2022-06-06 10:40:15 +00:00
|
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
|