Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-1051 (使用硬编码的网络资源配置数据进行初始化) — Vulnerability Class 1

1 vulnerabilities classified as CWE-1051 (使用硬编码的网络资源配置数据进行初始化). AI Chinese analysis included.

CWE-1051 represents a configuration weakness where applications initialize network resource identifiers, such as IP addresses or hostnames, using static, hard-coded values rather than dynamic configuration sources. This flaw is typically exploited by attackers who manipulate the application’s environment or intercept traffic to redirect connections to malicious servers, facilitating man-in-the-middle attacks or unauthorized data exfiltration. Because the network endpoints are embedded directly in the source code, changing them requires recompilation, making rapid response to security incidents difficult. Developers can mitigate this risk by externalizing network configuration into secure, environment-specific files or configuration management systems. This approach allows administrators to update connection details without modifying application code, ensuring that sensitive network resources remain flexible and secure against unauthorized redirection or tampering.

MITRE CWE Description
The product initializes data using hard-coded values that act as network resource identifiers.
Common Consequences (1)
OtherReduce Reliability
This issue can prevent the product from running reliably, e.g. if it runs in an environment does not use the hard-coded network resource identifiers. If the relevant code is reachable by an attacker, then this reliability problem might introduce a vulnerability.
CVE IDTitleCVSSSeverityPublished
CVE-2024-22064 Configuration error Vulnerability in ZTE ZXUN-ePDG — ZXUN-ePDG 8.3 High2024-05-10

Vulnerabilities classified as CWE-1051 (使用硬编码的网络资源配置数据进行初始化) represent 1 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.