CVE-2026-97885
Received Received - Intake

SQL Injection in CloudClassroom PHP Project

Vulnerability report for CVE-2026-97885, 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 flaw has been found in mathurvishal CloudClassroom-PHP-Project up to 5dadec098bfbbf3300d60c3494db3fb95b66e7be. Affected is an unknown function of the file updatefaculty.php. This manipulation of the argument fid 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-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 a SQL injection flaw in the CloudClassroom-PHP-Project software. It exists in the updatefaculty.php file where the fid argument is manipulated to inject malicious SQL code. The attack can be executed remotely without requiring authentication.

Detection Guidance

This vulnerability involves SQL injection in the updatefaculty.php file of mathurvishal CloudClassroom-PHP-Project. To detect it, inspect the file for improper input validation in the fid parameter. Look for SQL queries that directly concatenate user input without parameterization. Check web server logs for unusual requests containing SQL syntax like ' OR 1=1 -- or similar patterns.

Impact Analysis

The SQL injection could allow attackers to access, modify, or delete sensitive data in the database. This may lead to unauthorized data exposure, data corruption, or loss of data integrity. Since the exploit is publicly available, the risk of attack is higher.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized data access or breaches. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A successful exploit may result in legal penalties and reputational damage.

Mitigation Strategies

Immediately remove or disable the affected CloudClassroom-PHP-Project software. Apply input validation and parameterized queries to prevent SQL injection in updatefaculty.php. Monitor network traffic for suspicious SQL-related patterns targeting this file.

Chat Assistant

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

EPSS Chart