code-projects Scholars Tracking System 1.0 allows an authenticated attacker to achieve remote code execution via unrestricted file upload. The endpoints update_profile_picture.php and upload_picture.php store uploaded files in a web-accessible uploads/ directory using the original, user-supplied filename without validating the file type or extension. By uploading a PHP file and then requesting it from /uploads/, an attacker can execute arbitrary PHP code as the web server user.
References
| Link | Resource |
|---|---|
| https://code-projects.org/scholars-tracking-system-in-php-with-source-code/ | Product |
| https://youngkevinn.github.io/posts/CVE-2025-70151-Scholars-FileUpload-RCE/ | Exploit Mitigation Third Party Advisory |
Configurations
History
No history.
Information
Published : 2026-02-18 18:24
Updated : 2026-02-23 17:53
NVD link : CVE-2025-70151
Mitre link : CVE-2025-70151
CVE.ORG link : CVE-2025-70151
JSON object : View
Products Affected
fabian
- scholars_tracking_system
CWE
CWE-434
Unrestricted Upload of File with Dangerous Type
