CVE-2025-11347
7.3code-projects · Student Crud Operation
An unauthenticated arbitrary file upload vulnerability exists in the add.php file of the Student Crud Operation component, which may lead to remote code execution.
Executive summary
A critical, unauthenticated file upload vulnerability in code-projects Student Crud Operation allows remote attackers to achieve remote code execution.
Vulnerability
The application fails to properly validate file uploads within the add.php script, specifically utilizing the move_uploaded_file function. This allows an unauthenticated remote attacker to upload arbitrary files to the server, resulting in potential remote code execution.
Business impact
Successful exploitation of this vulnerability permits an unauthenticated attacker to execute arbitrary code on the underlying host. This could lead to a total system compromise, including unauthorized access to sensitive student data, full system control, and potential lateral movement within the network. Given the CVSS score of 7.3, this represents a significant risk to organizational integrity and data confidentiality.
Remediation
Immediate Action: As no official vendor patch is currently available, administrators should immediately restrict access to the affected web directory or disable the student registration functionality entirely until a secure update is released.
Proactive Monitoring: Review web server access logs for anomalous POST requests to add.php, especially those containing file upload signatures or requests resulting in unexpected file types in the upload directory.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to block unauthorized file uploads and inspect incoming traffic for malicious payloads targeting the add.php endpoint.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the linked research repository.
Analyst recommendation
This vulnerability presents a severe risk because it allows unauthenticated remote code execution. Organizations utilizing Student Crud Operation should treat this as a high-priority incident. If the software is not mission-critical, remove it from the environment until the vendor provides a secure, patched version.
More code-projects CVEs
Sources
Originally found and disclosed by px_kanten (VulDB User), per the CVE Program record.
- VDB-327232 | code-projects Student Crud Operation Add Student Page/Edit Student add.php move_uploaded_file unrestricted Vulnerability database entry
- VDB-327232 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #664897 | code-projects Student Crud Operation In PHP V3.3 Remote Code Execution (via Arbitrary File Upload) Third-party advisory
- Exploit / PoC
- code-projects.org