CVE-2020-37035
SQL Injection in e-Learning PHP Script 0.1.0 Search Function
Publication date: 2026-01-30
Last updated on: 2026-01-30
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| unknown_vendor | e-learning_php_script | 0.1.0 |
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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL injection in the search functionality of e-Learning PHP Script 0.1.0. It occurs because the application does not properly validate user input in the 'search' parameter, allowing attackers to inject malicious SQL code. This can lead to unauthorized manipulation of database queries.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can potentially extract, modify, or access sensitive information stored in the database. This could lead to data breaches, unauthorized data modification, and exposure of confidential information.