CWE-1327Binding to an Unrestricted IP Address

PUBLISHEDweakness record
released 2020-12-10 · last modified 2026-04-30

Metadata

CWE ID:
CWE-1327
摘要:
Base
结构:
Simple
状态:
Incomplete
发布日期:
2020-12-10
更新日期:
2026-04-30

名称

Binding to an Unrestricted IP Address

描述

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

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.

常见后果

范围:
Availability
影响:
DoS: Amplification

相关 CWE