CVE-2020-37081
Multiple Remote SQL Injection Vulnerabilities in Fishing Reservation System
Publication date: 2026-02-03
Last updated on: 2026-02-03
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| unknown_vendor | fishing_reservation_system | 7.5 |
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
What immediate steps should I take to mitigate this vulnerability?
I don't know
Can you explain this vulnerability to me?
Fishing Reservation System 7.5 contains multiple remote SQL injection vulnerabilities in the files admin.php, cart.php, and calendar.php.
These vulnerabilities allow attackers to inject malicious SQL commands by exploiting vulnerable parameters such as uid, pid, type, m, y, and code.
This means attackers can compromise the database management system and the web application without any user interaction.
How can this vulnerability impact me? :
Exploitation of these SQL injection vulnerabilities can allow attackers to compromise the database and web application.
This could lead to unauthorized access to sensitive data, data manipulation, or disruption of the application's normal operations.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know