| Title | https://code-projects.org/ Online Bidding System In PHP With Source Code 1.0 Arbitrary File Upload |
|---|
| Description | The application does not properly validate uploaded files. In functions.php, the file upload logic only checks file size, without validating file extension, MIME type, content, or applying server-side filtering.
Because file names and file content are both not validated, an attacker can upload:
.php webshell
files containing injected HTML/JS (Stored XSS)
overwrite existing files if there is no randomness
This leads to remote code execution (RCE) on the server. |
|---|
| Source | ⚠️ https://github.com/Yohane-Mashiro/cve/blob/main/upload%201.md |
|---|
| User | Yohane-Mashiro (UID 92825) |
|---|
| Submission | 11/20/2025 16:59 (9 months ago) |
|---|
| Moderation | 11/23/2025 08:48 (3 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 333338 [code-projects Online Bidding System 1.0 addcategory.php categoryadd catimage unrestricted upload] |
|---|
| Points | 20 |
|---|