WordPress All-in-One Security <=4.4.1 - Open Redirect
ID: wp-security-open-redirect
Severity: medium
Author: akincibor
Tags: wp-plugin,redirect,wordpress,wp,wpscan
Description
Section titled “Description”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.
YAML Source
Section titled “YAML Source”id: wp-security-open-redirect
info: name: WordPress All-in-One Security <=4.4.1 - Open Redirect author: akincibor severity: medium description: | 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. reference: - https://wpscan.com/vulnerability/9898 - 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 metadata: verified: true max-request: 1 tags: wp-plugin,redirect,wordpress,wp,wpscan
http: - method: GET path: - "{{BaseURL}}/?aiowpsec_do_log_out=1&after_logout=https://interact.sh"
matchers: - type: regex part: header regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1# digest: 4b0a00483046022100c651ed3cbef51c9efa5ee021df3f8d9162545e243512ccc9b811e0fbab8ef98f022100ed8108764dc340207a9677be4d40cae28c8114f45664a55db4327c1f1d41d6c1:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/wordpress/wp-security-open-redirect.yaml"