Skip to content

WordPress Attitude 1.1.1 - Open Redirect

ID: attitude-theme-open-redirect

Severity: medium

Author: 0x_Akoko

Tags: wordpress,wp-theme,redirect

WordPress Attitude theme 1.1.1 contains an open redirect vulnerability via the goto.php endpoint. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.

id: attitude-theme-open-redirect
info:
name: WordPress Attitude 1.1.1 - Open Redirect
author: 0x_Akoko
severity: medium
description: WordPress Attitude theme 1.1.1 contains an open redirect vulnerability via the goto.php endpoint. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
reference:
- https://cxsecurity.com/issue/WLB-2020030185
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:
max-request: 1
tags: wordpress,wp-theme,redirect
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/themes/Attitude/go.php?https://interact.sh/"
matchers:
- type: regex
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'
part: header
# digest: 4b0a00483046022100c6a347a619a47ceb5552c31ad36cd65fb602ccfec11cee9aa5691208c7bc00df022100b709ace50bf82e32e76ce6a059a6d725fdd52264db908ae1d196e2ee3fbdebc0:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/wordpress/attitude-theme-open-redirect.yaml"

View on Github