CWE•Base•Incomplete•3 recent CVEs
CWE-1327Binding to an Unrestricted IP Address
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.
[object Object]
Common consequences
- Availability→DoS: Amplification
Potential mitigations
- System ConfigurationAssign IP addresses that are not 0.0.0.0.
- System ConfigurationUnwanted connections to the configured server may be denied through a firewall or other packet filtering measures.