nuclei-templates/network/misconfig/mysql-native-password.yaml

27 lines
629 B
YAML
Raw Normal View History

2021-09-13 20:24:21 +00:00
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:
2023-03-03 15:27:54 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-07-24 18:27:05 +00:00
tags: network,mysql,bruteforce,db,misconfig
metadata:
max-request: 2
tcp:
- host:
- "{{Hostname}}"
2023-09-16 19:35:21 +00:00
port: 3306
matchers:
- type: word
words:
- "mysql_native_password"