WordPress Grimag <1.1.1 - Open Redirection
ID: wp-grimag-open-redirect
Severity: medium
Author: 0x_Akoko
Tags: wp-theme,redirect,wpscan,wordpress
Description
Section titled “Description”WordPress Grimag theme before 1.1.1 contains an open redirect vulnerability. 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-grimag-open-redirect
info: name: WordPress Grimag <1.1.1 - Open Redirection author: 0x_Akoko severity: medium description: WordPress Grimag theme before 1.1.1 contains an open redirect vulnerability. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations. remediation: Fixed in 1.1.1. reference: - https://wpscan.com/vulnerability/db319d4c-7de6-4d36-90e9-86de82e9c03a 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: wp-theme,redirect,wpscan,wordpress
http: - method: GET path: - "{{BaseURL}}/wp-content/themes/Grimag/go.php?https://interact.sh"
matchers: - type: regex regex: - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$' part: header# digest: 4a0a004730450220465b6ae96df630ddb6f94212a28a3f7a3a16b28c7eb4e8d1095b08b90fbc5232022100ce7ea6f6ba836eac45a9b6220117ef3433aa9b55167ba8ad26a70740d0124cb1: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-grimag-open-redirect.yaml"