nuclei-templates/vulnerabilities/wordpress/attitude-theme-open-redirec...

20 lines
506 B
YAML
Raw Normal View History

id: attitude-theme-open-redirect
info:
name: WordPress Attitude Themes 1.1.1 Open Redirection
author: 0x_Akoko
severity: low
reference: https://cxsecurity.com/issue/WLB-2020030185
tags: wordpress,wp-plugin,redirect
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/themes/Attitude/go.php?https://example.com/"
matchers:
- type: regex
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)example\.com.*$'
part: header