CVE-2026-100875
Received Received - Intake

SQL Injection in CloudClassroom PHP Project

Vulnerability report for CVE-2026-100875, 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 vulnerability has been found in mathurvishal CloudClassroom-PHP-Project up to 5dadec098bfbbf3300d60c3494db3fb95b66e7be. This impacts an unknown function of the file updatedetailsfromfaculty.php. Such manipulation of the argument myfid leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. 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 is a SQL injection vulnerability in the CloudClassroom-PHP-Project. The myfid parameter in the updatedetailsfromfaculty.php file is directly interpolated into a SQL query without proper sanitization, allowing attackers to inject malicious SQL commands. This can lead to unauthorized data access or manipulation.

Detection Guidance

To detect this SQL injection vulnerability, inspect the updatedetailsfromfaculty.php file for unsanitized use of the myfid parameter in SQL queries. Test with inputs like ' OR 1=1 -- or ' UNION SELECT 1,2,3 -- to observe database responses. Use tools like sqlmap to automate detection by targeting the parameter.

Impact Analysis

An attacker could exploit this to read sensitive data like passwords or personal information, modify database records, or gain unauthorized access to the system. The attack requires no authentication or user interaction and can be performed remotely.

Compliance Impact

This vulnerability could lead to breaches of sensitive data, violating regulations like GDPR (data protection) and HIPAA (health information privacy). Unauthorized access to personal or health data may result in legal penalties and reputational damage.

Mitigation Strategies

Immediately restrict access to updatedetailsfromfaculty.php via network rules or firewall. Replace direct SQL queries with prepared statements using parameterized queries. Enforce strict input validation for the myfid parameter, ensuring it matches expected numeric formats. Consider disabling the component if not essential.

Chat Assistant

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

EPSS Chart