CVE-2026-8097
SQL Injection in CodeAstro Online Classroom
Publication date: 2026-05-07
Last updated on: 2026-05-07
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a security flaw found in CodeAstro Online Classroom version 1.0. It exists in the file /askquery.php, where the argument squeryx can be manipulated to perform an SQL injection attack. This means an attacker can insert malicious SQL code through this argument, potentially compromising the database.
The attack can be carried out remotely, and the exploit code has already been made public, increasing the risk of exploitation.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute unauthorized SQL commands on the backend database of the affected application. This could lead to unauthorized access to sensitive data, data modification, or deletion.
Because the attack can be performed remotely and the exploit is publicly available, it increases the risk of data breaches, loss of data integrity, and potential disruption of service.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability is a SQL injection in CodeAstro Online Classroom 1.0 that allows remote attackers to manipulate database queries. Such vulnerabilities can lead to unauthorized access, data leakage, or data manipulation, which may impact the confidentiality, integrity, and availability of sensitive data.
Because of these risks, this vulnerability could potentially affect compliance with common standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive data against unauthorized access and breaches.
However, the provided information does not explicitly state the impact on compliance or specific regulatory requirements.