CVE-2026-100314
Received Received - Intake

SQL Injection in CloudClassroom PHP Project

Vulnerability report for CVE-2026-100314, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-26

Last updated on: 2026-09-26

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-26
Last Modified
2026-09-26
Generated
2026-09-26
AI Q&A
2026-09-26
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the mathurvishal CloudClassroom-PHP-Project. It exists in the updatedetailsfromstudent.php file where the eno argument is manipulated to inject malicious SQL code. The attack can be executed remotely without authentication.

Detection Guidance

Detecting SQL injection vulnerabilities like this one typically involves checking for unusual input handling in web applications. Look for requests to updatedetailsfromstudent.php with parameters like eno that may contain SQL syntax such as quotes or SQL commands. Use tools like sqlmap to test for injection points or monitor web server logs for suspicious queries.

Impact Analysis

This vulnerability allows remote attackers to execute arbitrary SQL commands on the database. This could lead to unauthorized data access, modification, or deletion. Sensitive information like user credentials or personal data may be exposed.

Compliance Impact

This vulnerability involves SQL injection in an educational project, which could lead to unauthorized data access or manipulation. Such breaches may violate GDPR by exposing personal data without consent and HIPAA by compromising protected health information if present. However, specific compliance impacts depend on data types processed.

Mitigation Strategies

Immediately restrict access to updatedetailsfromstudent.php if possible. Apply input validation to sanitize the eno parameter to prevent SQL injection. Consider using prepared statements in the application code. If the vendor does not provide a patch, isolate the affected system and monitor for exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-100314. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart