CVE-2025-13301

7.3

itsourcecode · Web-Based Internet Laboratory Management System

A SQL injection vulnerability exists in the itsourcecode Web-Based Internet Laboratory Management System 1.0, specifically within the subject controller component, allowing for remote data manipulation.

Executive summary

A critical SQL injection vulnerability in the itsourcecode Web-Based Internet Laboratory Management System 1.0 allows unauthenticated remote attackers to compromise the underlying database.

Vulnerability

The application is susceptible to SQL injection via the /subject/controller.php file, which fails to properly sanitize user input, allowing an unauthenticated attacker to manipulate backend database queries.

Business impact

The vulnerability carries a CVSS score of 7.3, indicating a high risk to data integrity and confidentiality. Successful exploitation could allow an attacker to unauthorizedly access, modify, or delete sensitive laboratory management data, potentially leading to significant operational disruption and a breach of institutional data privacy.

Remediation

Immediate Action: As no official patch is currently available, administrators should restrict network access to the affected web application and disable the vulnerable functionality if it is not business-critical.

Proactive Monitoring: Monitor server access logs for anomalous HTTP requests directed at the /subject/controller.php endpoint, specifically looking for SQL syntax patterns or unexpected character strings.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection payloads targeting input parameters.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as documented in the referenced GitHub issue tracker.

Analyst recommendation

Given the availability of a public proof-of-concept and the lack of a vendor-supplied patch, this vulnerability presents an elevated risk to the environment. Organizations currently running version 1.0 of this system should prioritize isolating the application from external networks and implement strict input validation via WAF rules until a secure version is released.

More itsourcecode CVEs

Sources

Originally found and disclosed by f14g2 (VulDB User), per the CVE Program record.