CVE-2026-97884
Received Received - Intake

SQL Injection in CloudClassroom PHP Project

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

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: VulDB

Description

A vulnerability was detected in mathurvishal CloudClassroom-PHP-Project up to 5dadec098bfbbf3300d60c3494db3fb95b66e7be. This impacts an unknown function of the file updatestudent.php of the component Student Update Functionality. The manipulation of the argument eno results in sql injection. The attack can be launched remotely. The exploit is now public and may be used. This product does not use versioning. This is why information about affected and unaffected releases are unavailable. 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-25
Last Modified
2026-09-25
Generated
2026-09-26
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
mathurvishal cloudclassroom_php_project to 5dadec098bfbbf3300d60c3494db3fb95b66e7be (inc)

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 an SQL injection flaw in the CloudClassroom-PHP-Project software. It exists in the updatestudent.php file, specifically in the Student Update Functionality component. The issue arises from improper handling of the 'eno' argument, allowing attackers to manipulate it to inject malicious SQL code. The exploit can be executed remotely, and the vulnerability is publicly disclosed.

Detection Guidance

This vulnerability involves SQL injection in the updatestudent.php file of the CloudClassroom-PHP-Project. To detect it, inspect the file for improper input handling in the 'eno' parameter. Look for direct database queries without sanitization. Check server logs for unusual SQL query patterns or errors. Use tools like SQLMap to test for injection points by sending crafted inputs to the 'eno' parameter.

Impact Analysis

If exploited, this vulnerability could allow attackers to access or manipulate the database used by the CloudClassroom-PHP-Project. This may result in unauthorized data retrieval, modification, or deletion. Attackers could steal sensitive information, such as student records or credentials, or alter data to disrupt the system's functionality.

Compliance Impact

This vulnerability could lead to non-compliance with data protection regulations like GDPR or HIPAA. If exploited, it may result in unauthorized access to personal or sensitive data, violating privacy requirements. Organizations using this software could face legal penalties, reputational damage, and loss of trust due to data breaches.

Mitigation Strategies

Immediately disable or restrict access to the updatestudent.php file in the CloudClassroom-PHP-Project. Apply input validation and sanitization for the 'eno' parameter to prevent SQL injection. Monitor network traffic for suspicious database queries or unauthorized access attempts.

Chat Assistant

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

EPSS Chart