CVE-2018-25431
SQL Injection in No-CMS via manage_privilege Export
Publication date: 2026-06-01
Last updated on: 2026-06-01
Assigner: VulnCheck
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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
No-Cms 1.0 contains an SQL injection vulnerability in the order_by parameter of the manage_privilege export endpoint.
This vulnerability allows authenticated attackers to manipulate database queries by submitting POST requests with malicious SQL code in the order_by[0] parameter.
As a result, attackers can extract sensitive information from the database.
How can this vulnerability impact me? :
This vulnerability can lead to unauthorized access to sensitive database information.
Since attackers can manipulate database queries, they may extract confidential data, potentially leading to data breaches.
The CVSS v3.1 score of 7.1 indicates a high severity impact on confidentiality with limited impact on integrity and no impact on availability.