إرسال #932334: SourceCodester Online Faculty Clearance System using PHP/MySQL with Source Code V1.0 / production/edit_picture.php 1.0 Unrestricted Uploadالمعلومات

عنوانSourceCodester Online Faculty Clearance System using PHP/MySQL with Source Code V1.0 / production/edit_picture.php 1.0 Unrestricted Upload
الوصفuring the security review of the OnlineClearance faculty profile picture feature, I found that authenticated users can submit a multipart file upload to production/edit_picture.php. The backend stores the uploaded file using the original client-supplied filename: $a = $_FILES['file']['name']; $ab = $_FILES['file']['tmp_name']; $location = "".$a; move_uploaded_file($ab, "../requirements/".$location); Because the application does not validate the file extension, MIME type, or file contents, an attacker can upload a PHP payload by naming the file shell.php. In testing, the uploaded payload was then executed successfully from /OnlineClearance/requirements/shell.php, confirming remote code execution.
المصدر⚠️ https://github.com/zzjzzzj389/cve/issues/1
المستخدم
 plutoyrw (UID 100582)
ارسال16/08/2026 08:14 AM (1 شهر منذ)
الاعتدال14/09/2026 05:51 PM (29 days later)
الحالةتمت الموافقة
إدخال VulDB403588 [SourceCodester Online Faculty Clearance System 1.0 Profile Picture Upload edit_picture.php move_uploaded_file ملف تجاوز الصلاحيات]
النقاط20

Want to stay up to date on a daily basis?

Enable the mail alert feature now!