CWE Database
/

CWE-1327

Back to CWE list

CWE-1327

Binding to an Unrestricted IP Address

Base
Incomplete

Description

The product assigns the address 0.0.0.0 for a database server, a cloud service/instance, or any computing resource that communicates remotely.

{"xhtml:p":["When a server binds to the address 0.0.0.0, it allows connections from every IP address on the local machine, effectively exposing the server to every possible network. This might be much broader access than intended by the developer or administrator, who might only be expecting the server to be reachable from a single interface/network."]}

Common Consequences

Scope

Availability

Impact

DoS: Amplification

Potential Mitigations

System Configuration

Assign IP addresses that are not 0.0.0.0.

System Configuration

Unwanted connections to the configured server may be denied through a firewall or other packet filtering measures.

CVE-2023-41742

cybersecurity product binds to an unrestricted IP address

CVE-2022-21947

Desktop manager for Kubernetes and container management binds a service to 0.0.0.0, allowing users on the network to make requests to a dashboard API.

Applicable Platforms

Other

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now