2021-09-13 20:24:21 +00:00
|
|
|
id: tidb-native-password
|
2021-09-09 08:14:08 +00:00
|
|
|
|
|
|
|
info:
|
2022-10-10 19:22:59 +00:00
|
|
|
name: TiDB - Password Vulnerability
|
2021-09-09 08:14:08 +00:00
|
|
|
author: lu4nx
|
2023-01-24 16:21:18 +00:00
|
|
|
severity: medium
|
2022-10-10 19:22:59 +00:00
|
|
|
description: TiDB queries with enabled native password support are susceptible to password brute-force attacks.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.3
|
|
|
|
cwe-id: CWE-200
|
2021-09-10 06:43:16 +00:00
|
|
|
tags: network,tidb,bruteforce,db
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2021-09-09 08:14:08 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
tcp:
|
2021-09-09 08:14:08 +00:00
|
|
|
- host:
|
|
|
|
- "{{Hostname}}"
|
2021-12-09 13:06:24 +00:00
|
|
|
- "{{Host}}:4000"
|
2021-09-09 08:14:08 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "mysql_native_password"
|
|
|
|
- "TiDB"
|
2021-09-10 06:43:16 +00:00
|
|
|
condition: and
|
2022-10-10 19:22:59 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/10/04
|