This page is experimental and may change significantly in future releases.
Incomplete Identification of Uploaded File Variables (PHP)
Properties
id: d3f:CWE-616
- name
- Incomplete Identification of Uploaded File Variables (PHP)
- definition
- The PHP application uses an old method for processing uploaded files by referencing the four global variables that are set for each file (e.g. $varname, $varname_size, $varname_name, $varname_type). These variables could be overwritten by attackers, causing the application to process unauthorized files.
Neighbors
CWE-616 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-616 has no related weaknesses in this release.