Description
A flaw has been found in mathurvishal CloudClassroom-PHP-Project up to 5dadec098bfbbf3300d60c3494db3fb95b66e7be. This affects an unknown function of the file addnewstudent.php. This manipulation causes sql injection. The attack may be initiated remotely. The exploit has been published and may be used. This product uses a rolling release model to deliver continuous updates. As a result, specific version information for affected or updated releases is not available. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-27
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Remote SQL Injection resulting in database compromise.
Action: Upgrade to latest
AI Analysis

Impact

The vulnerability arises in the addnewstudent.php component of the CloudClassroom-PHP-Project, allowing an attacker to inject arbitrary SQL through improperly validated input parameters. This flaw can result in unauthorized queries against the backend database, enabling attackers to read, modify or delete student records and other sensitive data. The associated CWE identifiers indicate an SQL injection and input handling weakness. The CVSS score of 6.9 reflects a moderate overall risk to confidentiality and integrity.

Affected Systems

Affected installations include all instances of mathurvishal's CloudClassroom-PHP-Project that contain the code up to commit 5dadec098bfbbf3300d60c3494db3fb95b66e7be. Because the project follows a rolling‑release model, a precise list of vulnerable versions is not available; however, any release before this commit is susceptible. The project is hosted on the vendor’s repository, and no official patch is currently posted.

Risk and Exploitability

The EPSS score is unavailable, and the vulnerability is not listed in the CISA KEV catalog, suggesting that widespread exploitation has not yet been documented. Nevertheless, the published exploit demonstrates that remote attackers can achieve the injection by sending crafted HTTP requests to addnewstudent.php. Based on the description, it is inferred that authentication is not required for the attack. Given the moderate CVSS score and the lack of mitigation controls, the risk level remains significant until the affected component is replaced or hardened.

Generated by OpenCVE AI on September 27, 2026 at 19:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest commit after 5dadec098b to remove the vulnerable code.
  • Implement input validation and use prepared statements to prevent SQL injection.
  • Restrict access to addnewstudent.php to only authorized users with appropriate permissions.

Generated by OpenCVE AI on September 27, 2026 at 19:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 27 Sep 2026 18:45:00 +0000

Type Values Removed Values Added
Description A flaw has been found in mathurvishal CloudClassroom-PHP-Project up to 5dadec098bfbbf3300d60c3494db3fb95b66e7be. This affects an unknown function of the file addnewstudent.php. This manipulation causes sql injection. The attack may be initiated remotely. The exploit has been published and may be used. This product uses a rolling release model to deliver continuous updates. As a result, specific version information for affected or updated releases is not available. The vendor was contacted early about this disclosure but did not respond in any way.
Title mathurvishal CloudClassroom-PHP-Project addnewstudent.php sql injection
First Time appeared Mathurvishal
Mathurvishal cloudclassroom-php-project
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:mathurvishal:cloudclassroom-php-project:*:*:*:*:*:*:*:*
Vendors & Products Mathurvishal
Mathurvishal cloudclassroom-php-project
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:C'}

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:C'}

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:C'}

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

Mathurvishal Cloudclassroom-php-project
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-27T18:30:07.193Z

Reserved: 2026-09-27T03:27:39.805Z

Link: CVE-2026-100874

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-27T19:16:53.920

Modified: 2026-09-27T19:16:53.920

Link: CVE-2026-100874

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-27T20:15:15Z

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