CVE-2020-37053
Authenticated SQL Injection in Navigate CMS 2.8.7 Enables Admin Account Takeover
Publication date: 2026-01-30
Last updated on: 2026-02-13
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| naviwebs | navigate_cms | 2.8.7 |
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 an authenticated SQL injection in Navigate CMS 2.8.7. It occurs through the 'sidx' parameter in comments, allowing attackers who have some level of access to manipulate database queries. By exploiting this, attackers can leak sensitive database information using time-based blind SQL injection techniques.
How can this vulnerability impact me? :
The vulnerability can allow attackers to extract user activation keys from the database. This could enable them to reset passwords for administrative accounts, potentially leading to unauthorized administrative access and control over the CMS.