45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
id: CVE-2017-17736
|
|
|
|
info:
|
|
name: Kentico - Installer Privilege Escalation
|
|
author: shiar
|
|
severity: critical
|
|
description: |
|
|
Kentico 9.0 before 9.0.51 and 10.0 before 10.0.48 are susceptible to a privilege escalation attack. An attacker can obtain Global Administrator access by visiting CMSInstall/install.aspx and then navigating to the CMS Administration Dashboard.
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/5694
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2017-17736
|
|
- https://blog.hivint.com/advisory-access-control-bypass-in-kentico-cms-cve-2017-17736-49e1e43ae55b
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2017-17736
|
|
cwe-id: CWE-425
|
|
metadata:
|
|
max-request: 1
|
|
google-query: intitle:"kentico database setup"
|
|
verified: true
|
|
tags: cve,cve2017,kentico,cms,install,unauth,edb
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/CMSInstall/install.aspx"
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Kentico"
|
|
- "Database Setup"
|
|
- "SQLServer"
|
|
condition: and
|
|
|
|
- type: word
|
|
words:
|
|
- "Database Setup"
|
|
- "SQLServer"
|
|
condition: and
|
|
|
|
# Enhanced by cs on 2022/10/24
|