CVE-2025-11329
7.3code-projects · Online Course Registration
A SQL injection vulnerability exists in code-projects Online Course Registration 1.0 via the ID argument in /admin/manage-students.php, allowing remote attackers to manipulate database queries.
Executive summary
A remote SQL injection vulnerability in code-projects Online Course Registration 1.0 poses a significant risk of unauthorized database interaction.
Vulnerability
This vulnerability is a SQL injection (CWE-89) flaw located in the /admin/manage-students.php file. An unauthenticated remote attacker can trigger this issue by manipulating the ID argument.
Business impact
Successful exploitation of this SQL injection vulnerability allows an attacker to manipulate backend database queries. Given the CVSS score of 7.3, this represents a high severity risk that could lead to unauthorized data exposure, potential modification of student records, or disruption of administrative functions, directly impacting the integrity and availability of the registration system.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict access to the /admin/manage-students.php endpoint or disable the application until a vendor-supplied fix is released.
Proactive Monitoring: Review web server access logs for anomalous requests containing SQL syntax patterns or unexpected characters targeting the manage-students.php file.
Compensating Controls: Deploy a Web Application Firewall (WAF) rule to filter and block malicious SQL injection payloads targeting the ID parameter on the affected endpoint.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the GitHub issue referenced in the CVE enrichment data.
Analyst recommendation
The presence of a public proof-of-concept significantly elevates the risk of exploitation for this high-severity flaw. Organizations currently utilizing Online Course Registration 1.0 must prioritize implementing compensating controls, such as WAF filtering, and isolate the vulnerable administrative endpoints from public exposure until the vendor provides a formal security update.
More code-projects CVEs
Sources
Originally found and disclosed by Yanjun Li (VulDB User), per the CVE Program record.
- VDB-327212 | code-projects Online Course Registration manage-students.php sql injection Vulnerability database entry
- VDB-327212 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #664538 | code-projects Online Course Registration Site V1.0 SQL Injection Third-party advisory
- Exploit / PoC
- code-projects.org