CVE-2026-1590

7.3

itsourcecode · School Management System

A SQL injection vulnerability exists in itsourcecode School Management System 1.0, allowing remote attackers to manipulate the ID argument in the faculty index page.

Executive summary

The itsourcecode School Management System is vulnerable to remote SQL injection, which could allow unauthorized database manipulation.

Vulnerability

This is a SQL injection vulnerability (CWE-89) located in the /ramonsys/faculty/index.php file. The vulnerability is exploitable by an unauthenticated remote attacker via the ID parameter.

Business impact

The ability to perform SQL injection allows an attacker to interact directly with the backend database. This may lead to unauthorized data exposure, modification, or deletion of academic records. Given the CVSS score of 7.3, this flaw poses a significant risk to the integrity and confidentiality of the school information stored within the system.

Remediation

Immediate Action: As no official patch is currently available, restrict access to the vulnerable /ramonsys/faculty/index.php endpoint at the network or web server level until a vendor-supplied update is released.

Proactive Monitoring: Review web server access logs for anomalous GET requests containing SQL syntax patterns or unexpected characters in the ID parameter.

Compensating Controls: Deploy a Web Application Firewall (WAF) rule to block common SQL injection payloads targeted at the /ramonsys/faculty/index.php script.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as documented in the linked technical reference.

Analyst recommendation

Organizations utilizing the itsourcecode School Management System must prioritize the isolation of the affected component. Due to the presence of a public proof-of-concept and the ease of remote exploitation, administrators should treat this as a high-priority risk and monitor vendor communications for an official patch, applying it immediately upon release.

More itsourcecode CVEs

Sources

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