Description
A security flaw has been discovered in mathurvishal CloudClassroom-PHP-Project up to 5dadec098bfbbf3300d60c3494db3fb95b66e7be. The impacted element is an unknown function of the file /updateguest.php. Performing a manipulation of the argument gname/editassid results in sql injection. It is possible to initiate the attack remotely. The exploit has been released to the public and may be used for attacks. This product is using a rolling release to provide continious delivery. Therefore, no version details for 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: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Remote SQL Injection
Action: Apply Patch
AI Analysis

Impact

The flaw arises in CloudClassroom-PHP-Project's updateguest.php. An attacker can manipulate the gname/editassid parameters to inject arbitrary SQL, resulting in a classic SQL injection. The flaw allows remote exploitation as the vulnerable input is processed through a database query without proper sanitization. The result can give the attacker read or modify access to the database, jeopardizing confidentiality and integrity of stored data.

Affected Systems

Affected vendors: Mathurvishal; product: CloudClassroom-PHP-Project, all releases up to commit 5dadec098bfbbf3300d60c3494db3fb95b66e7be. No strict version boundaries are specified because the project follows a rolling release model, so any current installation that has not yet applied a vendor fix is considered vulnerable. The only known affected endpoint is the updateguest.php script used by the application.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity. EPSS is not available and the vulnerability is not yet listed in CISA KEV, but the publicly released exploit and the possibility of remote execution raise the risk. Attackers could leverage this vector over the network to extract or alter sensitive data. The CWE mapping (CWE-74, CWE-89) confirms the weakness lies in unvalidated input leading to SQL injection.

Generated by OpenCVE AI on September 26, 2026 at 10:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor's fix or upgrade to the latest release after the vendor releases a patch addressing the injection vector.
  • Validate and sanitize the gname and editassid parameters to allow only expected characters before using them in any SQL statement.
  • Rewrite database interactions that use those parameters to employ fully parameterized queries or prepared statements.
  • Deploy a web application firewall or intrusion detection system configured to detect and block SQL injection attempts targeting the updateguest.php endpoint.

Generated by OpenCVE AI on September 26, 2026 at 10:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 26 Sep 2026 09:00:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in mathurvishal CloudClassroom-PHP-Project up to 5dadec098bfbbf3300d60c3494db3fb95b66e7be. The impacted element is an unknown function of the file /updateguest.php. Performing a manipulation of the argument gname/editassid results in sql injection. It is possible to initiate the attack remotely. The exploit has been released to the public and may be used for attacks. This product is using a rolling release to provide continious delivery. Therefore, no version details for 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 updateguest.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': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:C'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:C'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:C'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-26T08:45:11.535Z

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

Link: CVE-2026-100312

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-26T09:16:37.087

Modified: 2026-09-26T09:16:37.087

Link: CVE-2026-100312

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-26T10:45:11Z

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