2021-09-13 20:24:21 +00:00
|
|
|
id: mysql-native-password
|
2021-04-11 14:29:11 +00:00
|
|
|
|
|
|
|
info:
|
2022-10-10 19:22:59 +00:00
|
|
|
name: MySQL - Password Vulnerability
|
2021-04-11 14:29:11 +00:00
|
|
|
author: iamthefrogy
|
2021-04-13 18:52:03 +00:00
|
|
|
severity: info
|
2022-10-10 19:22:59 +00:00
|
|
|
description: MySQL database queries with enabled native password support are susceptible to password brute-force attacks.
|
|
|
|
reference:
|
|
|
|
- https://github.com/Tinram/MySQL-Brute
|
|
|
|
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
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: network,mysql,bruteforce,db
|
2021-04-11 14:29:11 +00:00
|
|
|
|
|
|
|
network:
|
|
|
|
- host:
|
|
|
|
- "{{Hostname}}"
|
2021-12-09 13:06:24 +00:00
|
|
|
- "{{Host}}:3306"
|
2021-04-13 13:10:43 +00:00
|
|
|
|
2021-04-11 14:29:11 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "mysql_native_password"
|
2022-10-10 19:22:59 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/10/04
|