Description
A flaw has been found in SourceCodester Online Class Record System 1.0. Affected by this issue is some unknown functionality of the file /admin/login.php. This manipulation of the argument user_email causes sql injection. The attack may be initiated remotely. The exploit has been published and may be used.
Published: 2026-02-07
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Data Breach via SQL injection
Action: Immediate Patch
AI Analysis

Impact

The discovered flaw resides in the /admin/login.php handler of SourceCodester Online Class Record System 1.0. When an attacker supplies a specially crafted value for the user_email parameter, the application concatenates this value directly into an SQL statement without proper sanitization, creating a classic SQL injection point. Exploiting this vulnerability allows the attacker to manipulate the database query, potentially retrieving, modifying, or deleting data from the system’s tables. The severity is reflected by a CVSS score of 6.9, indicating a moderate to high risk once the injection is leveraged.

Affected Systems

This issue affects only the original 1.0 build of the SourceCodester Online Class Record System, a PHP application marketed by SourceCodester. The vulnerability is confined to the admin login administrative interface, meaning that any deployment of version 1.0 that exposes the /admin/login.php endpoint is susceptible. No other versions or forks were listed in the data, so the scope is limited to this specific product release.

Risk and Exploitability

The exploit requires remote access to the web interface; an attacker can trigger it by sending a crafted HTTP request to the login page hosted on an internet‑connected server. EPSS indicates a low probability of exploitation (<1 %), however an exploit has already been published, and the vulnerability is not presently listed in the CISA KEV catalog. The attack surface is significant because the entry point is a public web page that does not enforce authentication before the injection can occur. Given the moderate CVSS rating and remote nature of the vector, organizations running the vulnerable version should treat this as a high‑priority issue pending an official patch.

Generated by OpenCVE AI on April 17, 2026 at 22:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the login.php code to use prepared statements and bind parameters for the user_email field.
  • Limit access to /admin/login.php by enforcing IP whitelisting or authenticated access until the code fix is in place.
  • Monitor web server logs for anomalous login attempts and report any suspicious activity to the security team.

Generated by OpenCVE AI on April 17, 2026 at 22:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 10 Feb 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
First Time appeared Janobe
Janobe online Class Record System
CPEs cpe:2.3:a:janobe:online_class_record_system:1.0:*:*:*:*:*:*:*
Vendors & Products Janobe
Janobe online Class Record System

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

Type Values Removed Values Added
First Time appeared Sourcecodester
Sourcecodester online Class Record System
Vendors & Products Sourcecodester
Sourcecodester online Class Record System

Sat, 07 Feb 2026 14:15:00 +0000

Type Values Removed Values Added
Description A flaw has been found in SourceCodester Online Class Record System 1.0. Affected by this issue is some unknown functionality of the file /admin/login.php. This manipulation of the argument user_email causes sql injection. The attack may be initiated remotely. The exploit has been published and may be used.
Title SourceCodester Online Class Record 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

Janobe Online Class Record System
Sourcecodester Online Class Record System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-02-23T09:32:25.720Z

Reserved: 2026-02-06T08:23:17.187Z

Link: CVE-2026-2087

cve-icon Vulnrichment

Updated: 2026-02-10T15:49:50.378Z

cve-icon NVD

Status : Analyzed

Published: 2026-02-07T14:16:08.927

Modified: 2026-02-10T14:54:11.930

Link: CVE-2026-2087

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T22:15:29Z

Weaknesses