2022-05-10 09:03:03 +00:00
id : wp-security-open-redirect
info :
2022-10-19 21:11:27 +00:00
name : WordPress All-in-One Security <=4.4.1 - Open Redirect
2022-05-10 09:03:03 +00:00
author : akincibor
severity : low
description : |
2022-10-19 21:11:27 +00:00
WordPress All-in-One Security plugin through 4.4.1 contains an open redirect vulnerability which can expose the actual URL of the hidden login page feature. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
remediation : Upgrade to 4.4.2 or later.
2022-05-10 09:03:03 +00:00
reference :
- https://wpscan.com/vulnerability/9898
2022-10-19 21:11:27 +00:00
- https://www.acunetix.com/vulnerabilities/web/wordpress-plugin-all-in-one-wp-security-firewall-open-redirect-4-4-1
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
cwe-id : CWE-601
2022-05-10 09:03:03 +00:00
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
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/19