28 lines
496 B
YAML
28 lines
496 B
YAML
id: CVE-2020-11710
|
|
|
|
info:
|
|
name: Kong Admin Rest API Unauth
|
|
author: pikpikcu
|
|
severity: info
|
|
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-11710
|
|
tags: cve,cve2020,kong
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Welcome to kong'
|
|
- 'configuration'
|
|
- 'kong_env'
|
|
condition: and
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|