2022-05-28 11:33:47 +00:00
id : CVE-2015-5354
info :
2022-05-28 17:11:31 +00:00
name : Novius OS 5.0.1-elche - Open Redirect
2022-05-28 11:33:47 +00:00
author : 0x_Akoko
severity : medium
2022-07-26 13:45:11 +00:00
description : Novius OS 5.0.1 (Elche) allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the redirect parameter to admin/nos/login.
2022-05-28 11:33:47 +00:00
reference :
- https://packetstormsecurity.com/files/132478/Novius-OS-5.0.1-elche-XSS-LFI-Open-Redirect.html
- https://vuldb.com/?id.76181
2022-05-28 17:26:01 +00:00
- http://packetstormsecurity.com/files/132478/Novius-OS-5.0.1-elche-XSS-LFI-Open-Redirect.html
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vul n/detail/CVE-2015-5354
2022-05-28 11:33:47 +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
cve-id : CVE-2015-5354
cwe-id : CWE-601
2022-08-27 04:41:18 +00:00
tags : packetstorm,cve,cve2015,redirect,novius
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2022-05-28 11:33:47 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-05-28 11:33:47 +00:00
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/novius-os/admin/nos/login?redirect=http://interact.sh'
2022-05-28 11:33:47 +00:00
matchers :
- type : regex
part : header
regex :
2023-03-01 08:39:14 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1
2022-07-26 13:45:11 +00:00
# Enhanced by mp on 2022/07/22