Google Cloud Functions 漏洞列表
共找到 5 个与 Google Cloud Functions 相关的漏洞
📅 加载漏洞趋势中...
-
gcloud-func-auto-runtime-updates-disabled: Automatic Runtime Security Updates Disabled in Google Cloud Functions POC
Ensure that automatic runtime security updates are enabled for your Google Cloud functions in order to keep the functions secure and protected against vulnerabilities without manual intervention. -
gcloud-func-cmek-not-used: No Customer-Managed Encryption Keys in Google Cloud Functions POC
Ensure that your Google Cloud functions use Customer-Managed Encryption Keys (CMEK) instead of Google-managed encryption keys to encrypt data at rest. CMEKs provide greater control over the encryption and decryption process, enabling you to meet stringent compliance requirements. -
gcloud-func-inactive-svc-acc: Inactive Service Accounts in Google Cloud Functions POC
Ensure that your Google Cloud functions are referencing existing, active service accounts in order to prevent execution failures and operational disruptions. -
gcloud-func-unrestricted-outbound: Unrestricted Outbound Network Access in Google Cloud Functions POC
Ensure that your Google Cloud functions are not configured to allow unrestricted outbound network access in order to prevent security vulnerabilities and minimize cloud costs. To ensure that your function's outbound traffic is restricted to internal IP ranges and can't communicate with external networks or the public Internet, set the VpcConnectorEgressSettings parameter to PRIVATE_RANGES_ONLY. -
gcp-func-default-svc-acc: Google Cloud Functions Using Default Service Account POC
Ensure that your Google Cloud functions are configured to use user-managed service accounts instead of the default service account managed by Google Cloud in order to follow the Principle of Least Privilege (POLP) and enhance the security posture of your functions.