Description
A vulnerability was detected in imranrisal-dev Student-Management-System 18ea7904c339e0c7b0234724a79c939ce6191def/a8d43a29aaf267e7ca97171d6dbb44057bcd7f8c. Affected by this vulnerability is an unknown functionality of the file loginCheckTest.php of the component Login. The manipulation of the argument username/password results in sql injection. The attack can be launched remotely. The exploit is now public and may be used. This product does not use versioning. This is why information about affected and unaffected releases are unavailable. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-08-05
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an input validation flaw that allows attackers to inject arbitrary SQL code through the username and password fields in the loginCheckTest.php script. This flaw is categorized as CWE‑74 (Improper Input Validation) and CWE‑89 (SQL Injection), allowing an attacker to bypass authentication, read sensitive data, or modify the database. The CVSS score of 6.9 reveals a moderate severity and indicates that the flaw can lead to confidentiality and integrity compromise.

Affected Systems

The affected product is the Student‑Management‑System developed by imranrisal‑dev. No versioning information is available; the repository hash is provided, but the vendor did not publish patch notes, so it is unclear which commits contain the flaw or its fix. Administrators should assume that any instance of the loginCheckTest.php component is vulnerable until a verified patch is applied or the source code is audited.

Risk and Exploitability

The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, but the public nature of the exploit and the ability to launch it remotely from the internet mean that the risk remains significant. Attackers who can reach the login interface can execute the injected SQL and potentially steal tables, exfiltrate personal data, or pivot to other services. In the absence of an official fix, defensive measures such as limiting network exposure, input validation, and database‑level permissions are essential.

Generated by OpenCVE AI on August 5, 2026 at 22:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Student-Management-System to a version that has removed the injection vulnerability or replace the loginCheckTest.php file with a secure implementation that uses prepared statements.
  • Restrict external access to the login page, for example by placing it behind a VPN, firewall rule, or IP whitelist.
  • Sanitize all user‑supplied input and enforce parameterized queries to eliminate direct SQL construction.
  • Deploy database permissions strictly, ensuring the application uses a low‑privileged account that cannot drop or alter tables.
  • Continuously monitor authentication logs for patterns of failed login attempts or suspicious SQL‑like payloads.

Generated by OpenCVE AI on August 5, 2026 at 22:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 05 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in imranrisal-dev Student-Management-System 18ea7904c339e0c7b0234724a79c939ce6191def/a8d43a29aaf267e7ca97171d6dbb44057bcd7f8c. Affected by this vulnerability is an unknown functionality of the file loginCheckTest.php of the component Login. The manipulation of the argument username/password results in sql injection. The attack can be launched remotely. The exploit is now public and may be used. This product does not use versioning. This is why information about affected and unaffected releases are unavailable. The vendor was contacted early about this disclosure but did not respond in any way.
Title imranrisal-dev Student-Management-System Login loginCheckTest.php sql injection
First Time appeared Imranrisal-dev
Imranrisal-dev student-management-system
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:imranrisal-dev:student-management-system:*:*:*:*:*:*:*:*
Vendors & Products Imranrisal-dev
Imranrisal-dev student-management-system
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

Imranrisal-dev Student-management-system
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-06T14:39:59.870Z

Reserved: 2026-08-05T14:01:41.794Z

Link: CVE-2026-18958

cve-icon Vulnrichment

Updated: 2026-08-06T14:39:54.847Z

cve-icon NVD

Status : Deferred

Published: 2026-08-05T20:17:08.410

Modified: 2026-08-12T21:00:37.147

Link: CVE-2026-18958

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T22:15:04Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')