Overview
Overview
Allowing access from arbitrary IP addresses to this port increases the attack surface of your network. We recommend to allow traffic only from specific IP addresses.
Remediation guidance
If the Firewall rule reported indeed needs to restrict all traffic, follow the instructions below:
- Login to GCP Console
- Go to 'VPC Network'
- Go to the 'Firewall'
- Click on the reported Firewall rule
- Click on 'EDIT'
- Modify Source IP ranges to specific IP
- Click on 'SAVE'
Service-wide remediation
Recommended when many resources are affected: fix the platform baseline first so new resources inherit the secure setting, then remediate the existing flagged resources in batches.
Google Cloud
Use organization or folder policies where available, shared project templates, logs and alerting baselines, and IaC modules so new resources inherit the secure setting.
Operational rollout
- Fix the baseline first at the account, subscription, project, cluster, or tenant scope that owns this control.
- Remediate the currently affected resources in batches, starting with internet-exposed and production assets.
- Re-scan and track approved exceptions with an owner and expiry date.
Query logic
These are the stored checks tied to this control.
Firewall rule does not allow all traffic for PostgreSQL DB (port 5432)
Connectors
Covered asset types
Expected check: eq []
{firewalls(where: {rules_SOME: {direction: "Inbound", destFromPort_LTE: 5432, destToPort_GTE: 5432, OR: [{sources_INCLUDES: "cidr:0.0.0.0/0"}, {sources_INCLUDES: "cidr:::/0"}]}}) {...AssetFragment}}
Google Cloud