Unrestricted file upload vulnerability in index.php in Miltenovik Manojlo MemHT Portal 4.0.1 and earlier allows remote authenticated users to execute arbitrary code by uploading a file with an executable extension and an image content type via a users editProfile action, then accessing this file via a direct request to the file in images/avatar/uploaded/.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Memht_portal | Memht | * | 4.0.1 (including) |
Memht_portal | Memht | 1.0-final (including) | 1.0-final (including) |
Memht_portal | Memht | 1.5-full (including) | 1.5-full (including) |
Memht_portal | Memht | 1.5-update (including) | 1.5-update (including) |
Memht_portal | Memht | 2.0-full (including) | 2.0-full (including) |
Memht_portal | Memht | 2.0-update (including) | 2.0-update (including) |
Memht_portal | Memht | 2.5-full (including) | 2.5-full (including) |
Memht_portal | Memht | 2.5-update (including) | 2.5-update (including) |
Memht_portal | Memht | 2.9-full (including) | 2.9-full (including) |
Memht_portal | Memht | 2.9-update (including) | 2.9-update (including) |
Memht_portal | Memht | 3.0-full (including) | 3.0-full (including) |
Memht_portal | Memht | 3.0-update (including) | 3.0-update (including) |
Memht_portal | Memht | 3.1 (including) | 3.1 (including) |
Memht_portal | Memht | 3.1-full (including) | 3.1-full (including) |
Memht_portal | Memht | 3.1-update (including) | 3.1-update (including) |
Memht_portal | Memht | 3.2-update (including) | 3.2-update (including) |
Memht_portal | Memht | 3.3-full (including) | 3.3-full (including) |
Memht_portal | Memht | 3.3-update (including) | 3.3-update (including) |
Memht_portal | Memht | 3.4 (including) | 3.4 (including) |
Memht_portal | Memht | 3.4-full (including) | 3.4-full (including) |
Memht_portal | Memht | 3.4-update (including) | 3.4-update (including) |
Memht_portal | Memht | 3.4.5 (including) | 3.4.5 (including) |
Memht_portal | Memht | 3.4.5-full (including) | 3.4.5-full (including) |
Memht_portal | Memht | 3.4.5-update (including) | 3.4.5-update (including) |
Memht_portal | Memht | 3.5.0-full (including) | 3.5.0-full (including) |
Memht_portal | Memht | 3.6.0 (including) | 3.6.0 (including) |
Memht_portal | Memht | 3.6.5 (including) | 3.6.5 (including) |
Memht_portal | Memht | 3.7.0 (including) | 3.7.0 (including) |
Memht_portal | Memht | 3.7.5 (including) | 3.7.5 (including) |
Memht_portal | Memht | 3.8.0 (including) | 3.8.0 (including) |
Memht_portal | Memht | 3.8.1 (including) | 3.8.1 (including) |
Memht_portal | Memht | 3.8.5 (including) | 3.8.5 (including) |
Memht_portal | Memht | 3.9.0 (including) | 3.9.0 (including) |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.