Enhancement: cves/2017/CVE-2017-1000028.yaml by mp
parent
a1d87db41b
commit
c244a2313a
|
@ -1,15 +1,16 @@
|
|||
id: CVE-2017-1000028
|
||||
|
||||
info:
|
||||
name: GlassFish LFI
|
||||
name: Oracle GlassFish Server Open Source Edition 4.1 - Local File Inclusion
|
||||
author: pikpikcu,daffainfo
|
||||
severity: high
|
||||
description: Oracle, GlassFish Server Open Source Edition 4.1 is vulnerable to both authenticated and unauthenticated Directory Traversal vulnerability, that can be exploited by issuing a specially crafted HTTP GET request.
|
||||
description: Oracle GlassFish Server Open Source Edition 4.1 is vulnerable to both authenticated and unauthenticated local file inclusion vulnerabilities that can be exploited by issuing specially crafted HTTP GET requests.
|
||||
reference:
|
||||
- https://www.exploit-db.com/exploits/45196
|
||||
- https://www.trustwave.com/en-us/resources/security-resources/security-advisories/?fid=18822
|
||||
- https://www.trustwave.com/Resources/Security-Advisories/Advisories/TWSL2015-016/?fid=6904
|
||||
- https://www.exploit-db.com/exploits/45196/
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2017-1000028
|
||||
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
|
||||
|
@ -39,3 +40,5 @@ requests:
|
|||
- "contains(body, 'extensions')"
|
||||
- "status_code == 200"
|
||||
condition: and
|
||||
|
||||
# Enhanced by mp on 2022/06/09
|
||||
|
|
Loading…
Reference in New Issue