CVE-2025-13300
7.3itsourcecode · Web-Based Internet Laboratory Management System
A SQL injection vulnerability exists in the Web-Based Internet Laboratory Management System 1.0 via the /settings/controller.php file, allowing remote unauthenticated attackers to execute queries.
Executive summary
An unauthenticated SQL injection vulnerability in the itsourcecode Web-Based Internet Laboratory Management System 1.0 poses a significant risk of unauthorized database interaction.
Vulnerability
This is a SQL injection flaw (CWE-89) located within the /settings/controller.php file. The vulnerability allows an unauthenticated, remote attacker to manipulate database queries through the application.
Business impact
Successful exploitation allows an attacker to inject arbitrary SQL commands into the backend database. This can lead to unauthorized data exposure, modification of database contents, or potential service disruption. With a CVSS score of 7.3, this high-severity vulnerability represents a significant risk to the integrity and confidentiality of the system.
Remediation
Immediate Action: Since no official patch is currently available, administrators should restrict network access to the management system to trusted internal networks only.
Proactive Monitoring: Review web server access logs for suspicious URL parameters containing SQL syntax or unusual characters directed at the /settings/controller.php endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists as documented in the research write-up on GitHub.
Analyst recommendation
Given the availability of a public proof-of-concept and the lack of a vendor-supplied patch, users of this software are at elevated risk. Organizations must implement strict network-level access controls to ensure the application is not exposed to the public internet and continue to monitor vendor channels for the release of a security update.
More itsourcecode CVEs
Sources
Originally found and disclosed by f14g2 (VulDB User), per the CVE Program record.
- VDB-332640 | itsourcecode Web-Based Internet Laboratory Management System controller.php sql injection Vulnerability database entry
- VDB-332640 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #691790 | itsourcecode Web-Based Internet Laboratory Management System V1.0 SQL Injection Third-party advisory
- Exploit / PoC
- itsourcecode.com