CVE-2026-7196
Received Received - Intake
SQL Injection in CodeAstro Online Classroom /guestdetails Component

Publication date: 2026-04-28

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security vulnerability has been detected in CodeAstro Online Classroom 1.0. Affected is an unknown function of the file /guestdetails. Such manipulation of the argument deleteid leads to sql injection. The attack may be performed from remote. The exploit has been disclosed publicly and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-28
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2026-04-28
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
codeastro online_classroom 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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.
Attack-Flow Graph
AI Powered Q&A
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The SQL injection vulnerability in CodeAstro Online Classroom 1.0 can lead to unauthorized database access, data leakage, and data modification or deletion. Such impacts can compromise the confidentiality, integrity, and availability of sensitive data.

This poses significant risks to compliance with common standards and regulations like GDPR and HIPAA, which mandate the protection of personal and sensitive data against unauthorized access and breaches.

Failure to remediate this vulnerability promptly could result in violations of these regulations, potentially leading to legal penalties, reputational damage, and loss of trust.


Can you explain this vulnerability to me?

CVE-2026-7196 is a critical SQL injection vulnerability found in CodeAstro Online Classroom 1.0, specifically in the '/guestdetails' file. The vulnerability arises because the 'deleteid' parameter is improperly handled and directly included in SQL queries without proper input validation or sanitization.

This flaw allows attackers to inject malicious SQL code remotely, which can manipulate the database in unauthorized ways.


How can this vulnerability impact me? :

Exploitation of this SQL injection vulnerability can lead to unauthorized access to the database, leakage of sensitive information, modification or deletion of data, full system compromise, and potential disruption of services.

Such impacts severely threaten system security and business continuity.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by testing the 'deleteid' parameter in HTTP GET requests to the '/guestdetails' endpoint for SQL injection flaws.

A practical approach is to use the sqlmap tool to automate detection of SQL injection vulnerabilities targeting the 'deleteid' parameter.

  • Example sqlmap command: sqlmap -u "http://target/OnlineClassroom/guestdetails.php?deleteid=1" --batch
  • This command tests the 'deleteid' parameter for SQL injection by sending crafted payloads and analyzing responses.

What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include implementing prepared statements to ensure user inputs are treated strictly as data and not executable SQL code.

Enforce strict input validation and filtering to ensure that inputs conform to expected formats.

Minimize database user permissions by avoiding the use of high-privilege accounts such as root or admin for routine database operations.

Conduct regular security audits of code and systems to detect and remediate vulnerabilities promptly.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart