gcloud-sql 漏洞列表
共找到 2 个与 gcloud-sql 相关的漏洞
📅 加载漏洞趋势中...
-
gcloud-sql-log-connections-disabled: Log Connections Disabled for PostgreSQL Database Instances POC
Ensure that the "log_connections" database flag is enabled for your Google Cloud PostgreSQL database instances. The "log_connections" flag causes each attempted connection to the database instance to be logged, including successful client authentication requests. This flag helps with monitoring and auditing database access. Only PostgreSQL database administrators can change this parameter at session start, and it cannot be changed after the session starts. -
gcloud-sql-remote-access-enabled: Remote Access Enabled for SQL Server Database Instances POC
Ensure that the "remote access" database flag is turned off for your Google Cloud SQL Server database instances. This prevents the execution of stored procedures from local or remote servers on which your SQL Server instances are running, improving security and compliance.