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

29 lines
649 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
2021-03-24 06:54:09 +00:00
description: An issue was discovered in docker-kong (for Kong) through 2.0.3. The admin API port may be accessible on interfaces other than 127.0.0.1.
2021-02-02 14:48:20 +00:00
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