Skip to content

Sensitive Data: OA E-Office mysql_config.ini - Information Disclosure

Identifier: weaver_mysql_config_exposure

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

E-Office mysql_config.ini files can be directly accessed, potentially leaking database account passwords and other sensitive configuration information.

How we test: We test for exposed MySQL configuration files in E-Office by attempting to access mysql_config.ini files and analyzing responses to detect if database credentials and configuration details are exposed.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  weaver_mysql_config_exposure:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.