| Título | SourceCodester Photo Share Website using PHP/MySQL V1.0 Unrestricted Upload |
|---|
| Descrição | The file upload functionality handled by the save_upload action in ajax.php lacks adequate validation of user-supplied data. The application processes base64-encoded file data via the img[] parameter and sets the filename based on the imgName[] parameter.
An attacker can intercept the HTTP POST request and manipulate these parameters to bypass intended restrictions. By supplying a .php extension in the imgName[] parameter and injecting malicious base64-encoded PHP code (such as a webshell or phpinfo()) into the img[] parameter, the server will save the executable script into the public-facing /social/assets/img/uploads/ directory. Accessing this uploaded file directly via a web browser triggers the execution of the arbitrary PHP code. |
|---|
| Fonte | ⚠️ https://github.com/gensnext/cve/issues/2 |
|---|
| Utilizador | w4yl (UID 60425) |
|---|
| Submissão | 21/06/2026 15h01 (há 2 meses) |
|---|
| Moderação | 07/08/2026 10h34 (2 months later) |
|---|
| Estado | Aceite |
|---|
| Entrada VulDB | 386955 [SourceCodester Photo Share Website 1.0 ajax.php?action=save_upload img[]/imgName[] Elevação de Privilégios] |
|---|
| Pontos | 20 |
|---|