Description
A vulnerability was found in code-projects Online Student Management System 1.0. Affected is an unknown function of the file accounts.php of the component Login. Performing a manipulation of the argument username/password results in sql injection. The attack can be initiated remotely. The exploit has been made public and could be used.
Published: 2026-02-08
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Data Exfiltration
Action: Immediate Patch
AI Analysis

Impact

A SQL injection flaw exists within the accounts.php file of the Online Student Management System’s Login component. By supplying crafted input in the username or password fields, an attacker can inject arbitrary SQL statements, potentially manipulating or extracting sensitive database information. The weakness arises from improper input validation (CWE‑74) combined with failure to use parameterized queries (CWE‑89), enabling unauthorized data access.

Affected Systems

The vulnerability affects code‑projects Online Student Management System version 1.0. No other product versions are listed by the CNA; deployments of this exact application version are therefore susceptible.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity, while the EPSS score of less than 1% reflects a very low likelihood of exploitation in the wild. The flaw is not identified in the CISA KEV list, but it has been publicly disclosed and can be triggered remotely through the login interface. An attacker only needs the ability to submit a username/password pair, which is typically available without prior authentication, making the attack surface relatively open.

Generated by OpenCVE AI on April 17, 2026 at 21:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s patch or upgrade to a version that fixes the SQL injection in the login module, checking the official support site for an update.
  • Modify the login handling code to use prepared statements and validate or whitelist allowed characters for the username and password fields, ensuring that no SQL code can be injected.
  • Deploy a web application firewall or enforce database access controls that restrict the database user used by the application to only the minimum required privileges, thereby limiting the impact of any injection that may still occur.

Generated by OpenCVE AI on April 17, 2026 at 21:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 23 Feb 2026 10:00:00 +0000

Type Values Removed Values Added
References

Tue, 10 Feb 2026 14:00:00 +0000

Type Values Removed Values Added
First Time appeared Fabian
Fabian online Student Management System
CPEs cpe:2.3:a:fabian:online_student_management_system:1.0:*:*:*:*:*:*:*
Vendors & Products Fabian
Fabian online Student Management System

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

Type Values Removed Values Added
Metrics ssvc

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


Mon, 09 Feb 2026 11:00:00 +0000

Type Values Removed Values Added
First Time appeared Code-projects
Code-projects online Student Management System
Vendors & Products Code-projects
Code-projects online Student Management System

Sun, 08 Feb 2026 18:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in code-projects Online Student Management System 1.0. Affected is an unknown function of the file accounts.php of the component Login. Performing a manipulation of the argument username/password results in sql injection. The attack can be initiated remotely. The exploit has been made public and could be used.
Title code-projects Online Student Management System Login accounts.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

Code-projects Online Student Management System
Fabian Online Student Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-02-23T09:46:10.817Z

Reserved: 2026-02-07T14:47:29.764Z

Link: CVE-2026-2171

cve-icon Vulnrichment

Updated: 2026-02-09T18:03:34.436Z

cve-icon NVD

Status : Modified

Published: 2026-02-08T19:16:20.257

Modified: 2026-02-23T10:16:55.800

Link: CVE-2026-2171

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T22:00:11Z

Weaknesses