gcloud-func 漏洞列表
共找到 3 个与 gcloud-func 相关的漏洞
📅 加载漏洞趋势中...
-
gcloud-func-missing-labels: Missing User-Defined Labels in Google Cloud Functions POC
Ensure that user-defined labels are being used to tag, collect, and organize Google Cloud functions within your Google Cloud Platform (GCP) projects. User-defined labels are a lightweight and efficient way to group together related or associated cloud resources. -
gcloud-func-no-vpc-access: No Serverless VPC Access in Google Cloud Functions POC
Ensure that your Google Cloud functions are configured to use Serverless VPC Access in order to connect functions directly to your VPC network, allowing access to other VPC resources such as VM instances, MemoryStore instances, or any other cloud resources with an internal IP address. Without Serverless VPC Access, these functions may not be able to communicate efficiently with other resources in the same VPC. -
gcloud-func-public-access: Publicly Accessible Google Cloud Functions POC
Identify any publicly accessible Google Cloud functions within your GCP account and update their IAM policy to protect against unauthorized users sending requests to invoke these functions. To deny access from anonymous and public users, remove the bindings for allUsers and allAuthenticatedUsers members from your function's IAM policy. The allUsers member represents any user on the Internet, while allAuthenticatedUsers represents any user or service account that can sign into Google Cloud Platform (GCP) with a Google account.