Description
A vulnerability was detected in itsourcecode College Management System 1.0. This vulnerability affects unknown code of the file /login/login.php. The manipulation of the argument email results in sql injection. The attack may be performed from remote. The exploit is now public and may be used.
Published: 2026-02-25
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote SQL Injection enabling data exposure
Action: Immediate Patch
AI Analysis

Impact

The vulnerability arises when the email argument in log‑in.php is used directly in an SQL statement without proper sanitization, allowing attackers to inject arbitrary SQL code. This flaw can lead to unauthorized reading of database contents, potential modification of data, and in some configurations data leakage or credential compromise. The weakness is a classic injection flaw (CWE‑74) compounded by the lack of parameterized queries (CWE‑89).

Affected Systems

Itsourcecode College Management System version 1.0 is affected; the vulnerable file is /login/login.php.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the EPSS score of less than 1% shows a low probability of exploitation at present. The vulnerability is not listed in the CISA KEV catalog, and the publicly available exploit can be executed over the network by any unauthenticated user who can reach the login page. Due to the remote nature of the attack vector and the absence of additional authentication or privilege constraints, the impact spans system‑wide data confidentiality and integrity.

Generated by OpenCVE AI on April 17, 2026 at 15:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s official patch or upgrade to a fixed version of the College Management System.
  • Implement server‑side input validation to reject SQL control characters from the email field before it is used in a query.
  • Modify the login functionality to use prepared statements or parameterized queries for all database interactions.
  • Consult the vendor’s security advisories and update the software as new patches become available.

Generated by OpenCVE AI on April 17, 2026 at 15:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 25 Feb 2026 15:30:00 +0000

Type Values Removed Values Added
First Time appeared Angeljudesuarez
Angeljudesuarez college Management System
CPEs cpe:2.3:a:angeljudesuarez:college_management_system:1.0:*:*:*:*:*:*:*
Vendors & Products Angeljudesuarez
Angeljudesuarez college Management System

Wed, 25 Feb 2026 12:00:00 +0000

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

Wed, 25 Feb 2026 05:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in itsourcecode College Management System 1.0. This vulnerability affects unknown code of the file /login/login.php. The manipulation of the argument email results in sql injection. The attack may be performed from remote. The exploit is now public and may be used.
Title itsourcecode College Management System login.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

Angeljudesuarez College Management System
Itsourcecode College Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-02-25T14:48:08.218Z

Reserved: 2026-02-24T20:08:12.404Z

Link: CVE-2026-3151

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-02-25T06:16:26.337

Modified: 2026-04-29T01:00:01.613

Link: CVE-2026-3151

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T15:30:06Z

Weaknesses