CVE-2026-6490
SQL Injection in QueryMine admin/deletecourse.php Enables Remote Attack
Publication date: 2026-04-17
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| 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
Can you explain this vulnerability to me?
This vulnerability is a SQL injection weakness found in the QueryMine sms software, specifically in the admin/deletecourse.php file's GET Request Parameter Handler. It occurs when the argument ID is manipulated, allowing an attacker to inject malicious SQL code.
The attack can be initiated remotely, meaning an attacker does not need local access to exploit it.
The exploit for this vulnerability has been made publicly available.
How can this vulnerability impact me? :
Exploiting this SQL injection vulnerability can allow an attacker to manipulate the database behind the application.
- They could potentially read, modify, or delete data within the database.
- This could lead to data breaches, loss of data integrity, or denial of service.
Since the attack can be performed remotely without authentication, it poses a significant security risk.