Description
A vulnerability was found in Mstfakts College-Management-System. This issue affects the function mysqli_query of the file Front-end/university.php of the component Search Handler. The manipulation of the argument book_name/book_author results in sql injection. The attack may be performed from remote. The exploit has been made public and could be used. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-09-06
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an SQL injection flaw where the book_name and book_author parameters are directly concatenated into a mysqli_query call in university.php, exposing the system to CWE-74 and CWE-89 weaknesses. An attacker can craft malicious input to execute arbitrary SQL statements, which can read, modify, or delete data in the underlying database, thereby compromising confidentiality, integrity, and availability.

Affected Systems

The flaw resides in the Mstfakts College‑Management‑System, specifically within the Search Handler component (university.php). The project follows a rolling release model and does not publish fixed version ranges, so the exact affected releases cannot be determined.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate-to-high severity. EPSS is not available and the vulnerability is not listed in CISA KEV, although a public exploit has been disclosed. The attack can be performed remotely via the web interface without prior authentication, making the likelihood of exploitation in reachable environments significant.

Generated by OpenCVE AI on September 6, 2026 at 16:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check for and apply any vendor‑released update that fixes university.php once a patch is released.
  • If a patch is unavailable, rewrite university.php to use prepared statements or proper parameterization so that book_name and book_author inputs are never concatenated directly into SQL queries.
  • Employ input validation or a web application firewall to detect and block common SQL injection patterns, or restrict access to university.php to trusted users until a patch can be applied.

Generated by OpenCVE AI on September 6, 2026 at 16:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 06 Sep 2026 13:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in Mstfakts College-Management-System. This issue affects the function mysqli_query of the file Front-end/university.php of the component Search Handler. The manipulation of the argument book_name/book_author results in sql injection. The attack may be performed from remote. The exploit has been made public and could be used. This product utilizes a rolling release system for continuous delivery, and as such, version information for affected or updated releases is not disclosed. The project was informed of the problem early through an issue report but has not responded yet.
Title Mstfakts College-Management-System Search university.php mysqli_query sql injection
First Time appeared Mstfakts
Mstfakts college-management-system
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:mstfakts:college-management-system:*:*:*:*:*:*:*:*
Vendors & Products Mstfakts
Mstfakts college-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

Mstfakts College-management-system
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-06T12:45:09.402Z

Reserved: 2026-09-05T18:59:08.596Z

Link: CVE-2026-86213

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-06T13:17:10.487

Modified: 2026-09-06T13:17:10.487

Link: CVE-2026-86213

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-06T16:30:07Z

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')