nuclei-templates/cves/2020/CVE-2020-11710.yaml

28 lines
496 B
YAML
Raw Normal View History

2021-02-02 14:48:20 +00:00
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
2021-02-02 14:48:20 +00:00
requests:
- method: GET
path:
2021-02-03 11:53:16 +00:00
- "{{BaseURL}}"
2021-02-02 14:48:20 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-02-03 11:53:16 +00:00
- 'Welcome to kong'
- 'configuration'
- 'kong_env'
condition: and
2021-02-02 14:48:20 +00:00
part: body
2021-02-03 11:53:16 +00:00
2021-02-02 14:48:20 +00:00
- type: status
status:
- 200