Description
A security flaw has been discovered in itsourcecode School Management System 1.0. Affected is an unknown function of the file /subject/index.php. Performing a manipulation of the argument ID results in sql injection. It is possible to initiate the attack remotely. The exploit has been released to the public and may be used for attacks.
Published: 2026-01-19
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote SQL Injection enabling unauthorized data access or manipulation
Action: Patch Now
AI Analysis

Impact

A vulnerability in itsourcecode School Management System allows an attacker to inject arbitrary SQL statements by tampering with the ID parameter in the /subject/index.php file. This flaw qualifies as a classic SQL injection (CWE‑74 and CWE‑89). If exploited, an attacker could read, modify, or delete sensitive database contents, potentially compromising the confidentiality and integrity of student records and other proprietary data. The CVE description states that the attack can be carried out remotely, and a public exploit has already been released.

Affected Systems

The affected software is itsourcecode School Management System version 1.0. No other product or version information is listed, so mitigation should focus specifically on this release.

Risk and Exploitability

The vulnerability carries a CVSS score of 6.9, indicating moderate severity, and an EPSS score of less than 1 %. Although it is not yet listed in the CISA KEV catalog, the publicly available exploit and the ability to launch the attack remotely make it prudent to treat it as a significant risk. An attacker would typically send a crafted HTTP request containing a malicious payload in the ID field to /subject/index.php, which the server processes without proper sanitization, leading to execution of unintended SQL statements.

Generated by OpenCVE AI on April 18, 2026 at 04:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s official patch or upgrade to a version that has fixed the SQL injection flaw.
  • If a patch is unavailable, modify the application to use prepared statements or parameterized queries for all database interactions involving the ID variable.
  • Implement input validation to ensure that the ID field contains only expected numeric values, and reject or escape any other characters.
  • Add web‑application firewall rules that block common SQL injection payloads on requests to /subject/index.php.

Generated by OpenCVE AI on April 18, 2026 at 04:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 23 Feb 2026 09:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:itsourcecode:school_management_system:*:*:*:*:*:*:*:*

Mon, 02 Feb 2026 20:45:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:itsourcecode:school_management_system:1.0:*:*:*:*:*:*:*

Wed, 21 Jan 2026 21:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 20 Jan 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Itsourcecode
Itsourcecode school Management System
Vendors & Products Itsourcecode
Itsourcecode school Management System

Mon, 19 Jan 2026 21:15:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in itsourcecode School Management System 1.0. Affected is an unknown function of the file /subject/index.php. Performing a manipulation of the argument ID results in sql injection. It is possible to initiate the attack remotely. The exploit has been released to the public and may be used for attacks.
Title itsourcecode School Management System index.php sql injection
Weaknesses CWE-74
CWE-89
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Itsourcecode School Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-02-23T08:49:21.845Z

Reserved: 2026-01-19T07:19:43.813Z

Link: CVE-2026-1176

cve-icon Vulnrichment

Updated: 2026-01-21T20:53:05.465Z

cve-icon NVD

Status : Analyzed

Published: 2026-01-19T21:15:50.587

Modified: 2026-02-02T20:37:03.877

Link: CVE-2026-1176

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T05:00:06Z

Weaknesses