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.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2024-22064 | Configuration error Vulnerability in ZTE ZXUN-ePDG — ZXUN-ePDG | 8.3 | High | 2024-05-10 |
Vulnerabilities classified as CWE-1051 (使用硬编码的网络资源配置数据进行初始化) represent 1 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.