nuclei-templates/vulnerabilities/wordpress/eatery-restaurant-open-redi...

22 lines
647 B
YAML
Raw Normal View History

id: eatery-restaurant-open-redirect
info:
name: WordPress Eatery Restaurant Themes < 2.2 - Open Redirection
author: 0x_Akoko
severity: low
description: The WordPress Eatery Themes allows remote attackers to redirect users to an attacker controlled URL.
reference:
- https://cxsecurity.com/issue/WLB-2020030183
tags: wordpress,wp-theme,redirect
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/themes/eatery/nav.php?-Menu-=https://interact.sh/"
matchers:
- type: regex
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'
part: header