CVE-2026-100874
Received Received - Intake

SQL Injection in CloudClassroom PHP Project

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

Publication date: 2026-09-27

Last updated on: 2026-09-27

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-27
Last Modified
2026-09-27
Generated
2026-09-27
AI Q&A
2026-09-27
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 a SQL injection flaw in the mathurvishal CloudClassroom-PHP-Project up to a specific commit hash. It allows remote attackers to manipulate the addnewstudent.php file to execute unauthorized SQL commands. The exploit has been publicly disclosed and may already be in use.

Detection Guidance

This vulnerability involves SQL injection in the addnewstudent.php file of mathurvishal CloudClassroom-PHP-Project. To detect it, inspect web server logs for unusual SQL query patterns or errors in addnewstudent.php. Use tools like sqlmap to test for SQL injection vulnerabilities by sending crafted input to the file.

Impact Analysis

This vulnerability could allow attackers to access, modify, or delete sensitive data in the database, such as student records or credentials. It may also enable unauthorized administrative actions or data exfiltration if exploited remotely.

Compliance Impact

This SQL injection flaw could lead to unauthorized data access or breaches, violating GDPR's data protection requirements and HIPAA's safeguards for protected health information. Non-compliance may result in legal penalties or reputational damage.

Mitigation Strategies

Immediately remove or disable the addnewstudent.php file if it is not essential. Apply input validation and parameterized queries to all user inputs in the application. Update to the latest version of CloudClassroom-PHP-Project if a patched version is available. Monitor network traffic for suspicious activity targeting this file.

Chat Assistant

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

EPSS Chart