Access Control: Exposed MySQL Server¶
Identifier:
mysql_exposed
Scanner(s) Support¶
| GraphQL Scanner | REST Scanner | WebApp Scanner | ASM Scanner |
|---|---|---|---|
Description¶
MySQL server exposure to the public internet allows unauthorized access attempts, potentially leading to data breaches if the server is not properly secured.
How we test: We attempt to connect to MySQL servers on standard ports and analyze connection responses to detect if MySQL servers are exposed to the public internet. We check if servers accept connections from untrusted networks and verify if access controls are properly configured.
Configuration¶
Example¶
Example configuration:
Reference¶
skip¶
Type : boolean
Skip the test if true.