26 lines
800 B
YAML
26 lines
800 B
YAML
id: mysql-native-password
|
|
|
|
info:
|
|
name: MySQL - Password Vulnerability
|
|
author: iamthefrogy
|
|
severity: info
|
|
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.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: network,mysql,bruteforce,db,misconfig
|
|
|
|
tcp:
|
|
- host:
|
|
- "{{Hostname}}"
|
|
port: 3306
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "mysql_native_password"
|
|
# digest: 490a00463044022035dcdfe3a3a04ff5cd925e153aac37f32ffd2ce11c80930db28848f2858ae91c0220477ec8d91cdb25472d209662968dbdfbe66331774355dd1b02db883d28c53906:922c64590222798bb761d5b6d8e72950 |