CWE-1051: Initialization with Hard-Coded Network Resource Configuration Data
The product initializes data using hard-coded values that act as network resource identifiers.
Last updated
Overview
CWE-1051 (Initialization with Hard-Coded Network Resource Configuration Data) is a base-level software weakness catalogued by MITRE in the Common Weakness Enumeration (CWE). It describes a recurring type of mistake that can lead to exploitable security vulnerabilities.
Real-world CVEs
1 recorded CVEs are caused by CWE-1051 (Initialization with Hard-Coded Network Resource Configuration Data). The highest-severity and most recent are shown first.
Common consequences
What can happen when CWE-1051 is exploited.
Reduce Reliability
Affects: Other
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.
How it happens
When it is introduced
Typically introduced during these phases of the software lifecycle.