nuclei-templates/vulnerabilities/netsweeper/netsweeper-open-redirect.yaml

28 lines
905 B
YAML
Raw Normal View History

2021-12-06 16:38:54 +00:00
id: netsweeper-open-redirect
info:
name: Netsweeper 4.0.9 - Open Redirect
2021-12-06 16:38:54 +00:00
author: daffainfo
severity: medium
description: Netsweeper 4.0.9 contains an open redirect vulnerability. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
reference:
- https://packetstormsecurity.com/files/download/133034/netsweeper-issues.tgz
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
tags: netsweeper,redirect,packetstorm
2021-12-06 16:38:54 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/webadmin/authportal/bounce.php?url=https://interact.sh/"
2021-12-06 16:38:54 +00:00
matchers:
- type: regex
2021-12-07 08:13:29 +00:00
part: header
2021-12-06 16:38:54 +00:00
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'
# Enhanced by md on 2022/10/14