nuclei-templates/vulnerabilities/wordpress/wp-grimag-open-redirect.yaml

29 lines
954 B
YAML
Raw Normal View History

2021-08-08 06:59:11 +00:00
id: wp-grimag-open-redirect
2021-08-08 03:32:42 +00:00
info:
name: WordPress Grimag <1.1.1 - Open Redirection
2021-08-08 03:32:42 +00:00
author: 0x_Akoko
severity: low
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
tags: wp-theme,redirect,wpscan,wordpress
2021-08-08 03:32:42 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/themes/Grimag/go.php?https://interact.sh"
2021-08-08 03:32:42 +00:00
matchers:
- type: regex
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'
2021-08-08 03:32:42 +00:00
part: header
# Enhanced by md on 2022/10/18