2021-12-06 16:38:54 +00:00
|
|
|
id: CVE-2014-9617
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Netsweeper 3.0.6 - Open Redirection
|
|
|
|
author: daffainfo
|
|
|
|
severity: medium
|
|
|
|
description: Netsweeper version 3.0.6 was vulnerable to an Unauthenticated and Authenticated Open Redirect 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
|
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
|
|
|
|
cvss-score: 6.10
|
|
|
|
cve-id: CVE-2014-9617
|
|
|
|
cwe-id: CWE-601
|
2021-12-07 08:08:32 +00:00
|
|
|
tags: cve,cve2014,netsweeper,redirect
|
2021-12-06 16:38:54 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/remotereporter/load_logfiles.php?server=127.0.0.1&url=https://example.com/"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
2021-12-07 08:08:32 +00:00
|
|
|
part: header
|
2021-12-06 16:38:54 +00:00
|
|
|
regex:
|
|
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)example\.com.*$'
|