GHSA-8rqj-9226-cwx7HighCVSS 8.8
code-projects Scholars Tracking System 1.0 allows an authenticated attacker to achieve remote...
🔗 CVE IDs covered (1)
📋 Description
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 (5)
- https://nvd.nist.gov/vuln/detail/CVE-2025-70151
- https://code-projects.org/scholars-tracking-system-in-php-with-source-code
- https://youngkevinn.github.io/posts/CVE-2025-70151-Scholars-FileUpload-RCE
- https://0x0bito.github.io/posts/CVE-2025-70151-Scholars-FileUpload-RCE
- https://github.com/advisories/GHSA-8rqj-9226-cwx7