CWE-913
Overview
- CWE ID
- 913
- CWE Name
- Improper Control of Dynamically-Managed Code Resources
- CWE Abstraction
- Class
- CWE structure
- Simple
- CWE Status
- Incomplete
Description
The software does not properly restrict reading from or writing to dynamically-managed code resources such as variables, objects, classes, attributes, functions, or executable instructions or statements.
Extended Description
Many languages offer powerful features that allow the programmer to dynamically create or modify existing code, or resources used by code such as variables and objects. While these features can offer significant flexibility and reduce development time, th
Related CWEs
CWE ID | View ID | Nature | Ordinal |
---|---|---|---|
664 | 1000 | ChildOf | Primary |