2021-09-07 09:57:06 +00:00
id : homeautomation-v3-openredirect
info :
2022-10-19 21:11:27 +00:00
name : HomeAutomation 3.3.2 - Open Redirect
2021-09-07 09:57:06 +00:00
author : 0x_Akoko
severity : medium
2022-10-19 21:11:27 +00:00
description : HomeAutomation 3.3.2 contains an open redirect vulnerability. An attacker can inject a redirect URL via the api.php endpoint and the redirect parameter, making it possible to 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://www.zeroscience.mk/en/vulnerabilities/ZSL-2019-5559.php
2022-10-19 21:11:27 +00:00
- https://packetstormsecurity.com/files/155795/HomeAutomation-3.3.2-Open-Redirect.html
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
2022-10-25 14:05:39 +00:00
tags : homeautomation,packetstorm,iot,redirect
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-09-07 09:57:06 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-09-07 09:57:06 +00:00
- method : GET
path :
2022-06-06 10:40:15 +00:00
- "{{BaseURL}}/homeautomation_v3_3_2/api.php?do=groups/toggle&groupid=1&status=1&redirect=https://interact.sh/"
2021-09-07 09:57:06 +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-09-07 09:57:06 +00:00
part : header
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/18