2021-10-06 05:16:16 +00:00
id : wptouch-open-redirect
2021-10-05 23:51:20 +00:00
info :
2022-10-19 21:11:27 +00:00
name : WordPress WPtouch 3.x - Open Redirect
2021-10-05 23:51:20 +00:00
author : 0x_Akoko
severity : medium
2021-10-25 07:09:13 +00:00
description : |
2022-10-19 21:11:27 +00:00
WordPress WPtouch plugin 3.x contains an open redirect vulnerability. The plugin fails to properly sanitize user-supplied input. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-04-22 10:38:41 +00:00
reference :
- https://cxsecurity.com/issue/WLB-2020030114
2022-10-19 21:11:27 +00:00
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
2021-10-06 05:16:16 +00:00
tags : wp-plugin,redirect,wordpress
2021-10-05 23:51:20 +00:00
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- "{{BaseURL}}/?wptouch_switch=desktop&redirect=https://interact.sh/"
2021-10-05 23:51:20 +00:00
matchers :
- type : regex
regex :
2022-06-06 10:40:15 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'
2021-10-05 23:51:20 +00:00
part : header
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/19