CVE-2026-100315
Received Received - Intake

SQL Injection in CloudClassroom PHP Project

Vulnerability report for CVE-2026-100315, 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 vulnerability was detected in mathurvishal CloudClassroom-PHP-Project up to 5dadec098bfbbf3300d60c3494db3fb95b66e7be. Affected is an unknown function of the file mydetailsfaculty.php. The manipulation of the argument myfid 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-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

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 CloudClassroom-PHP-Project software. It exists in the mydetailsfaculty.php file where the myfid argument is improperly sanitized, allowing attackers to inject malicious SQL code. The attack can be executed remotely without authentication.

Detection Guidance

To detect SQL injection vulnerabilities in the CloudClassroom-PHP-Project, inspect the mydetailsfaculty.php file for improper input validation in the myfid parameter. Look for direct database queries using user-supplied input without sanitization. Check web server logs for unusual requests containing SQL syntax like ' OR 1=1 -- or similar patterns.

Impact Analysis

An attacker could exploit this to access, modify, or delete sensitive data in the database. This may lead to unauthorized data exposure, data manipulation, or complete system compromise. The public availability of the exploit increases the risk of real-world attacks.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for data protection and security. It could result in unauthorized data access, breaching confidentiality and integrity principles. Organizations may face legal penalties, fines, and reputational damage if exploited.

Mitigation Strategies

Immediately update the CloudClassroom-PHP-Project to the latest secure version if available. If no update exists, implement input validation and parameterized queries for the myfid parameter in mydetailsfaculty.php. Disable remote access to the application if not required. Monitor database logs for suspicious activity and consider deploying a web application firewall.

Chat Assistant

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

EPSS Chart