CVE-2025-11660
7.3ProjectsAndPrograms · School Management System
An unrestricted file upload vulnerability in the School Management System allows remote unauthenticated attackers to execute malicious file uploads via the /assets/uploadSllyabus.php endpoint.
Executive summary
An unauthenticated remote file upload vulnerability in the ProjectsAndPrograms School Management System poses a significant risk of unauthorized system manipulation.
Vulnerability
The application fails to properly validate file uploads within the /assets/uploadSllyabus.php script. This flaw allows an unauthenticated remote attacker to manipulate the File argument to upload arbitrary files to the server.
Business impact
The ability to upload arbitrary files to a web server often leads to remote code execution, which can result in full system compromise, data theft, or the deployment of web shells for persistent access. Given the CVSS score of 7.3, this vulnerability represents a high-severity risk that could lead to significant operational disruption and loss of confidentiality or integrity within the school management environment.
Remediation
Immediate Action: Since a specific patch version is currently unavailable due to the project's rolling release model, administrators must restrict access to the /assets/uploadSllyabus.php file or disable the upload functionality entirely.
Proactive Monitoring: Review web server access logs for anomalous POST requests directed at /assets/uploadSllyabus.php and monitor the file system for newly created files with suspicious extensions.
Compensating Controls: Deploy a Web Application Firewall (WAF) rule to block unauthorized file uploads and filter requests containing suspicious file naming patterns or content types targeting the vulnerable script.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists and is attributed to the technical write-up provided in the referenced GitHub issue.
Analyst recommendation
This vulnerability is serious and requires immediate attention due to the ease of exploitation and the existence of a public proof-of-concept. Organizations utilizing this software should restrict access to the affected directory immediately and maintain heightened monitoring until the vendor provides a formal security update or a versioned patch.
Sources
Originally found and disclosed by yuc1 (VulDB User), per the CVE Program record.
- VDB-328077 | ProjectsAndPrograms School Management System uploadSllyabus.php unrestricted upload Vulnerability database entry
- VDB-328077 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #665610 | https://oranbyte.com/ ProjectsAndPrograms/school-management-system 1.0 Unauthenticated Arbitrary File U Third-party advisory
- Exploit / PoC