CVE-2026-97882
Received Received - Intake

SQL Injection in CloudClassroom-PHP-Project

Vulnerability report for CVE-2026-97882, 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 weakness has been identified in mathurvishal CloudClassroom-PHP-Project up to 5dadec098bfbbf3300d60c3494db3fb95b66e7be. The impacted element is an unknown function of the file loginlinkfaculty.php of the component Faculty Authentication. Executing a manipulation of the argument fid/pass can lead to sql injection. It is possible to launch the attack remotely. The exploit has been made available to the public and could be used for attacks. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are 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 mathurvishal CloudClassroom-PHP-Project. It exists in the loginlinkfaculty.php file within the Faculty Authentication component. Attackers can manipulate the fid and pass arguments to inject malicious SQL code, potentially accessing or altering database contents remotely.

Detection Guidance

This vulnerability involves SQL injection via the fid and pass parameters in loginlinkfaculty.php. To detect it, inspect network traffic for suspicious requests targeting this file with manipulated parameters. Check server logs for unusual SQL query patterns or errors. Use tools like sqlmap to test for injection flaws by sending crafted inputs to the vulnerable parameters.

Impact Analysis

An attacker could exploit this to steal sensitive data like user credentials or academic records, modify or delete database entries, or gain unauthorized access to the system. Since the exploit is public, the risk of real-world attacks is high.

Compliance Impact

This vulnerability could lead to unauthorized data access or breaches, violating GDPR (data protection) and HIPAA (health information privacy) requirements. Organizations using this software may face legal penalties, fines, or reputational damage due to non-compliance.

Mitigation Strategies

Immediately restrict access to the loginlinkfaculty.php file in the CloudClassroom-PHP-Project. Review and sanitize all user inputs for the fid and pass arguments to prevent SQL injection. Consider disabling the affected component if not in use.

Chat Assistant

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

EPSS Chart