CVE-2026-97886
Received Received - Intake

SQL Injection in CloudClassroom PHP Project

Vulnerability report for CVE-2026-97886, 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 vulnerability has been found in mathurvishal CloudClassroom-PHP-Project up to 5dadec098bfbbf3300d60c3494db3fb95b66e7be. Affected by this vulnerability is an unknown functionality of the file managevideos2.php. Such manipulation of the argument editassid 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-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

Currently, no data is known.

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 managevideos2.php file where the editassid argument is improperly handled, allowing attackers to manipulate database queries remotely.

Detection Guidance

To detect this SQL injection vulnerability in CloudClassroom-PHP-Project, inspect the managevideos2.php file for improper input validation in the editassid parameter. Check web server logs for unusual SQL query patterns or errors. Use tools like sqlmap to test for SQL injection by sending crafted inputs to the editassid parameter.

Impact Analysis

An attacker could exploit this to access, modify, or delete sensitive data in the database. This may lead to unauthorized information disclosure, data corruption, or loss of system integrity. The impact depends on the database contents and user privileges.

Compliance Impact

This vulnerability could violate compliance requirements like GDPR or HIPAA by enabling unauthorized data access or breaches. Organizations using this software may face legal penalties, reputational damage, and loss of trust due to potential data exposure.

Mitigation Strategies

Immediately remove or disable the CloudClassroom-PHP-Project software if it is installed. Since the vendor did not respond and no patches are available, isolating the system or blocking access to managevideos2.php may help reduce exposure. Monitor network traffic for unusual SQL queries targeting the editassid parameter.

Chat Assistant

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

EPSS Chart