33 lines
782 B
YAML
33 lines
782 B
YAML
id: CVE-2020-11710
|
|
|
|
info:
|
|
name: Kong Admin Rest API Unauth
|
|
author: pikpikcu
|
|
severity: critical
|
|
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.
|
|
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-11710
|
|
tags: cve,cve2020,kong
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.80
|
|
cve-id: CVE-2020-11710
|
|
|
|
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
|