CWE-1224 – Improper Restriction of Write-Once Bit Fields
Description The hardware design control register "sticky bits" or write-once bit fields are improperly implemented, such that they can be reprogrammed by software. Modes of...
CWE-1229 – Creation of Emergent Resource
Description The product manages resources or behaves in a way that indirectly creates a new, distinct resource that can be used by attackers in violation...
CWE-123 – Write-what-where Condition
Description Any condition where the attacker has the ability to write an arbitrary value to an arbitrary location, often as the result of a buffer...
CWE-1120 – Excessive Code Complexity
Description The code is too complex, as calculated using a well-defined, quantitative measure. Modes of Introduction: Related Weaknesses CWE-710 Consequences Other: Reduce...
CWE-1121 – Excessive McCabe Cyclomatic Complexity
Description The code contains McCabe cyclomatic complexity that exceeds a desirable maximum. Modes of Introduction: Related Weaknesses CWE-1120 Consequences Potential Mitigations...
CWE-1122 – Excessive Halstead Complexity
Description The code is structured in a way that a Halstead complexity measure exceeds a desirable maximum. Modes of Introduction: Related Weaknesses CWE-1120...
CWE-1123 – Excessive Use of Self-Modifying Code
Description The product uses too much self-modifying code. Modes of Introduction: Related Weaknesses CWE-1120 Consequences Other: Reduce Maintainability Potential Mitigations CVE...
CWE-1124 – Excessively Deep Nesting
Description The code contains a callable or other code grouping in which the nesting / branching is too deep. Modes of Introduction: Related...
CWE-1125 – Excessive Attack Surface
Description The product has an attack surface whose quantitative measurement exceeds a desirable maximum. Modes of Introduction: Related Weaknesses CWE-1120 Consequences ...
CWE-1126 – Declaration of Variable with Unnecessarily Wide Scope
Description The source code declares a variable in one scope, but the variable is only used within a narrower scope. Modes of Introduction: ...