CVE-2026-1176

7.3

itsourcecode · School Management System

A SQL injection vulnerability in itsourcecode School Management System 1.0 allows remote, unauthenticated attackers to manipulate the ID argument in /subject/index.php to compromise database records.

Executive summary

The itsourcecode School Management System 1.0 is vulnerable to a critical SQL injection flaw that permits unauthenticated remote attackers to access or manipulate sensitive educational data.

Vulnerability

This is a SQL injection vulnerability (CWE-89) located in the /subject/index.php file. The application fails to properly sanitize the ID argument, allowing an unauthenticated remote attacker to inject malicious SQL commands directly into the database query.

Business impact

The exploitation of this vulnerability poses a significant risk to the confidentiality and integrity of institutional data. By performing SQL injection, an attacker can bypass authentication, exfiltrate sensitive student or faculty records, or potentially modify database contents. With a CVSS score of 7.3, this flaw represents a high-risk entry point for unauthorized actors to gain persistent access to the back-end infrastructure.

Remediation

Immediate Action: Since no official vendor patch is currently available, administrators should restrict network access to the /subject/index.php endpoint or disable the affected module entirely if it is not business-critical.

Proactive Monitoring: Review web server access logs for anomalous requests containing SQL syntax patterns, such as UNION, SELECT, or OR 1=1, specifically targeting the ID parameter.

Compensating Controls: Deploy a Web Application Firewall (WAF) rule designed to detect and block SQL injection payloads targeting the identified vulnerable endpoint.

Exploitation status

Public Exploit Available: Yes — a public proof-of-concept exists and is documented in the researcher's GitHub issue report (https://github.com/ltranquility/CVE/issues/32).

Analyst recommendation

Given the availability of a public proof-of-concept and the ease of remote exploitation, this vulnerability requires immediate attention. Organizations utilizing the affected software must implement strict network-level filtering or WAF protections immediately to prevent unauthorized database access until an official security update is released by the vendor.

More itsourcecode CVEs all →

History

  1. Disclosed CVE record published
  2. Published in the daily brief high section, carried in 2 daily briefs, Jan 20 to Jan 21
  3. Analyst report written

Sources

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