CVE-2026-93978
7.3code-projects · Internship Management System
The code-projects Internship Management System version 1.0 is vulnerable to an unauthenticated time-based blind SQL injection in the login.php file via the password parameter.
Executive summary
An unauthenticated SQL injection vulnerability in the Internship Management System login form allows remote attackers to extract sensitive database information.
Vulnerability
The application fails to sanitize the password parameter in login.php before including it in a database query, allowing an unauthenticated attacker to execute arbitrary SQL commands. This flaw leverages a time-based blind injection technique to infer data from the backend database.
Business impact
Successful exploitation of this vulnerability permits unauthorized access to sensitive data stored in the backend database, such as user credentials or customer information. Given the CVSS score of 7.3, this represents a high-risk security flaw that could lead to full database compromise and significant reputational damage.
Remediation
Immediate Action: Since no official patch is currently available, users should restrict external access to the login.php endpoint or disable the application until a secure version is released.
Proactive Monitoring: Monitor web server access logs for anomalous POST requests to login.php, specifically identifying patterns containing SQL syntax or unusual response delays indicative of time-based injection attempts.
Compensating Controls: Implement a Web Application Firewall (WAF) to detect and block malicious SQL injection payloads targeting the password parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the research write-up by the vulnerability reporter.
Analyst recommendation
The severity of this SQL injection vulnerability necessitates immediate attention, as it provides an unauthenticated attacker with a direct path to database manipulation. Administrators must prioritize limiting exposure of the login interface and monitor for suspicious traffic until the vendor provides a formal security update to replace the vulnerable code.
More code-projects CVEs all →
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Published in the daily brief high section
Sources
Originally found and disclosed by SSL_Seven_Security Lab_WangZhiQiang_XiaoZiLong (VulDB User), per the CVE Program record.
- VDB-407937 | code-projects Internship Management System login.php sql injection Vulnerability database entry
- VDB-407937 | CTI Indicators (IOB, IOC, TTP, IOA)
- CVE-2026-93978 | CVE Analysis and Report Third-party advisory
- Submit #944591 | INTERNSHIP MANAGEMENT SYSTEM IN PHP WITH SOURCE CODE login.php SQL Injection (time-based blind) Vulnera Third-party advisory
- Exploit / PoC
- code-projects.org