Description
A security vulnerability has been detected in mathurvishal CloudClassroom-PHP-Project up to 5dadec098bfbbf3300d60c3494db3fb95b66e7be. This impacts an unknown function of the file updatedetailsfromstudent.php. The manipulation of the argument eno leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-26
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: Remote SQL Injection
Action: Assess Impact
AI Analysis

Impact

The CloudClassroom-PHP-Project contains a vulnerability in the updatedetailsfromstudent.php endpoint where manipulation of the eno parameter allows an attacker to inject arbitrary SQL. This flaw enables a remote attacker to craft a malicious request that is executed directly against the database, potentially exposing or altering sensitive data. The weakness is a classic SQL Injection (CWE‑89) coupled with uncontrolled data inclusion (CWE‑74).

Affected Systems

Affected instances of the CloudClassroom-PHP-Project with the repository hash 5dadec098bfbbf3300d60c3494db3fb95b66e7be are impacted. No specific version patches are publicly available, and the vendor has provided no response to the disclosure. The lack of a precise version range or fixed release means any deployment prior to the disclosure could be vulnerable.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, while the EPSS score is not available, leaving the exploit likelihood uncertain. The vulnerability is listed as not being in the CISA KEV catalog, but it is publicly disclosed and can be exploited remotely. Without an advisory from the vendor, system owners should treat this flaw as a potential risk for data leakage or modification until a mitigated version is obtained.

Generated by OpenCVE AI on September 26, 2026 at 12:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check the mathurvishal repository or vendor site for any patch or commit addressing the eno parameter usage and apply it as soon as possible
  • Validate and sanitize the eno input to ensure it contains only expected numeric values before inclusion in any SQL statement
  • Replace any dynamic SQL construction with parameterized queries or prepared statements to eliminate injection vectors
  • Consider deploying a web application firewall or input filtering layer to detect and block suspicious SQL payloads

Generated by OpenCVE AI on September 26, 2026 at 12:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 26 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in mathurvishal CloudClassroom-PHP-Project up to 5dadec098bfbbf3300d60c3494db3fb95b66e7be. This impacts an unknown function of the file updatedetailsfromstudent.php. The manipulation of the argument eno leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available. The vendor was contacted early about this disclosure but did not respond in any way.
Title mathurvishal CloudClassroom-PHP-Project updatedetailsfromstudent.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-26T11:30:09.269Z

Reserved: 2026-09-25T19:10:09.786Z

Link: CVE-2026-100314

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-26T12:17:35.227

Modified: 2026-09-26T12:17:35.227

Link: CVE-2026-100314

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-26T12:45:12Z

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