2021-12-06 16:38:54 +00:00
id : CVE-2014-9617
info :
name : Netsweeper 3.0.6 - Open Redirection
author : daffainfo
severity : medium
2022-02-25 22:07:55 +00:00
description : An open redirect vulnerability in remotereporter/load_logfiles.php in Netsweeper before 4.0.5 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the url parameter.
2023-09-06 13:22:34 +00:00
remediation : |
Apply the latest security patches or updates provided by the vendor to fix the open redirection vulnerability.
2021-12-07 08:08:32 +00:00
reference :
- https://packetstormsecurity.com/files/download/133034/netsweeper-issues.tgz
- https://nvd.nist.gov/vuln/detail/CVE-2014-9617
2022-05-17 09:18:12 +00:00
- http://packetstormsecurity.com/files/133034/Netsweeper-Bypass-XSS-Redirection-SQL-Injection-Execution.html
2021-12-06 16:40:52 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-12-06 16:40:52 +00:00
cve-id : CVE-2014-9617
cwe-id : CWE-601
2023-04-12 10:55:48 +00:00
epss-score : 0.00109
2023-08-31 11:46:18 +00:00
epss-percentile : 0.43264
2023-09-06 13:22:34 +00:00
cpe : cpe:2.3:a:netsweeper:netsweeper:*:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : netsweeper
product : netsweeper
tags : cve,cve2014,netsweeper,redirect,packetstorm
2021-12-06 16:38:54 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-12-06 16:38:54 +00:00
- method : GET
path :
2022-06-06 10:40:15 +00:00
- "{{BaseURL}}/remotereporter/load_logfiles.php?server=127.0.0.1&url=https://interact.sh/"
2021-12-06 16:38:54 +00:00
matchers :
- type : regex
2021-12-07 08:08:32 +00:00
part : header
2021-12-06 16:38:54 +00:00
regex :
2022-06-06 10:40:15 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'