CWE-627—Dynamic Variable Evaluation
PUBLISHEDweakness record
released 2007-05-07 · last modified 2023-06-29
Metadata
名称
Dynamic Variable Evaluation
描述
In a language where the user can influence the name of a variable at runtime, if the variable names are not controlled, an attacker can read or write to arbitrary variables, or access arbitrary functions.
The resultant vulnerabilities depend on the behavior of the application, both at the crossover point and in any control/data flow that is reachable by the related variables or functions.